search for: extractscript

Displaying 6 results from an estimated 6 matches for "extractscript".

Did you mean: extractscripts
2005 Dec 12
7
possible opera+prototype bug in evalscripts?
...!= $continue) throw e; } } ); Line 259 of linked script http://ccml.uni-weimar.de/javascripts/prototype.js this.each(function (value,index) { results.push(iterator(value, index)); } ); Line 160 of linked script http://ccml.uni-weimar.de/javascripts/prototype.js return this.extractScripts().map(eval); Line 1035 of linked script http://ccml.uni-weimar.de/javascripts/prototype.js content.evalScripts(); At unknown location [statement source code not available] ------------------- snip ----------------------------- I changed the evalscripts function to this: evalScripts:...
2006 Apr 12
11
innerHTML and scripts not running
Hello, I''m having an issue with getting embedded javascript code to actually run when loaded via an Ajax.Request() call and the callback function inserts the generated HTML and js code to my current page. It seems that the javascript code is not properly parsing. For example, I''m using the following function showinfo() to return some html code. function showInfo(go_url){
2007 Mar 01
6
prototype ajax.updater response bigger than 10k on safari
Hi All, Safari crashes everytime my ajax response is bigger than 10k, i traced it down and found out that it breaks when evalScript is being called, maining when extractScript is trying to match the regex..... is this a known bug on safari? if yes is there anyway to get around it? thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group....
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
...tch (e) { if (e != $continue) throw e; } } ); Line 253 of linked script http://localhost:8090/js/prototype.js this.each(function (value,index) { results.push(iterator(value, index)); } ); Line 160 of linked script http://localhost:8090/js/prototype.js return this.extractScripts().map(eval); Line 882 of linked script http://localhost:8090/js/prototype.js html.evalScripts(); At unknown location [statement source code not available] I didn''t try under IE but i think there will be the same. Gregor ---------------------------------------------------- Ca...
2007 Jun 13
3
Template symbols
How can I retrieve a list of symbols from any template string? See the example below. I''d like to be able to retrieve [''title'', ''author''] from that template. ''The TV show #{title} was created by #{author}.'' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2006 May 19
10
Content Rotate, unwanted flashing on IE.
I just wrote a stupid little JS object to rotate DOM Elements (mainly images) using Prototype and Script.aculo.us as support. Everything seems to work well on IE and Firefox Linux but on FireFox Windows I am getting a slight flash prior to transition. I was wondering if a effects guru could take a quick look and see if anything jumps out. I can live with the flash for my current project but