Posts by Victor_Magalhaes • 71 points
2 posts
-
6
votes2
answers822
viewsA: Web application running in background
Dude, you’d have to use two different technologies to make it work like you described. For you to achieve asynchronous processing you can follow one of the following two approaches: 1º - Use a…
javaanswered Victor_Magalhaes 71 -
1
votes2
answers794
viewsA: Changing an element with jquery
In jQuery version 1.9 you can try using . replaceWith(). The use, in your case, would be something like: $(item).replaceWith(html); Now, get smart 'cause the new <a> inserted does not have the…
jqueryanswered Victor_Magalhaes 71