Pages

Wednesday, September 7, 2011

Executing JS code in Mootools Ajax Response

evalScripts: true

By default, Mootools 1.11, (that is default Joomla 1.5 JS library if not upgraded) keeps the Javascript evaluation OFF in the Ajax calling, that means evalScritps : false.

On a Joomla Project I fall into trouble with it. Later found, if this ajax setup parameter is set to true, the arrived JS codes are executed.

No comments :

Post a Comment