No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

01 jQuery(function ($) { 02 //open toggle on button click 03 $('a.open-toggle').on('click', function(event){ 04 $('#toggle3.et_pb_toggle_2 .et_pb_toggle_title').click(); 05 }); 06 });