Re: [jQuery] Flickering problem in Firefox

2007-01-14 Thread Anders Bäckman
Tested this on a PC now and it worked fine, so the problem only seems to exist on Mac. Still problem on Mac in both OSX and WinXP in Firefox though. 2007/1/14, Anders Bäckman <[EMAIL PROTECTED]>: > Now I've removed the scroll-function to get focus on the problem. > > 2007/

Re: [jQuery] Flickering problem in Firefox

2007-01-14 Thread Anders Bäckman
Now I've removed the scroll-function to get focus on the problem. 2007/1/14, Anders Bäckman <[EMAIL PROTECTED]>: > Interesting. I've noticed that it doesn't blink when click the first > time page is loaded. But if you reload the page and click "Who is > this?&

Re: [jQuery] Flickering problem in Firefox

2007-01-14 Thread Anders Bäckman
Interesting. I've noticed that it doesn't blink when click the first time page is loaded. But if you reload the page and click "Who is this?" again, it should blink (does to me anyway). Sure it's jerky but that's not the problem in this case. 2007/1/14, Giuliano Marcangelo <[EMAIL PROTECTED]>: >

Re: [jQuery] Visual jQuery Redux

2007-01-10 Thread Anders
button. I actually had a somewhat working demo a while ago with visual jquery and the history plugin (http://www.mikage.to/jquery/jquery_history.html), I can dig it up if you like. /Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Visual jQuery Redux

2007-01-08 Thread Anders
Looks nice. Two things: * Working back button: Have you for example looked at the jQuery history plugin, or the tabs plugin implementation? * The centered headlines (Returns, Parameters etc) looks out of place on my wide screen. Aligned to the left would work better. /Anders

Re: [jQuery] Adding an element directly below another one

2006-12-08 Thread Anders
ioned when the text is changed. I'm planning to use the CSS approach in my example for a slightly rewritten timePicker. I'll put up an example when it's ready. /Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] datePicker changes layout

2006-12-07 Thread Anders
CSS example page on positioning the calendar div without doing any wrapping. Hopefully it's useful. Link: http://perifer.se/test/datepickerCSS.htm /Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Form plugin: license

2006-11-22 Thread Anders
I couldn't find any license info on the Form plugin, is it under same dual license as jQuery (MIT/GPL)? I'm asking because I would like to include it in a Drupal project, and with good reason Drupal don't want non-GPL code in the repos

Re: [jQuery] Form plugin: possible to alter the form after a submit?

2006-11-22 Thread Anders
> var options = { ... }; > $("form.severalForms").each(function(formElement){ > $(this).ajaxForm($.extend(options, { >after: function(data, status) { > $(formElement).insertBefore("ajax complete"); >} > }); > }); > Thanks for the closure tip. I come up with the code below, but your

[jQuery] Form plugin: possible to alter the form after a submit?

2006-11-22 Thread Anders
ons = { after: function(data){ $(data).insertBefore("THE FORM"); }; $("form.severalForms").ajaxForm(options); Thanks, Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] new jQuery API draft

2006-11-15 Thread Anders
pal (correct me if I'm wrong) this might be a good way to go with the API documentation. /Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jTextBar plugin, Markdown/Textbar toolbar - code input

2006-10-29 Thread Anders
well. I've a feeling that .prototype could be usefull but not really sure if or how it would be used in this context. /Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Simple Example of adding animations to thickbox?

2006-10-23 Thread Anders Schneiderman
ery -- and _javascript_ -- to be clear on what I need to do.  So an example I could model would be fabulous.   Thanks, Anders ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery API discussion

2006-10-17 Thread Anders Schneiderman
Readability for people who are relatively new is particularly poured in for the world of JavaScript. Lots of people add a little JavaScript to a page and then don't do much more coding for another couple of months. The easier it is for new folks to get started with jquery, the close

Re: [jQuery] More jQuery Tutorials (was "unsuscribe")

2006-10-13 Thread Anders Schneiderman
t's say you frequently want to... Again, not a criticism of your original page. You were writing for a different audience. Thanks, Anders > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of "Jörn Zaefferer" > Sent: Friday

Re: [jQuery] More jQuery Tutorials (was "unsuscribe")

2006-10-12 Thread Anders Schneiderman
appy to help review & offer feedback on any drafts you do, if it's useful to you. Thanks, Anders Schneiderman SEIU > Any suggestions for other tutorials or offers to write one > will be warmly and gratefully received. > > Cheers, > > Karl > ___