Search:
Type: Posts; User: codersyard
Search:
Search took 0.01 seconds.
-
You may check out more simpler modal from 'JS_Examples.zip' @ http://www.codersyard.com/dashboard/ebooks.htmlCheck for 'Chapter-8'
-
You try fade in/fade out effect from the examples of Chapter 8 from the below link.
http://www.codersyard.com/dashboard/ebooks.html?file=JS_Examples.zip
-
Let us assume your checkboxes are named as 'mycheck1,mycheck2,mycheck3,mycheck4' and select boxes as 'myselect1,myselect2,myselect3,myselect4'.
<input type="checkbox" id="mycheck1" name="mycheck1"...
-
I suggest you to use regular expressions for validation. They are faster, reusable and more efficient in terms of coding.
-
Instead of <input type="button"/> you may try <span class="mylink" id="openModal">Click Me</span>
You may have to create CSS class called 'mylink' to bring an link effect. I would have an sample...
|
|