Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $(document).on("click", ".add-syllabus-branch", function(e) {
  2. sidebar = $(this).parent().parent().parent();
  3. sidebar.clone().appendTo('.syllabus-container');
  4. });
  5.  
  6.  
  7. $('.resource-modal').find('select option:selected')[1].text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement