Sunday, October 5, 2014

jquery codes anywhere in html or php file in wordpress

If your having trouble on running jquery codes that is hardcoded in your .php or .html file try using these codes
 
 jQuery(document).ready(function() {
  alert('this is alert!');
 })

No comments:

Post a Comment