I am using the following jQuery code snippet:
$("td").editable("islem.php", {
indicator : "wait...",
onblur : 'submit',
select : true,
});
to make table cells editable.
There are multiple <td> columns in a <tr> row. Inside <tr>, <td> cells getting bigger each time I click on different <td> cell. Does anyone know how I can solve this problem?
Thanks for your time reading this message and further replies are appreciated :).
--
Trivial things are the hardest to do.
No comments:
Post a Comment