Lines Matching refs:jQuery

2 //jQuery( document ).ready(function() {

3 jQuery (function() {
13 if (jQuery('p.sectoggle').length > 0){
14 jQuery('p.sectoggle').hide();
27 if (jQuery('p.sectoggle').length > 0){
28 jQuery('p.sectoggle').hide();
33 jQuery("ul.toc li div.li a, ul.toc li a").click(function(){
34 var text = jQuery(this).html();
39 jQuery(id).toggleClass('st_closed st_opened');
40 jQuery(id).next().toggle()
43 jQuery(SectionToggle.headers).each(function(index,elem ) {
44 if( typeof(jQuery(elem).next().html()) === 'undefined') return;
48 var hash = jQuery(elem).html().replace(/\s/g, "_");
61 if(SectionToggle.is_active && jQuery(elem).next().html().match(/\w/)) {
68 jQuery(this).addClass($class);
70 jQuery(elem).removeClass('st_closed').addClass('st_opened');
75 jQuery(elem).next().toggle();
76 if(skip) jQuery(elem).next().toggle();
92 jQuery(el).toggleClass("st_closed st_opened");
93 jQuery(el).next().toggle();
97 jQuery(this.headers).each(function (index, elem) {
102 jQuery(elem).removeClass("st_closed").addClass("st_opened");
103 jQuery(elem).next().show();
109 jQuery(this.headers).each(function (index, elem) {
111 jQuery(elem).removeClass("st_opened").addClass("st_closed");
112 jQuery(elem).next().hide();
158 if (jQuery("div #section__toggle").length > 0) {
164 if (jQuery(which_id).length == 0) {
172 jQuery(":header").each(function (index, elem) {
174 $class = jQuery(this).attr("class");
175 var tagname = jQuery(this).prop("tagName").toLowerCase();
186 $id = jQuery(this).attr("id");
208 jQuery(this.toc_xcl).each(function (index, elem) {
209 var id = jQuery(this).attr("id");
243 if (jQuery(window).width() <= MOBILE_WIDTH) {
244 $page = jQuery('div.page');
248 jQuery(this).next('div').toggle();