I am a new jQuery. I use a closed framework that allows me to add code but not change some of these behaviors. To add functionality, I need to connect to a specific Ajax request and redirect it to my URL (so that I can change the data there and be a proxy) or change the request parameters on the client side.
Is this possible with jQuery? And if so, how?
The source event is fired after updating the input text field.
Update:
After further inspection, it seems that the text field is controlled using the JQuery Autocomplete plugin. I am trying to translate the words returned from this ajax request. Basically, the user enters text in one language, and I want to translate it into English (the translation itself is not a problem), so autocomplete will use English words, and then I want to translate from English to the original language to be displayed in the text box and the hanging div .
jquery ajax proxy
Amirshk
source share