shawnchin / jquery-cron

A jQuery plugin to provide a simplified interface for users to specify cron entries
http://shawnchin.github.io/jquery-cron
MIT License
177 stars 118 forks source link

Can'y initialize the plugin #28

Open EAbychkov opened 7 years ago

EAbychkov commented 7 years ago

There is no 'cron' method in jquery-cron.js please help, what do I missing?

brunobertechini commented 7 years ago

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 7 years ago

Can you please point to the 'cron' function in your .js code? Guided by:

$(document).ready(function() { $('#selector').cron(); });