in Zoho Support » Using Zoho Support • 22 hours ago
How to increment the html attribute class using jquery. i am actually working on a php/ajax data grid. it works on tables and dynamically i am loading rows result from the database. After the user has added rows with results in one table, the user can add new heading and add new rows in new tables. I am using the following code to do this
var v = jQuery("#frmSovMca").validate({
errorLabelContainer: $("div.msg-error2"),
but i cant get the counter variable incremented from php , i need to use it for incrementing the class attribute to insert the new result in new row with the class incremented.
in Zoho Support » Using Zoho Support • 22 hours ago
How to increment the html attribute class using jquery. i am actually working on a php/ajax data grid. it works on tables and dynamically i am loading rows result from the database. After the user has added rows with results in one table, the user can add new heading and add new rows in new tables. I am using the following code to do this
var v = jQuery("#frmSovMca").validate({ errorLabelContainer: $("div.msg-error2"),
but i cant get the counter variable incremented from php , i need to use it for incrementing the class attribute to insert the new result in new row with the class incremented.
the php code is here
$aSovMca = fGetSovMca($vSubID, $sovID, 0, $_SESSION['bidID']);
function fGetScheduleX($aSovMca) {
}
this is the html table in which i am appending the db result
please help me how can i get the soulution out of it please email me the answer at ignitious_php@hotmail.com
Your code above is all messy the way you inputted it.
Please create a Codepen for us to be able to have a look at everything in a clean environment.