Slopjong
A geek discovering the World, Tech & Science
Latest Posts
Programming
Mac
Linux
WordPress
Hardware
Howtos
Nerd Trash
jQuery Archive
0
Lightbox2: Limit the max image size
Posted on April 2, 2013
Lightbox2 is a JavaScript technique used to display a high resolution image in a modal dialog while the rest of the website is darkened. Unfortunately the original code of Lightbox2 shows [...]
Continue Reading
0
jQuery: eq() vs. get()
Posted on July 15, 2010
There are several ways to access queried DOM elements. You get either a DOM element using get() or a jQuery object using eq(). This can be confusing while you try [...]
Continue Reading
0
jQuery injection using Firebug?
Posted on March 27, 2010
A new day, a new question. I was trying to load a json object while using Firebug and jQuerify to inject jQuery code into the website of the currently active tab. [...]
Continue Reading
1
Changing the menu text with jQuery
Posted on June 23, 2009
If you need to toggle the menu text client-side when you click it some JavaScript is required. This is best done with a framework like jQuery. All you need is [...]
Continue Reading