similar to: Quick Element.getElementsBySelector() question

Displaying 20 results from an estimated 1000 matches similar to: "Quick Element.getElementsBySelector() question"

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 Nov 24
5
Merge, Compact Ofuscate or Compress Javascript Lib ?
Hi !, A little question about JS Lib manipulation... - I found that DOJO toolkit gives a DOJO Compressor jar file to compress JavaScript http://dojotoolkit.org/docs/compressor_system.html - On the other hand there''s no docs in Prototype or Scriptaculous and prototype files are merged. Why ??? 1. Compacting file will reduce bandwidth but is it useful with a server that gzip .js ? 2.
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
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).
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
2007 Apr 10
1
bug: Element.getElementsBySelector on internet explorer
Hi, in ie7 I can''t use Element.getElementsBySelector to select elements in a xml document --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this
2007 Jun 09
23
hoverclass on droppable zone
Hi guys, I''m trying to make a drag''n''drop portal using sortable element. I would like to apply the "hoverclass" option only on the droppable zone instead of the column border. Any idea a about the solution? Thanks for any help, Sabri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
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 : ------------------------
2006 Jan 12
2
Finding by association
I have two objects that are associated in the following way: class Class1 < ApplicationController has_and_belongs_to_many :class2s has_and_belongs_to_many :otherClasses end class Class2 < ApplicationController has_and_belongs_to_many :class1s has_and_bleongs_to_many :otherClasses end Now, when I run the following query, @objects = Class1.find(:all, :conditions
2004 Aug 14
2
Private methods
Hi, I'm trying to understand R's object oriented abilities. I have read (in a very recent email to r-help) that R's methods package does not support private methods. However, I also looked at the source for the function "is": > is function (object, class2) { cl <- .class1(object) if (missing(class2)) return(extends(cl)) if (.identC(cl, class2)
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
2001 Feb 26
1
"untable" function
Dear R-users! I am using R1.2.0 under Windows NT4.0, and have data of the following form: > #simple example of data structure: > x <- data.frame(group=LETTERS[1:3], class1=1:3, class2=4:6) > x group class1 class2 1 A 1 4 2 B 2 5 3 C 3 6 I would like to convert this to a data.frame y of the following form: > y group class counts 1
2011 Oct 10
4
Type of Graph to use
Hi, Please advice on what type of graph can be used to display the following data set. I have the following: Name Class a Class 1 a Class4 b Class2 b Class1 d Class3 d Class5 e Class4 e Class2 So each entry in name can belong to more than one class. I want to represent the data as to see where
2006 Apr 04
1
Added method to ActiveRecord Class
Hi, Let''s say: class Class2 << ActiveRecord belongs_to: class1 end class Class1 << ActiveRecord has_many :class2s def get_max_class2 ?how to get the max of class2 list ? end end I would like to know how I have to write the get_max_class2 method in order to have the max value of the class2 list ? I would like to call this method this way: class2_max
2004 Oct 14
2
setClassUnion
Hello, I have a question concerning "setClassUnion". I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000. I tried to use "setClassUnion" in a package I am currently working on. The situation is similar to the following example: The DESCRIPTION file has entries: Depends: R (>= 2.0.0), methods Imports: methods LazyLoad: yes The NAMESPACE file has
2004 Oct 14
2
setClassUnion
Hello, I have a question concerning "setClassUnion". I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000. I tried to use "setClassUnion" in a package I am currently working on. The situation is similar to the following example: The DESCRIPTION file has entries: Depends: R (>= 2.0.0), methods Imports: methods LazyLoad: yes The NAMESPACE file has
2007 Feb 23
4
Does Ajax.PeriodicalUpdater have a shield against multiple parallel executions?
Hello Does Ajax.PeriodicalUpdater have a shield against multiple parallel executions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email
2007 Feb 23
7
Vanishing Globals
Gents, I have what I thought was a simple scenario, but IE seems to have found a way to make it difficult: I am creating pairs of drop-downs of times of the day (9:00, 9:15, ...) on the fly (using AJAX) and want to be able to adjust the displayed difference between them in hours onChange and store this information in a global hash. Straightforwardly enough, I simple use Event.observe to set up an