Cameron Spear
  • Blog
  • Contact

jquery

A collection of 4 posts

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.

  • Cameron Spear
    Cameron Spear
3 min read
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

  • Cameron Spear
    Cameron Spear
2 min read
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

  • Cameron Spear
    Cameron Spear
1 min read
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

  • Cameron Spear
    Cameron Spear
2 min read
Cameron Spear © 2025
Latest Posts Ghost