Categories
Friends
Links
Monthly Archives: February 2011
How to display fields using select drop down and jQuery
<script type="text/javascript"> $(document).ready(function(){ $("#Select").change(function(){ if ($(this).val() == "Other" ) { $("#OtherField").show(); } else { $("#OtherField").hide(); [...]
How to Create a Countdown Timer that Refreshes the Page Daily