var object_id = $(this).attr('id'), ajax_url = '<?php echo admin_url('admin-ajax.php'); ?>'; $.ajax({ url: ajax_url, type: 'POST', data: { action : '', am2_payload: am2_payload }, success: function (response) { } });
var object_id = $(this).attr('id'), ajax_url = '<?php echo admin_url('admin-ajax.php'); ?>'; $.ajax({ url: ajax_url, type: 'POST', data: { action : '', am2_payload: am2_payload }, success: function (response) { } });
jQuery(document).ready(function($){ // now you can use jQuery code here with normal $ shortcut formatting });
// pure JavaScript var viewportWidth = document.documentElement.clientWidth, viewportHeight = document.documentElement.clientHeight; // jQuery var viewportWidth = $(window).width(), viewportHeight = $(window).height();
IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser.
https://code.google.com/p/ie7-js/