[jQuery] using Jquery ajax methods in userscript

[jQuery] using Jquery ajax methods in userscript


Hi Everyone,
I am trying to send the grease monkey variable values to my MySQL
datbase. I thought of using Ajax methods in jQuery to perform this
action but i am not sure how a variable can be passed from userscript
to the embedded jquery ajax methods...plz help!
e.g
page_title = document.title;
this gets me the title of a page now i want to send page_title value
to my sql using jQuery ajax methods in my userscript.....
hope this issue is not out of the mailing list ...
looking forward to all ur responses...