Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <script src="../styles/dualcore/template/jquery-1.9.1.min.js" type="text/javascript"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. $('#jq').click(function() {
  5. $('#forget_div').slideToggle("fast");
  6. });
  7. });
  8. </script>
  9.  
  10.  
  11. <div id="jq"><dd><a href="#">I forgot my password</a></dd></div>
  12.  
  13. <div id="forget_div" style="display:none;">
  14.  
  15. <dt><label for="username">Write Your Email Here:</label></dt>
  16. <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /></dd>
  17.  
  18.  
  19.  
  20.  
  21. <dt>&nbsp;</dt>
  22.  
  23. <input type="submit" name="forget" tabindex="6" value="Send" class="button1" />
  24.  
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement