Subversion Repositories SmartDukaan

Rev

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

Rev 30866 Rev 30867
Line 59... Line 59...
59
	$(document).on('click', '.credit-requirement-send', function() {
59
	$(document).on('click', '.credit-requirement-send', function() {
60
		var row = $(this).closest("tr");
60
		var row = $(this).closest("tr");
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 securityCheck = $(row).find(".checkhidden input[type=hidden]").val();
64
		var securityCheck = $(row).find(".securitycheck input[type=hidden]").val();
65
 
65
 
66
		console.log(securityCheck)
66
		console.log(securityCheck)
67
		var fofoId = $(row).find("td:eq(0)").text();
67
		var fofoId = $(row).find("td:eq(0)").text();
68
 
68
 
69
 
69