Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var blurb = $( ".wpc-blurb" );
- blurb.each( function() {
- var imageLink = $( this ).find( ".et_pb_main_blurb_image a" ),
- headerLink = $( this ).find( ".et_pb_module_header a" );
- imageLink.click( function() {
- $( this ).parent().parent().find( ".et_pb_blurb_container .et_pb_blurb_description" ).slideToggle();
- } );
- headerLink.click( function() {
- $( this ).parent().parent().find( ".et_pb_blurb_description" ).slideToggle();
- } );
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment