[jQuery] Expander and Dynamic DIV content
Hello to Fellow Coders!
I am calling a JQuery $.post function from Javascript to a PHP script
which grabs database query results and displays them in a DIV (with
JQuery $('some_obj').html) .
I would like to have the EXPANDER truncate the results (formatted in
an unordered list) but it doesn't work.
I add the EXPANDER class reference to the UL tags with the PHP script.
Is it because the DIV is loaded dynamically? and there is no content
for JQuery (javascript) to render EXPANDED at time of load?
I don't want to bore you with all my code. What do you think?