[jQuery] ANN: screenshots.debian.net (jQuery-based website)

2008-11-14 Thread Christoph Haas
Hi, all... I use and love jQuery for pimping our intranet applications at work. This time the application is public and open-sourced so I thought I'd drop a note here and also say thanks to the jQuery and plugin developers. The site is http://screenshots.debian.net It features jQuery, Jörn's

[jQuery] Re: [OT] please check website before launch

2008-10-25 Thread Christoph Haas
On Freitag, 24. Oktober 2008, pixeline wrote: May i ask you guys to have a look at my latest project,a bit on the experimental side in terms of UI : a barcode image gallery for a spanish photographer: http://www.pixeline.be/test/lisapram/ Sorry for my negative feedback but this site is close

[jQuery] Re: Catching 401 errors to $.ajax calls

2008-10-22 Thread Christoph Haas
On Mittwoch, 22. Oktober 2008, Mike Alsup wrote: I would like to use $.ajaxSetup to set up a global error handler that knows how to deal with HTTP 401 codes (Authentication required). I am enhancing a few tables with AJAX using jQuery but I made my backend send back an HTTP error code 401

[jQuery] Catching 401 errors to $.ajax calls

2008-10-21 Thread Christoph Haas
Fellow earthicans, I would like to use $.ajaxSetup to set up a global error handler that knows how to deal with HTTP 401 codes (Authentication required). I am enhancing a few tables with AJAX using jQuery but I made my backend send back an HTTP error code 401 to force authentication if the

[jQuery] Re: Weird Firefox error related to switching to jQuery

2008-05-14 Thread Christoph Haas
On Mittwoch, 14. Mai 2008, Eric Ongerth wrote: I'm busily switching all my page templates from Prototype to jQuery. I'm getting the following error I never saw before (seen via Firebug) on a page that has been entirely changed over to jQuery, with prototype all gone and no longer

[jQuery] Re: Refresh a Div in a page (via a button)

2008-05-07 Thread Christoph Haas
On Mittwoch, 7. Mai 2008, chrbar wrote: I'm looking for a code/script which allows the user to refresh (via a button) a specific Div inside a Web page, without refresh the full page. Use an (on)click event on a button that points to Javascript issuing a $.load from your backend to the DIV

[jQuery] Re: preset selection of radio buttons

2008-05-07 Thread Christoph Haas
On Mittwoch, 7. Mai 2008, JP wrote: I hate this google group -- can't edit posts You said that three times already. You do know that this group is mainly a mailing list? And that's is technically impossible to cancel emails that are sent our to thousand of recipients already? Christoph

[jQuery] Re: how to redirect an Ajax loaded page to another page...

2008-05-06 Thread Christoph Haas
On Dienstag, 6. Mai 2008, aldomatic wrote: How do I redirect an Ajax loaded page to another page? The Meta refresh does not work. Anyone? You are expecting too much magic to happen. Unless you handle redirections yourself it won't work. Just fetch the correct URl and you don't need any

[jQuery] Re: Release: Autocomplete Plugin 1.0

2008-04-28 Thread Christoph Haas
Jörn, On Sonntag, 27. April 2008, Jörn Zaefferer wrote: I've just finished the 1.0 release of my autocomplete plugin. Thanks a lot for the plugin. I'm using it in two projects already. However there is one nasty bug: if the user selects an entry from the list then the field loses focus. And

[jQuery] Re: choppy animate FF bug

