Posts by Marcius Nery • 21 points
2 posts
-
0
votes2
answers53
viewsA: jQuery - How to add event to control after DOM loading?
found the solution to my problem. When there was a partial post in AJAX PANEL, the code below was losing the CSS classes. $('#txtEmailCliente').keyboard(configAlpha); I made a change so that the DOM…
-
2
votes2
answers53
viewsQ: jQuery - How to add event to control after DOM loading?
I need to add a virtual keyboard after a validation in the codebehind. The control is invisible until this validation is true. When I add the virtual keyboard with the control already visible on the…