Hello, i have a cuestion. Im working on it about 3 hours and cant doit work.
jQuery(document).ready(function($){ var tlf = $(":input[name='telefono']").mask("(9999)999999999", {clearIfNotMatch: true}); console.log(tlf.val()); });
I try this. Console log say undefined. I think is ok because the modal it is open after and allways, for all the lines of the table, the name of the input (nothing more like id) is telefono. I think is imposible doit width jquery.
Can you say me other way?