Click the links to expand
-
Hi Mat,
You had sent me this:
“Adding this js will allow you to click the links to expand instead of just the icons.”
jQuery( '.has_children > a' ).click( function( ev ){ ev.preventDefault(); jQuery(this).parent().find( ' > span' ).click() } );
Where should i add this js ?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Click the links to expand’ is closed to new replies.