Jquery Field Replace

Posted: 15th May 2009

It's time for some cool Jquery code, it has been too long - we do apologise.

I've been working on my Jquery Field Replace script which automatically switches the value of an input with the title. This is useful if you want to auto populate an input field to explain what it does but not keep it in there. Code is all yours, but please credit us or at least let us know if you have used it by dropping a comment. Enjoy!


Read more



Jquery Form Validation - Checking Fields

Posted: 8th Apr 2009

TECHY WARNING: Warning this post has 'techy-talk' be warned.

We thought we would share a cool way of checking form fields in Jquery. Just set the submitButton and the requiredFields variables and you are on your way. It is really useful for for validating a form before sending the data to the server (and you should always check before AND after sending the form don't forget!). This could be made in to an even neater, packed function if I had time, maybe later.

Have a play...

Read more



Jquery Date Picker

Posted: 9th Mar 2009

blog-datepicker

We have been looking around for a nice way of selecting dates in forms. You see them a lot when you go to flight comparison sites. Well we found one that is very cool and utilises the Jquery UI library. Funnily enough, it is called date picker - look out for it in our apps!