| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 function project_issue_autocomplete_handler() { 2 $('#edit-project-info-project-title').keyup(function(e) { 3 if (e.keyCode == 13) { 4 this.blur(); 5 } 6 }); 7 $('#edit-project-info-project-title').blur(function(e) { 8 $(this).parent().after($('<div class="wrapper-throbber">')); 9 }); 10 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |