Use data-{your custom attribute name} <a data- url ="<?php echo admin_url('admin-ajax.php'); ?>"> Get data- value…
Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts
jQuery
jQuery Tips
December 7, 2017
Run Your jQuery Code after browser load your script $(document).ready(function(){ //.. }); or $(function(){ /... });
jQuery
WordPress
Execute jQuery code in WordPress
October 26, 2017
Most of the time jQuery codes are not working properly on WordPress theme. Add two line of code at the beginning and ending in js file.
Sup…
