Can'y initialize the plugin
EAbychkov opened this issue · 2 comments
EAbychkov commented
There is no 'cron' method in jquery-cron.js
please help, what do I missing?
brunobertechini commented
Could you please provide html and js codes so we can help ?
Make sure the javascript are loaded and selector is pointing to correct dom element id.
EAbychkov commented
Can you please point to the 'cron' function in your .js code?
Guided by:
$(document).ready(function() {
$('#selector').cron();
});