Hi friends,
I have created a page, in that - after loading a content the jquery is not working properly.
Problem :
- Initially i have a div "content" which having some text
- by clicking a button some content will load into the div "content" from div "temp" using
$("#content").html($("#temp").html())
- After loading this content the functionality of jquery (which i have already written in the new content) is not working.
- Why its happening like this, its working fine in mozilla firefox but not IE, some times some unwanted values are appending into the new content tags
such as done10="12"
jQuery123654067531="18"
jQuery123654067531="19"
Please clear this problem.