[Proto-Scripty] Re: remove() not working in IE7

2008-11-23 Thread Jay
In your test, have you proven that the argument to the RemoveCategoryField function has the intended element in it? It might be worthwhile to try an alert(div.id) at the beginning just to be sure. Or even alert('div is '+div.id+', and parent is '+div.up().id). On Nov 22, 8:01 pm, Wallis <[EMAIL P

[Proto-Scripty] Re: Portal Interface

2008-11-23 Thread disccomp
Request for peer code review: I'd really appreciate it if anyone has a chance to review the code in SVN. Thanks -Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to t

[Proto-Scripty] Re: Contents of 1st of every Row

2008-11-23 Thread T.J. Crowder
> first-child Doh!! -- T.J. ;-) On Nov 21, 6:06 pm, Matt Foster <[EMAIL PROTECTED]> wrote: > var textFromTD = $("search").select("tr td:first-child").pluck > ("innerHTML"); > > On Nov 21, 12:32 pm, Jay <[EMAIL PROTECTED]> wrote: > > > another idea, you might try selectors - > > > a) if you can