ajax Exactly What IS JSONP? JSONP, which stands for "JSON with Padding" (and JSON stands for JavaScript Object Notation), is a way to get data from another domain that bypasses CORS (Cross Origin Resource Sharing) rules.
bootstrap Bootstrap: Dropdown on Hover Plugin I am no longer responding to comments on this blog; it's too much work to manage. Please report any bugs/issues/questions on GitHub. There is a lot of discussion about the Bootstrap
DOM jQuery: Fade Images In On Load Normally in jQuery, you put all of your code in the following block of code: $(document).ready(function() { // Stuff to do as soon as the DOM is ready; }); and that allows you to
ajax Smart Query Strings part 2: AJAX This is a version of the PHP snippet I wrote last post, but for JavaScript (specifically jQuery for AJAX calls). Basically, using the same type of call as before, you can use this