Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $('input[name=task_title]').focus(function() { blueChosen('task_list'); });
  2. $('#task_complete').focus(function() { blurChosen('task_list'); blurChosen('task_priority'); });
  3. $('#task_start_date').focus(function() { blurChosen('task_priority'); });
  4. $('#task_url').focus(function() { blurChosen('task_assigned'); });
  5. $('#task_note').focus(function() { blurChosen('task_assigned'); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement