Microsoft
Software
Hardware
Network
Question : Javascript reload functions
Hi,
In my JavaScript I change the HTML with:
save_content=obj.innerHTML
;
obj.innerHTML=xxx;
...
..
obj.innerHTML=save_content
; // restore the origional content.
When I restore the origional content the events (onclick, onchange...) don't work.
If I do window.location.reload they work again, but this takes time because it realods the page.
Is there a way to only reload the functions...?
Answer : Javascript reload functions
I found out that the solution is to use the .live functiob from jQuery
Random Solutions
How do I resolve this error "javax.xml.ws.WebServiceEx
ception .... Place the resource correctly in the classpath.?
Any good insights to Web Deployment from Visual studio 2008?
Best method to push out Citrix client plug-in to local and remote sites
One user Exchange 2007 cannot send external email
Having connection problems between two Windows servers.
APEX custom user password edit
Drop Down List
change Background color of Comobox
Rogue disc drive in server 2008 cluster
Setting Textbox Focus based on Radio Button (ASP.NET C# Javascript)