Tag jquery

Gravity Forms validation and jQuery watermark conflict

Using Gravity Forms for a client’s website (not live yet), the design dictated that watermarks were used instead of labels. No problem – I’ve used the jQuery watermark plugin before (for example on the Brandwatch site www.brandwatch.com/). Everything worked fine,…

Adding a Pause Button to jCarousel (slight fix)

I was recently asked by a client to add a pause button to the jCarousel-powered carousel on their site. To do this, I used this post by Jeremy Mikola (thanks Jeremy). Here’s his code: $(document).ready(function(){    $(‘#jcarousel’).jcarousel({      vertical:…