Forums
(@jeroent)
6 years, 2 months ago
Hi,
Are you talking about this jquery?
$j=jQuery.noConflict();$j(document).ready(function(){$j(".jbut").click(function(){$j(this).next(".jslid").slideToggle("slow")})});