Problem with jQuery sintax
-
When plugin renders code like this:
jQuery(document).ready(function() { jQuery('#5712-dashboard').countDown({...
it dasn’t work
Right sintax:
jQuery(document).ready(function($) { $('#5712-dashboard').countDown({...
https://www.ads-software.com/plugins/jquery-t-countdown-widget/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Problem with jQuery sintax’ is closed to new replies.