php echo $row['id']; ?>">Edit User
$('a.edit').click(function () {
var id = $(this).data('id');
// do something with the id
return false;
});
Wednesday, 28 November 2012
php echo $row['id']; ?>">Edit User
$('a.edit').click(function () {
var id = $(this).data('id');
// do something with the id
return false;
});
Posted by Unknown at 04:03 | Labels: jquery | Email This BlogThis! Share to X Share to Facebook |
© Tip & Tricks - Designed by Nudge, Blogger templates by Blog and Web.
0 comments:
Post a Comment