[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Klaus Hartl
Rey Bango wrote: Sorry about your back Klaus! :( If you need help in testing please let me know. Since you may be in the code, any chance I can convince you to add some of the animation features found in Lightbox 2 (http://www.huddletogether.com/projects/lightbox2/)? :D Rey Thank you Re

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Klaus Hartl
Alexandre Plennevaux wrote: is it me or has this promising plugin completely disappeared from this side of the jQniverse? No, it isn't you. It's me stopping to make any promises :-( The JavaScript code in SVN is ready for a first beta release, but I still didn't manage to clean up the CSS. A

[jQuery] Re: How to get font size in pixels?

2007-08-01 Thread Klaus Hartl
seedy wrote: Sam Collett wrote: How can I then convert the %/em value into pixels? Short Answer : You can't really convert em to pixels as em is a relative value. Long Answer: The default font size for browsers is 16px = 1em. So you could make that assumption and use 16px to calculate yo

[jQuery] Re: Why do both ajaxError and ajaxSuccess fire if the request fails or is a success?

2007-08-01 Thread Klaus Hartl
devioustree wrote: Cheers for the reply :) I'm pretty sure it was _a_ John that said it then haha. Seem to remembering it being a post about the 1.0 release so it was a few months ago. What gets fired in both error and success case is the complete callback. Maybe that was a misunderstanding.

[jQuery] Re: Safari 1.3.2 click event not returning false

2007-08-01 Thread Klaus Hartl
NickMaller wrote: Thanks everyone for your responses, In regards to upgrading to a newer version, it's part of my client's requirements for it to be compatible with this particular combination as it's based on feedback and stats from thier users. It would be a lot simplier if everyone just used

[jQuery] Re: Is there a simple way?

2007-07-31 Thread Klaus Hartl
Mitchell Waite wrote: All I want to do when a user clicks on a div is have a graphic appear for a while, then fade away. All the jQuery and Interface Elements effects routines expect you to go from dark to light, or one extreme to another. There is no off-on-off. Everything happens at the

[jQuery] Re: click and no reacion

2007-07-31 Thread Klaus Hartl
Klaus Hartl wrote: plewas wrote: Helllo I have code like this: [code] http://www.w3.org/1999/xhtml";> <!-- $(function(){ $("#b").click( function() { $("h2").append('<a href="#" id="a">

[jQuery] Re: click and no reacion

2007-07-31 Thread Klaus Hartl
plewas wrote: Helllo I have code like this: [code] http://www.w3.org/1999/xhtml";>