I have following workflow
- div on the page is used
- on users operation request is done to server side page whose html is retrived using ajax and dumped into the div
- With html markup some JavaScript is also dumped however that is not getting executed.
Why is so ? What could be the possible fix ?
Though i avoid doing things like this but in some old code implementations like these are very common.