Category : Blog
-
Never lose focus with new jQuery plugin: textbox-mem
Ever wanted a simple script to clear textboxes on focus and restore default text when the user clicks elsewhere? Well here it is: textbox-mem This was so simple I just had to upload it to the jQuery plugin repository. Simply include the file e.g.: <script type=”text/javascript” src=”/path/to/file/jquery.textbox-mem.js”></script> And that’s it! Rich http://plugins.jquery.com/project/textbox-mem
Read more -
Beginner’s guide to jQuery – part 1
jQuery is amazing. If you’ve ever spent a lot of time working with Javascript, before the days of jQuery – you will most likely agree. jQuery is a Javascript framework which allows normally complex Javascript operations to be performed very easily (and often in a single line of code). The secret to jQuery is the selector [...]
Read more
