jQuery Countdown to Christmas

I noticed quite a few people were arriving at my blog, trying to find a countdown for Christmas. Based on the following article: http://www.mywebsitedesignersblog.com/2011/04/flexible-and-easy-to-setup-jquery-countdown-clock/ I decided to actually put together a proper christmas countdown script for you Here is an example of what we are creating: http://www.mywebsitedesignersblog.com/examples/countdown/christmas.html 1) First of all, download this file: http://keith-wood.name/countdown.html [...]

Posted in jQuery | Tagged , , , | Leave a comment

 

Slide Down jQuery Login / Info window

I was recently trying to come up with a nice way to have a “login bar” that sticks to the top of the page, and will slide down a login box when someone clicks on it. Below is 2 examples of this feature: Overall width of the page, and set to “stick” at the top [...]

Posted in Uncategorized | Leave a comment

 

Disabling a submit button when submitting a form, using jQuery OR normal Javascript

If you want to disable a button once someone has submitted the form, this can easily be done using jQuery or Javascript. I’m going to give examples of this using both methods. First of all, please see the example of what we are going to be doing Firstly – using normal Javascript: Be aware that [...]

Posted in Uncategorized | Leave a comment