Protected: Learning PHP 5 – O’Reilly
on Monday 10th March, 2008 Gabe speculated thusly…Posted in Books, Information, PHP, Programming
Enter your password to view comments.
Posted in Books, Information, PHP, Programming
Enter your password to view comments.
Posted in Books, Information, PHP, Programming
Enter your password to view comments.
The following code is well commented, please read the comments for a thorough understanding.
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
// The following js code will take the standard login form and hide it's
// labels. It will then change the password input type to text
// (so that normal letters are
// displayed in it), set the value of the email input to 'email. Set the
// value of the password input to 'password. These values server as the
// new labels.
(more...)
Posted in JavaScript, jQuery, Programming