i have this code jQuery(document).ready(function() { // ajax pagination
jQuery('#nav-above a').live('click', function() {
var link = jQuery(this).attr('href');
jQuery('#getlooping').html('<div id="skysode-loading">Loading...<img src="<?php echo get_template_directory_uri();?>/lib/images/loader-x.gif" alt="" class="load-url" /></div>');
jQuery('#getlooping').load(link + ' #getlooping');
return false;
});
});
but error in get jquery file and not working
this error
Uncaught TypeError: jQuery(...).live is not a function at HTMLDocument.