Displaying 4 results from an estimated 4 matches for "scripttag".
Did you mean:
scripttags
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
2006 Dec 12
10
Scriptaculous loader ... how to clone it?
Hi,
I would like to use the system loader as in scriptaculous.js to load
dynamicly some of my javascript files.
So I copied and pasted the code from scriptaculous.js into my
modules.js (this file should load all my js files from the directory
"modules" !). But the problem is when I launch my web page, the
scriptaculous.js works correctly but not the modules.js.
I think the two methods
2005 Aug 31
11
Documentation generator?
I''m looking for a documentation generator for JavaScript code that can
handle the coding style used in prototype.js and script.aculo.us. Any
recommendations for such a tool?
In a similar vein, does it make a noticeable difference in production
when comments are removed and several script files are combined into a
single one?
Michael
--
Michael Schuerig Most people
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