Subversion Repositories SmartDukaan

Rev

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

Rev 30867 Rev 30871
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 fofoId = $(row).find("td:eq(0)").text();
-
 
65
 
64
		var securityCheck = $(row).find(".securitycheck input[type=hidden]").val();
66
		var securityCheck = $(row).find(".securitycheck input[type=hidden]").val();
65
 
67
 
66
		console.log(securityCheck)
-
 
67
		var fofoId = $(row).find("td:eq(0)").text();
-
 
68
 
68
 
-
 
69
		console.log(securityCheck);
69
 
70
 
70
 
71
 
71
		var limit = $(row).find("td:eq(5) input[type='text']").val();
72
		var limit = $(row).find("td:eq(5) input[type='text']").val();
72
		var interest = $(row).find("td:eq(8) input[type='text']").val();
73
		var interest = $(row).find("td:eq(8) input[type='text']").val();
73
		var freedays = $(row).find("td:eq(9) input[type='text']").val();
74
		var freedays = $(row).find("td:eq(9) input[type='text']").val();