I am new to JQuery so i have to ask this question. I have to get the value of undermentioned code into a php file.
jQuery(function($){
var textover_api;
// How easy is this??
$('#target').TextOver({}, function() {
textover_api = this;
});
I want to get the text written by this code to the next php page. how can i do that. please help