Hello,
I wanted to apply escape on every property of an object using the
Hash.map method in prototype library. Check out this code:
// Regular Array
var a = ["john doe", "[EMAIL PROTECTED]", "say hello to me"];
a.map(escape).each(function(x) {
document.write(x + "
"); //nice and clea
Title: Re: [Rails-spinoffs] drag&drop multi
Fantastic Claudio! You are
the Man!!
I was looking for something like this from
scriptaculous for quite some time now. Had my own js written, but it didn't fit
into the scriptaculous guidelines
Just one addition I would like to request -
Shouldn't the selection revert back to one selected item when you
click on a single item again without holding down one of the selection
keys? That's how most multi select things work isn't it?
Also, the behaviour seems different if you are working with one item
as opposed to many... if I click o
Hi,
I added a new patch for script.aculo.us a few days ago.
For those who don't usually see the patch list, you can view it here:
http://dev.rubyonrails.org/ticket/3060
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://l
* Laurie Harper wrote (01/12/2005 15:50):
> On 1-Dec-05, at 6:15 AM, APaella wrote:
>> Maninder, Singh wrote:
>>> This is not working for me (I am using IE 6.0 on WinXP).
>>>
>>> It works in Firefox though...
>>
>> I's only the css that is wrong. The + image isn't displayed but the
>> script works.
On 1-Dec-05, at 6:15 AM, APaella wrote:
Maninder, Singh wrote:
This is not working for me (I am using IE 6.0 on WinXP).
It works in Firefox though...
I's only the css that is wrong. The + image isn't displayed but the
script works.
Unfortunately, I don't currently have an Windows box to deb
Hello,
I have a problem with the AutoCompleter, specifically the div that holds
the return values. It doesn't get hidden until the page has correctly
loaded, so in a page that makes cross-server JS calls the div is
visible, and covers content, while the page is loading fully.
I managed to circumv
Maninder, Singh wrote:
> This is not working for me (I am using IE 6.0 on WinXP).
>
> It works in Firefox though...
>
I's only the css that is wrong. The + image isn't displayed but the
script works.
___
Rails-spinoffs mailing list
Rails-spinoffs@li
This is not working for me (I am using IE 6.0 on WinXP).
It works in Firefox though...
-
On Nov 22, 2005, at 3:08 PM, Laurie Harper wrote:
> For what it's worth, there's a simple tree control I wr