Posts by mateus lacerda • 35 points
3 posts
-
3
votes2
answers878
viewsQ: How to get the number of columns of a temporary table
How is it possible to obtain the number of existing columns in a given temporary table in sql server?
-
-1
votes2
answers546
viewsQ: Mask in dynamically generated fields
I need to add a mask with the jquery.Mask plugin in dynamically generated fields, $(document).ready(function($){ $('.mascara').mask('00000000'); }); for(var i = 0; i < data.d.length; i++) { var…
-
0
votes1
answer274
viewsQ: Event . jquery Keypress is not being enabled
In the table when pressing enter instead of activating the javascript event this being inserted a break line, ie the text function of enter not the event. // Função $(function() { //Função click na…