[jquery-dev] Timers in the jQuery core?

2009-12-16 Thread jez9999
Hi, It rather surprised me that one of the things I had to turn to a plugin for was a timer. It seems like the kind of thing that would frequently be useful to have, abstracted to a nice jQuery interface, rather than using directly the rather ugly setTimeout function in Javascript. Why not imple

[jquery-dev] Re: 'hover' pseudo element - access thru jQuery?

2009-11-04 Thread jez9999
    > > > In this example, the span would only be in red when javascript is off. > > 2009/10/31 jez > > > Hi all, > > > I have a minor problem with my webpage I'm designing.  I'm doing > > pulldown menus via a UL, with LIs that have child ULs (t

[jquery-dev] 'hover' pseudo element - access thru jQuery?

2009-10-31 Thread jez9999
Hi all, I have a minor problem with my webpage I'm designing. I'm doing pulldown menus via a UL, with LIs that have child ULs (the pulldown menus), where the pulldown menus fade in when you mouseover the parent LI. So as to degrade gracefully if the browser isn't running Javascript, I want to us

[jquery-dev] Re: status of $.browser

2009-10-29 Thread jez9999
OK Dave, I take this points and didn't realize that browser detection was quite so unreliable. I also didn't realize that you could test for whether a browser supports something as minor as a particular pseudo-selector. So I'm gonna change my request to this: In the next incarnation of jQuery do

[jquery-dev] status of $.browser

2009-10-28 Thread jez9999
Sorry to reignite this debate in a new thread rather than replying to the old one, but for some reason Google Groups wouildn't let me reply to the old one. The suggestion was that the jQuery documentation be reworded so that $.browser not be called 'Deprecated', but that its usage perhaps be disc

[jquery-dev] Re: Feature request: Delete a CSS style value

2008-12-14 Thread jez9999
seful convenience, so I fail to see why it belongs more in a plugin than in jQuery itself. :-) Best regards, Jeremy Morton (Jez) On Dec 13, 12:09 pm, Choan Gálvez wrote: > Hi. > > On Dec 13, 2008, at 10:31 AM, jez wrote: > > > > > Yeah, but couldn't it just go

[jquery-dev] Re: Feature request: Delete a CSS style value

2008-12-13 Thread jez9999
nted: > > $.fn.delCss = function(p) > { >         $(this).css(p, ''); > > } > > Hope that helps, > > Kelvin :) > > On Fri, 12 Dec 2008 08:42:40 -0800, jez wrote: > > > Hello, > > > I'd like to see the following in the next vers

[jquery-dev] Feature request: Delete a CSS style value

2008-12-12 Thread jez9999
Hello, I'd like to see the following in the next version of jQuery: a function named something like .delCss(name), which would actually delete/unset the style property of the given name on all matched elements. See, you can already do this by setting the desired style properties/ values in a par

[jquery-dev] Feature request: execute code before .fadeIn()

2008-12-05 Thread jez9999
Hi there, I'm relatively new to jQuery, and it's been a revelation to me that coding in Javascript can actually be fun... takes much of the headache out of cross-browser compatibility issues. :-) That said, I do have a feature request. Take a look at this example page: http://www.game-point.ne