Re: [jQuery] Google group email problem

2007-03-23 Thread Dossy Shiobara
... or something else? -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

Re: [jQuery] jQuery in server side language?

2007-02-24 Thread Dossy Shiobara
where I can use jQuery server-side in AOLserver. So, there's at least one person who thinks it would be great. :-) -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh

Re: [jQuery] make a div disappear after 2seconds?

2007-01-23 Thread Dossy Shiobara
ronaldo wrote: should be a simple question but its been doing my heading for 1 day now!! how can i make a div disappear after 2 seconds ? Why not just: setTimeout(function() { $(div).hide() }, 2000); -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic

[jQuery] jQuery Bug #262: name.replace is not a function in 1.0.3

2006-11-09 Thread Dossy Shiobara
way? -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

Re: [jQuery] Groups, Forums

2006-10-16 Thread Dossy Shiobara
hate to poll for new articles. -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

Re: [jQuery] .each backwards ?

2006-10-06 Thread Dossy Shiobara
? I'm surprised there's no .reverse(). i.e.: $(collection).reverse().each(...) -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you

Re: [jQuery] inside A

2006-09-12 Thread Dossy Shiobara
'); -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70

[jQuery] Client-side query term highlighting demo using jQuery

2006-09-11 Thread Dossy Shiobara
. Naturally, adding the appropriate expressions to match more than just Google (or any search engine that uses the q=terms form) is probably necessary. I leave that up to you folks to help fill that part in. :-) -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic

[jQuery] filter() on attributes?

2006-09-05 Thread Dossy Shiobara
() docs say I should be able to use an XPath expression ... so, this should work: $(#foo input).filter(/[name=bar]).val(); Aha! It does. Is this the best way of doing this? Are there any pitfalls I need to worry about? Can I collapse this into a more concise form? -- Dossy -- Dossy Shiobara

Re: [jQuery] In-situ editing (Editable, etc.) disturbs layout

2006-08-15 Thread Dossy Shiobara
of the in-situ editing is performed. -- Dossy -- Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on. (p. 70