Lines Matching refs:jQuery

6 	jQuery('#dirtylittlehelper_overlay').toggle();
99jQuery('#dokuwiki__content').css({'position':'','top':'','left':'','right':'','bottom':'','overflo…
102jQuery('#dokuwiki__content').css({'position':'fixed','top':'10px','left':'10px','right':'10px','bo…
197 jQuery( '#'+JSINFO['dlh']['dlh_fields'][i]).css('display','none');
199 jQuery( '#' + jQuery('#dlh_edit_tb_select').val() ).css('display','inline');
209 …if ( dlh_objectValueGet('dlh_left_tmp_sb') == "x"){dlh_objectValueSet('dlh_left_tmp_sb',jQuery('#d…
210 …dlh_left_tmp_content') == "x"){dlh_objectValueSet('dlh_left_tmp_content',jQuery('.showSidebar #dok…
213 jQuery('#dokuwiki__aside').css({'width': '0px'});
214 jQuery('.showSidebar #dokuwiki__content > .pad').css({'margin-left': '0px'});
220 jQuery('#dokuwiki__aside').css({'width': dlh_objectValueGet('dlh_left_tmp_sb')+'px' });
221jQuery('.showSidebar #dokuwiki__content > .pad').css({'margin-left': dlh_objectValueGet('dlh_left_…
261 jQuery( document ).ready(function() {
262 jQuery( "#dirtylittlehelper_overlay" ).draggable({
264 var position = jQuery(this).position();
269 var position = jQuery(this).position();
272 jQuery(this).css('left',position.left);
273 jQuery(this).css('top',position.top);
278 jQuery(window).on("load", function(){
285jQuery("#dirtylittlehelper_overlay" ).css({top: ptop, right: pright, left: pleft, position:ptype,…
326 jQuery('#dirtylittlehelper_overlay fieldset').contents().each(
328 this_label = jQuery(this).contents().filter('label').text();
329 this_id = jQuery(this).contents().filter('span.input').contents().filter('input').attr('id');
331 if( this_label && this_id && jQuery(this).prop('tagName') == 'DIV'){
334 …if( jQuery(this).contents().filter('span.input').contents().filter('input').data('uiAutocomplete')…
339 jQuery(this).attr('id','dlh_dirty_form_'+i);
517 jQuery('#tool__bar').append(dlh_append);
527jQuery('#' + JSINFO['dlh']['dlh_ids'][i]).css({'width':'350px','height':'32px','font-size':'16px'}…
547 jQuery('#'+JSINFO['dlh']['dlh_ids'][i]).before(
552 jQuery('#'+JSINFO['dlh']['dlh_ids'][i]).after(''
560 jQuery('#dlh_mytoolbar_hack').append(
561 jQuery('#' + JSINFO['dlh']['dlh_fields'][i] )
564 jQuery( '#'+JSINFO['dlh']['dlh_fields'][i] ).contents().filter('label').css('display','none');
593 …if( jQuery('#dlh_top_struct_c').prop('tagName')!== undefined && jQuery('#dlh_top_struct_c div.stru…
595 …if( jQuery('#dlh_top_struct_c div.struct_entry_form div.field input.struct_page').data('uiAutocomp…
607 jQuery('#dlh_top_struct_c div.struct_entry_form div.field span.label').css({'display':'none'});
608jQuery('#dlh_top_struct_c div.struct_entry_form div.field input.struct_page').prop('title','STRUCT…
610 …JSINFO['dlh']['top_struct_id'] = jQuery('#dlh_top_struct_c div.struct_entry_form div.field input.…
614jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c div.struct_entry_form div.field') );
615jQuery('#dlh_top_struct_b').append( '<button title="call struct in new window" onClick="dlh_top_ca…
617 jQuery('#dlh_top_struct_c div.structaggregation').css({'display':'none'});
618 jQuery('#dlh_top_struct_c div.structaggregationeditor').css({'display':'none'});
619 jQuery('#dlh_top_struct_c').css({'display':'none'});
620 jQuery('#dlh_top_struct_b').css({'display':'inline'});
625 …}else if( jQuery('#dlh_top_struct_c').prop('tagName')!== undefined && jQuery('#dlh_top_struct_c fo…
627 …if( jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field input.struct_page').data('uiAutoc…
639jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field span.label').css({'display':'none'});
640jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field input.struct_page').prop('title','STR…
642 …JSINFO['dlh']['top_struct_id'] = jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field inp…
646jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field')…
647jQuery('#dlh_top_struct_b').append( '<button title="call struct in new window" onClick="dlh_top_ca…
649 jQuery('#dlh_top_struct_c').css({'display':'none'});
650 jQuery('#dlh_top_struct_b').css({'display':'inline'});
662 jQuery(function () {
663 $editor = jQuery('#dlh_top_pagesuggest_input');
674 jQuery.post(
684 callback(jQuery.map(data.data, function (item) {
755 jQuery.post(
765 callback(jQuery.map(data.data, function (item) {
803 jQuery.post(
813 callback(jQuery.map(data.data, function (item) {
885 jQuery('body').css({'margin-top':'30px'});
886 jQuery('#dokuwiki__usertools').css({'margin-top':'30px'});
899 jQuery('#dokuwiki__site').css({
908 jQuery('#dokuwiki__header div.pad div.headings a span').css({'display':'inline-flex'});
909jQuery('#dokuwiki__header div.pad div.headings').css({'width':(jQuery('#dokuwiki__header div.pad d…
914 jQuery('button.toolbutton').css({'height':'32px','width':'32px'});
915 jQuery('#dokuwiki__site').css( {'max-width':'1700px','width':'' } );
916jQuery('.preview').css({'width':'900px','border':'1px solid #AAAAAA','resize':'both','display':'bl…
918 jQuery('#wiki__text').css('height','');
919 jQuery('#wiki__text').css('min-height','300px');
920 jQuery('#wiki__text').css('height',window.innerHeight-400 + 'px');
921 jQuery('#wiki__text').css('max-width','1500px');
928 if( jQuery('#plugin_advanced_config').length ){
929 jQuery('#dokuwiki__site').css( {'max-width':'1700px','width':'' } );
930 jQuery('textarea').css({'height':'500px'});
967 jQuery.ajax({url: "?id="+the_wikiid+"&do=export_xhtmlbody", success: function(result){
968 jQuery("#"+the_targetid).html(result);