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
asp.net size
Create Table (MS SQL 2008) with Time Column that accepts 14:00 format only
gmail reciepient notification
DNS Event ID's 4010 & 4013
Sysprep service pack 3
paypal integration in asp.net /VB
jquery
find textbox and start div underneath it
C#, general purpose logging
exchange 2003 and ISA 2006 certificate renew - RPC-HTTPS not working