Guest User

Untitled

a guest
Jun 30th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Adding widgets to the dashboard
  2. $('#widget1').resizable();
  3. $('#widget1').draggable();
  4.  
  5. // ....
  6.  
  7. $('#widgetN').resizable();
  8. $('#widgetN').draggable();
Advertisement
Add Comment
Please, Sign In to add comment