search for: my_new_script

Displaying 2 results from an estimated 2 matches for "my_new_script".

2006 Feb 17
6
Ajax.Updater and loading new javascript functions.
...mically with each different component as needed instead of having to load up everything when the app is originally loaded. I tryed including the JS code directly in the code returned by Ajax.Updater as well as linking to it with: <script type="text/javascript" src="/path/to/my_new_script.js"></script> No love. My second problem is probably related. I am using Behaviour.js and would like to have my code loaded by Ajax.Updater register new rules. Again I have to define them in the main app, but even worse, if the element the rule is applied to does not exist...
2006 Feb 17
4
RE: Ajax.Updater and loading new javascriptfunctions.
...amically with each different component as needed instead of having to load up everything when the app is originally loaded. I tryed including the JS code directly in the code returned by Ajax.Updater as well as linking to it with: <Xcript type="text/javascript" src="/path/to/my_new_script.js"></Xcript> No love. My second problem is probably related. I am using Behaviour.js and would like to have my code loaded by Ajax.Updater register new rules. Again I have to define them in the main app, but even worse, if the element the rule is applied to does no...