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 to enable workstation users to install software through GPO using SBS 2008
SSMS no tables shown in Query Designer
childWindow
Setting Compatibility Mode in IE8 using JavaScript
dynamic popup with checklistbox using ajax control toolkit
How do I set up my wireless network?
change SQLserver 2005 to mix mode
Backup Exec 12 - Catalog issue
Windows 2008 - HP LaserJet 2600n drivers aren't working
making first word bold