5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
$(function()
|
|
{
|
|
$('[name^=orderFields]').change();
|
|
})
|