Adding jQuery module
-
I want to add this small routine with this plugin but I’m not sure where to go. Can someone help?
jQuery( “h2.entry-title” ).each( function() {
var panelId = jQuery( this ).html().toLowerCase().replace(/\s+/g, “-“);
jQuery( this ).wrapInner(function() {
return “<span style=’padding-top:96px;’ id='” + panelId + “‘></span>”;
})
});
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding jQuery module’ is closed to new replies.