Thanks, that worked!
Brandon Aaron wrote: > > Well if you want to replace the HTML within the div you should use > .html() but if you want to just add some HTML to the div then you > should use .append() or .prepend(). > > So if you first .load() and then in the callback do a .prepend() to > add HTML to the top of the div that should solve the problem. > > -- > Brandon Aaron > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/insert-HTML-and-then-append-loaded-HTML-file-tf2935505.html#a8208639 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
