[jQuery] Re: passing html to browser

2009-09-29 Thread Mike Alsup
I am currently using the .after to insert html code into the website. In the html code I am passing it I have div's with id's and classes. I have other jquery functions which look for those id's and classes to perform actions when the mouse moves over it, but it does not perform the action

[jQuery] Re: passing html to browser

2009-09-29 Thread James
In most browsers, directly viewing the source after dynamically adding content will not have the new content's HTML show up. As you mentioned, using Firebug you can see the new source, and it works great. Additionally, if you have the Firefox's Web Developer Toolbar plug-in, you can View