Stuart Loxton

Coding on the nightlies

Post archive for ‘jQuery’

Creating a really small jQuery

jQuery is by far my favorite javascript library, it’s small, fast and easy to use. Being a small experiment a while ago, I decided to create a small, easy to maintain, system for creating super small versions of jQuery. The outcome was this: http://demos.stuartloxton.com/downloader/
On the technical side of things there are several small cool things [...]

Creating a Valid autocomplete=”off”

Nocomplete is a small jQuery plugin I wrote today which stops browsers adding their autocomplete feature onto input fields. There’s already a way to do it which is supported by most modern browsers, but it’s not a valid attribute; autocomplete=”off”. There’s quite a few places where this functionality is needed, examples include; when the input [...]