Re: [jQuery] Delete Row table using jquery
This should do your work. Get a try > $(document).ready(function() { > $("a").click(function(event) { > alert("As you can see, the link no longer took you to jquery.com > "); > var href = $(this).attr('href'); > alert(href); > event.preventDefa
[jQuery] Delete Row table using jquery
Hi ... Supposed I have table like this idnameaddressaction -- s1n1a1delete s2n2a2delete delete is a link for example `http://localhost/student/delete/1";>`. In the real case I delete the student u