$(document).ready(function () {
$('input[type=button], assignUser').click(function () {
...
JavaScript add/remove elements from table
by uferdamm,
August 19, 2011 06:11,
13 refactorings
$(document).ready(function () {
$('input[type=button], assignUser').click(function () {
...
Hi there,
is there any b...