Mar 25 Love0 jQuery Function After Page Scroll By Prodjex Javascript, jQuery No Comments scrollTop() is a jQuery function that will wait until the browser scrolls a certain distance, then fire the code. A use case example for this would be an alert that…Read More
Aug 01 Love0 How to reference column in a JSON response with jQuery By Prodjex Javascript, jQuery, JSON No Comments I have an ajax call: $.ajax({ type: 'POST', url: 'submit.php', data: { templateID: url, submitType: 208 }, success: function(data) { console.log(data); } }); It returns: {"subject":"Test 123","body":"<p>looks good!<\/p>"} But how…Read More