Quantcast
Channel: Steve's Ramblings » Javascript
Browsing all 8 articles
Browse latest View live

Easy JQuery AJAX Links

This is something pretty basic, but I thought it would come in handy for people that might want to use JQuery AJAX but doesn’t want to write a lot of code to do it. The following code will allow you …...

View Article



Google Gears: LocalDB Example

I have recently been playing around with google gears; Gears is an open source project that enables more powerful web applications, by adding new features to your web browser such as interacting with...

View Article

jQuery ‘AjaxLinks’ Plugin

I previously wrote an article showing how you can turn a normal ‘A’ link into an ajax request and place the returned content into divs. This does the same job but used as a jQuery plugin with more...

View Article

jQuery Hide/Show Button

This is just a small example of how you can use jQuery to make an effective show/hide button(s) on a page with a few lines of code. It will support multiple instances per page and use it with HTML...

View Article

Simple jQuery Preloader Plugin

After several searches for a pre-loading plugin for jQuery I came up short – they either did too much and had hundreds of options I didn’t want, or they were packaged with something else had a lot of...

View Article


Simple jQuery Image Rollover

One of the more effective things jQuery can be used for is creating eye catching roll-over effects on images, the code below is a short example of how you can achieve this using custom HTML attributes...

View Article

Lightweight jQuery Accordion

There are many, many jQuery accordions floating around on the internet – Many of them are too complicated for a simple task, options, styles and different effects. I was recently challenged to make a...

View Article

Useful jQuery Snippets

Below is a collection of must-have jQuery Javascript snippets, from detecting browsers to auto-switching stylesheets. I’ve put together a collection of the most useful and interesting jQuery snippets,...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images