I have a small question, if anybody could help me. Why I can’t see the result of an ajax request in my source code? I use ajax from jQuery all is working fine as I see the desired result on the page. But when I want to look in the source code is like. Between div’s should be the result.
And that’s why I can’t get a .click() code event from a element that is created by the ajax.
Thank’s
I have a small question, if anybody could help me. Why I can’t see
Share
This is normal. The “View source” view will not show any modifications to the DOM that occurred after loading the page.
Use a tool like Firebug or Chrome’s Developer Tools to inspect the DOM “live”.