I had a peculiar requirement where I had to grab the entire query string (GET parameters) from the current page and send it to the ajax call happening on the same page. Here is how I …
Category: jQuery
You are in the right place if you are looking for a plugin to build a buzzfeed like quiz in jQuery. You might have came across quiz over the internet which asks you some multiple choice …
This post shows the examples of parsing a JSON from a jQuery ajax call. 1. SimpleJSON [ { customer_id:"1", customer_name: "Jim" }, { customer_id:"2", customer_name: "Joe" } ] Following is the AJAX call to parse the …