Subversion Repositories SmartDukaan

Rev

Rev 30871 | Rev 30929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30871 Rev 30872
Line 61... Line 61...
61
		console.log(row);
61
		console.log(row);
62
		var rowIndex = $(this).closest('tr').prevAll().length;
62
		var rowIndex = $(this).closest('tr').prevAll().length;
63
		console.log(rowIndex);
63
		console.log(rowIndex);
64
		var fofoId = $(row).find("td:eq(0)").text();
64
		var fofoId = $(row).find("td:eq(0)").text();
65
 
65
 
66
		var securityCheck = $(row).find(".securitycheck input[type=hidden]").val();
66
		var securityCheck = $(row).find("input[type=hidden]").val();
67
 
67
 
68
 
68
 
69
		console.log(securityCheck);
69
		console.log(securityCheck);
70
 
70
 
71
 
71