I have searched the web over and over and I can't figure out how to do this.
I know jQuery very, very well, but I just haven't used AJAX before.

All I want to do is simply
When someone clicks a <li> 
I want to get its text()
Use that text as var name = $(this).text();
Use name as the row (var name will be equal to the name in the DB) I want to
call from the SQL db.

I want the DB to send the info to a php page and then I want it to update
TinyMCE(WYSIWYG).

My main problem is I cant figure out how to get data from a SQL db and have
it update on the page without it reloading. 
-- 
View this message in context: 
http://www.nabble.com/Simple-AJAX-Question-tp20061821s27240p20061821.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to