I have used jquery to load some html from another page and added the content to a div called 'console'. This happens when I press a link: $ ('# Console'). Load (this.href + '# container');
I try then to retrieve the form which is part of the added html. I use $('#formname') but I can not get the form element.
Why? What should I do?