Lines Matching refs:jQuery

52jQuery('#dw__editform').append('<input type="hidden" id="broken_image" name="broken_image" value="…
319 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
338 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
357 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
373 jQuery(function() {
375 jQuery("div.error").hide();
380 jQuery(function() {
381 jQuery( "#editor_height" ).keydown(function(event) {
387 $dokuWiki = jQuery('.dokuwiki');
388 jQuery('.editbutton_table button').click(function() {
390jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
391jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
401 if (jQuery('.editbutton_section', $dokuWiki).length > 0) {
404 jQuery('[class^="sectionedit"], div[class^="level"]', $dokuWiki).dblclick(function(){
406 var f = jQuery(this).nextAll('.editbutton_section:eq(0)').children('form:eq(0)');
408jQuery('<input />').attr('type','hidden').attr('name','mode').attr('value','dwiki').appendTo(jQuer…
409jQuery('<input />').attr('type','hidden').attr('name','fck_preview_mode').attr('value','nil').appe…
414 if(JSINFO['ckg_template'].match(/bootstrap/) && jQuery('div.editButtons').length>0) {
416 jQuery( "div.editButtons input").each(function( index ) {
417 if(jQuery(this).hasClass('btn-success')) {
418 jQuery(this).removeClass('btn-success')
420 if(jQuery(this).hasClass('btn-danger')) {
421 jQuery(this).removeClass('btn-danger');