Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function(){
- $("#table-btn-add2").bind('click', function(){
- var tr = $('div.box-1-content').find('div.box-1-content-row');
- $(tr).each(function(e){
- if (tr.hasClass('indent-row'))
- {
- }
- else
- {
- AlertNotification('receive-notification','notification-error','Select a row please.');
- return false;
- }
- })
- })
- })
Advertisement
Add Comment
Please, Sign In to add comment