Lines Matching defs:content
110 var $content = jQuery(jQuery(this).attr('href')) // Footnote text anchor
111 .parent().siblings('.content').clone();
113 if (!$content.length) {
118 jQuery('[id]', $content).each(function(){
123 var content = $content.html().trim();
124 // now put the content into the wrapper
125 dw_page.insituPopup(this, 'insitu__fn').html(content)
137 * done on the children of the content. To make that look good and to make sure aria
138 * attributes are assigned correctly, it's recommended to make sure that the content
142 * @param {selector} content This element will be toggled
145 makeToggle: function(handle, content, state){
146 var $handle, $content, $clicky, $child, setClicky;
149 $content = jQuery(content);
150 if(!$content.length) return;
153 $child = $content.children();
172 // Assert that content instantly takes the whole space
173 $content.css('min-height', $content.height()).show();
192 $content.toggle(hidden);
193 $content.attr('aria-expanded', hidden);
194 $content.css('min-height',''); // remove min-height again