Displaying 20 results from an estimated 8000 matches similar to: "Merge, Compact Ofuscate or Compress Javascript Lib ?"
2007 Feb 02
2
Quick Element.getElementsBySelector() question
Hi,
Does this code should works ?
elm.getElementsBySelector(''UL.class1 > LI.class2'');
I have an error caused by "UL.class1 > LI.class2"
- Does CSS Selector ">" works ?
- What is the exact ? may be "UL.class1>LI.class2"
Regards,
--
Jean-Philippe Encausse - R&D Jalios SA
Jp [at] encausse.net - http://www.encausse.com -
2007 Jun 26
5
Migration of Effect from 1.4.0 to 1.5.1
Hi,
Is there migration for custom Effect between prototype/scriptaculous
1.4 and 1.5 ?
Kevin Davis send me it''s cool Poof Effect but it seems to be tooooo
fast in last version of scriptaculous. I think it comes from the code
? But I don''t know the best way to correct that ?
Here is a copy/past of his mail for anybody interested in his Effect:
>
> Hey there, sorry for
2007 Oct 15
2
Cross-Browser History management
Hi !
Is it plan to release a Browser History Management in Scriptaculous ?
Or does anybody know a "prototype" library to manage browser history
compatible with IE6, IE7 and FF ?
We tried to use Really Simple History:
http://code.google.com/p/reallysimplehistory/
But it seems to be incompatible with some Prototype event management.
Regards,
Jp
--
Jean-Philippe Encausse - Veille /
2006 Jun 14
5
Sortable Tree - Stoping Event dispatch ?
Hi,
I''m trying to play with sortable tree and have two issues:
I have an AJAX Tree looking like:
<ul class=''TreeCat'' id=''work''>
<li class=''open''>
<img src=''s.gif'' class=''node'' onclick="Ajax.Tree.toggle(event,this);"/>
<a
2006 Jun 02
2
Prototype/Scriptaculous beginer question
Hi !
Sorry if my 2 questions are stupid:
- Is there a way with prototype or scriptaculous libraries to
get the selected text in an html page ? Or in a textarea ?
- Do you know a good SDA or RSA javascript library other that
this one: http://pajhome.org.uk/crypt/sda/index.html ?
Best Regards
--
Jean-Philippe Encausse
Jp [at] encausse.net - http://www.encausse.com - http://www.jalias.com
2006 Nov 05
4
Why Struts2 use dojo instead of Scriptaculous?
Hi,
I''m using prototype/Scriptaculous in my open source project JSControlsTags
http://jscontrolstags.sourceforge.net/
I''m Struts user and in the new version Struts2, the framework integrate AJAX
with dojo
and not with Prototype/Scriptaculous. I asked in the Struts forum, why
Struts2 integrate
by default dojo and not scriptaculous.
Here Struts answer :
------------------------
2007 Mar 04
23
Sound support for script.aculo.us
Hi all,
I''ve added a new library called sound.js to script.aculo.us, which
allows for playing (mp3-based) sound effects. It works without using
Flash, by using IE''s internal sound playback mechanism (BGSOUND) and
falling back on using whatever plugin is used for audio/mpeg on other
browsers (in real world terms, this means QuickTime or a QuickTime-
compatible plugin).
2007 May 11
15
Simulating onmouseleave and onmouseenter with Prototype
Hello.
I spent an hour or three chasing down a desired effect that mootools
implements, namely the simulation of onmouseleave and onmouseenter
events.
Why?
Lets say you have a Menu. A ul element that contains many li elements.
If you want to have a function (maybe an effect) fire when the mouse
moves outside of the ul, you are out of luck. Observe the mouseout
function like so:
2006 Apr 13
0
Help ! Effect vs Ajax in script.aculo.us
Hi everybody,
For me the most interesting of Effects is to do a visual effect will
doing an ajax request
because the user didn''t think that he is waiting for something.
So, In a timeout function, I create an Effect and an AJAX call:
...
Effect.MoveBy( ... );
...
Then do an AJAX Call
...
setTimeout(function(){
getJsonRPC().callMyFunction();
},30);
2006 Apr 14
0
Issue with Core Effect and AJAX Postback
Hi,
I''m displaying an Effect during an AJAX request,
unfortunately, during the postback, the Effect doesn''t display.
Is there a solution ?
Best Regards,
--
Jean-Philippe Encausse - R&D Jalios SA
Jp-vcK5r0oTKUrk1uMJSBkQmQ@public.gmane.org - http://www.encausse.com
ICQ: 109796741 - AOL: NextOne6666 - MSN: Nextone6666-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org
Mob: +336 82 12 56
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 14
1
Cross Browser Popups
Hi,
Does anybody have a little cross-browser piece of code
to resize a popup ?
Excatly, I don''t know if it is possible ?, I would like to open
a popup on the side of an existing window like if it would be a tabpane.
So reducing window width by the width of the popup, set the popup on
the side of the window. And the best of the best: when the window is
resize, resizing the popup also
2006 Jun 25
17
JavaScript Compression
Is there a good windows-based JavaScript compressor which will reliably
compress script aculo and prototype?
Sam
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Nov 29
3
OT - Detect selected text with JavaScript
Hello,
Does anyone know if it is possible for JavaScript to detect what text
is currently selected by a user? I would like to allow the user to
select some text and then grab that text using JS.
I saw these guys do it : http://www.enlighter.com/ but I''m not sure
if its possible to do this using JS only or if it needs a browser
extension.
Thanks!
--Dave.
2005 Dec 04
5
Javascript Logging
Hello Everyone,
Just wanted to find out if scriptaculous has a patch for a error logging class?
Currently, I have found 2 javascript logging scripts (outside of scriptaculous).
Lumberjack: http://gleepglop.com/javascripts/logger/
log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js
Could you guys shed some light on what would be a good logger class to use with our
2006 Mar 14
3
Returning Javascript
I have a page with some links on it that when clicked, loads a "subpage" in
a div. This subpage contains some html and javascript. I see how using
ajax.updater with evalscripts will run any standalone javascript on the
subpage, but I do not have access to any of the javascript functions on that
subpage. Is there some way I can make those javascript functions available
to the page?
2006 Jan 20
2
FireFox JavaScript Console
The new version of Firefox displays a bunch of CSS errors for things
that I am forced to use to make IE Windows work... Does any one know
a way to get the Javascript Console to only show actual Javascript
errors, disabling the CSS errors???
Oh ya, im on OSX.
Thanks.
______________________________________________________________________
Alex Duffield . Principal . InControl Solutions .
2007 Apr 13
2
Is JavaScript JSON Hijacking problems present/considered in Prototype's coming release?
I sort of let things loose on Prototype''s growth for awhile - yet, as
the article (found here: http://webreflection.blogspot.com/2007/04/are-130-byte-enought-to-solve.html)
came before me, the question arose: ''is the issue considered in
Prototype?''
I couldn''t find a bug regarding it: the one in German isn''t counted. )
So I roll it in here. Please
2007 Oct 15
3
JavaScript error after including Prototype library
Hello,
I''ve started seeing this error after including Prototype:
Form.Element.Serializers[method] is not a function
http://qaslweb1.crossmediaservices.com/shoplocal/scripts/prototype.js
Line 2754
You should be able to see this error, using either Firefox or IE, when
browsing to:
http://qaslweb1.crossmediaservices.com/
Any ideas? Since this is a version of our original site rebranded
2006 Feb 16
2
javascript node with Ajax.Updater
Hi there, im having a problem with the Ajax.Updater, im using the
Ajax.Updater to get an divider, inside the div i have a javascript node that
i use to do javascript stuff, the problem is when i get the divider i get
whole the html but not the javascript node, thats a bug?
*anybody know what''s happening?*
--
//
// Ing. Francisco J. Calderón S.
//