[Proto-Scripty] Re: Stack overflow... ???

2010-10-17 Thread T.J. Crowder
Hi, ...data-picker is a real attribute?? or you just add it for easy use with the $('*[data- picker]') selector?? I made it up for use with the selector. Technically, custom (made-up) attributes are invalid in HTML4, but in practice browsers just ignore them (but do preserve them and give

[Proto-Scripty] Re: Stack overflow... ???

2010-10-15 Thread ncubica
[off-topic] Hi TJ I just saw in your jsbin code the attribute span data-picker='colors=blue'Blue/span data-picker is a real attribute?? or you just add it for easy use with the $('*[data- picker]') selector?? thanks in advance nahum On Oct 14, 10:35 am, T.J. Crowder t...@crowdersoftware.com

[Proto-Scripty] Re: Stack overflow... ???

2010-10-14 Thread T.J. Crowder
Hi, I'm not 100% sure what you're trying to do with all of those templates and that selector (the selector is invalid, looks like maybe you're trying to use a template in it, but it's all one big quoted string, so...). However, I _think_ you're trying to replicate the Prototype `Element#setValue`

Re: [Proto-Scripty] Re: Stack overflow... ???

2010-10-14 Thread Phil Petree
Thanks TJ! I had fixed the Stack Overflow problem around 6a this morning... I would share what the problem was but then I'd have to kill my self! LOL Thanks also for the short version of your setSelect(), I tried in vain to do that for a full day... another example of how the prototype

[Proto-Scripty] Re: Stack overflow... ???

2010-10-14 Thread T.J. Crowder
Hi, Thanks also for the short version of your setSelect()... Glad that helped! ...I tried in vain to do that for a full day... another example of how the prototype documentation really sucks! Okay, granted it's a bit terse: http://api.prototypejs.org/dom/form/element/setvalue/ ...but I

[Proto-Scripty] Re: Stack Overflow at line: 0 ::

2009-02-23 Thread david
Hi sravani, give us more clue, like HTML code AND the creation of the autocompleter, because, I did not guess what value does have 'a' in the AC properties ?? -- david On 19 fév, 18:06, sravani sravanigogine...@gmail.com wrote: Hi i m trying to implement autocompleter using prototype and