2008-04-17 Thread Christoph Haas
Hi, $WHOEVER... On Montag, 14. April 2008, [EMAIL PROTECTED] wrote: does anyone know how to fix this choppy animate Firefox bug? Is this normal jquery animate behavior? In safari it looks very smooth. (be sure to hover over the 3 images from left to right, you will notice it jumping from

[jQuery] Re: jqModal + Form plugin - Page is reloading in Firefox on form submit, IE works perfect

2008-04-17 Thread Christoph Haas
On Dienstag, 15. April 2008, Naveen wrote: I've tried a million workarounds for this, but it just doesn't seem to work in Firefox! I fire up a jqModal login box which is calling a separate html page, which connects to a php login script, and if success, the php returns a success message in the

[jQuery] Re: What do you use?

2008-04-17 Thread Christoph Haas
On Mittwoch, 16. April 2008, Chalkers wrote: I am curious what people use as on the server side with jQuery? Pylons (pylonshq.com). PHP is a no-go for me. Christoph (who wonders how long this thread will become) -- When you do things right people won't be sure you've done anything at all.

[jQuery] Re: $ is not defined error

2008-04-17 Thread Christoph Haas
On Donnerstag, 17. April 2008, dustinl wrote: I get this error in the Firefox error console: $ is not defined and it points me to line $(document).ready( function() { I have the most up to date jQuery and I am pointing it to the correct location but I can't figure out why I get this error.

[jQuery] Re: Slideshow for divs (with AJAX?)

2008-02-16 Thread Christoph Haas
On Thu, Feb 14, 2008 at 01:24:40PM -0800, Ariel Flesler wrote: The newborn: http://plugins.jquery.com/project/SerialScroll Very nice, Ariel. This is pretty close to what I'm looking for. Is there a way to use it with AJAX? I'm trying to build a paginated view where the user can click on the

[jQuery] Re: How do I attach a toggle to a checkbox. I want a table row to fade out/in, when a checkbox is toggled

2008-02-11 Thread Christoph Haas
On Mon, Feb 11, 2008 at 04:51:54AM -0800, quirksmode wrote: I have created a table, at the end of each table row is a checkbox. When the user selects the checkbox, that row will fade out to give the illusion its now disabled. When the checkbox is unchecked I want the row to fade back. Not

[jQuery] Re: Using $ symbol to access jQuery function

2008-02-10 Thread Christoph Haas
On Sat, Feb 09, 2008 at 05:07:40AM -0800, Sathyakumar wrote: I am not sure What I'm doing wrong, but accessing jQuery function using a $ symbol doesn't work. For example, ${document}.ready(function() gives me an error missing ; before statement. It's $(document) instead of ${document}.

[jQuery] Re: ajaxSubmit and Loading message

2008-02-07 Thread Christoph Haas
On Wed, Feb 06, 2008 at 08:21:25PM -0800, apadley wrote: I have a complex form that uses ajaxSubmit (see code below). The form takes awhile to process and I'd like to display a loading message or loading gif while waiting for the response. How can I modify or add to the code below to

[jQuery] Re: selector as variable

2008-02-06 Thread Christoph Haas
On Wed, Feb 06, 2008 at 12:11:32AM -0800, casavecchio wrote: i am just trying to read css-properties from div-elements on my site, but i always get an undefined and cannot figure out what going wrong. function showTop(id){ var pos = $jq(#mx- + id);

[jQuery] Too many autocompleter plugins

2008-01-27 Thread Christoph Haas
Fellow earthicans... A year ago I needed an autocompleter and tried Dylan Verheul's plugin (http://www.dyve.net/jquery/?autocomplete). I found that it lacked a few things and had some bugs I can't remember any more. Later I stumbled across a derived version at

[jQuery] Re: Tabs stopped working in IE

2008-01-25 Thread Christoph Haas
On Fri, Jan 25, 2008 at 05:39:29AM -0800, Klaus Hartl wrote: On Jan 25, 1:22 pm, carvingcode [EMAIL PROTECTED] wrote: My tabs (using UI.TABS) stopped working in IE6 yesterday.  There was some formatting problems, but the tabs worked until yesterday. I'm using the stock flora CSS package

[jQuery] Re: keeping header at the top of page

2008-01-25 Thread Christoph Haas
On Thu, Jan 24, 2008 at 08:30:59PM -0800, robing wrote: i have been asked to build a template that has a div block that contains a header image and nav that needs to stay visible at the top of the screen even when the user scrolls down the page. i know this can be done in frames but i would

[jQuery] Re: fadeOut not working with table row (tr) in IE6

2008-01-24 Thread Christoph Haas
On Thu, Jan 24, 2008 at 10:01:15AM -0800, djangst wrote: Has anybody been able to get the fadeOut effect working with a table row (tr) in IE6? I've read old posts and tried several different things without success. This is for a tabular layout that's a bit too intricate for replacement