Guest User

Untitled

a guest
Apr 10th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $(function(){
  2. $("#table-btn-add2").bind('click', function(){
  3. var tr = $('div.box-1-content').find('div.box-1-content-row');
  4.  
  5. $(tr).each(function(e){
  6. if (tr.hasClass('indent-row'))
  7. {
  8.  
  9. }
  10. else
  11. {
  12. AlertNotification('receive-notification','notification-error','Select a row please.');
  13. return false;
  14. }
  15. })
  16. })
  17. })
Advertisement
Add Comment
Please, Sign In to add comment