is there a way to make the browser reload my javascript code after an ajax call -


How can I re-evaluate the browser all my javascript after calling an AJAX call? I am using the mootools structure and I would like to reload JavaScript by adding it to the header section of my HTML page

I'm assuming that your AJAX call is returning Javascript as part of the call. I am not very familiar with mute, but most popular frameworks allow you to delete javascript from the string. Therefore, you can get the appropriate return value and "Aqual" from AJAX calls.

If it is not what you are trying to do, then I do not know what problem you are trying to solve.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -