[jQuery] Re: Feature suggestion: animating through stylesheets

2007-07-07 Thread Jeroen Coumans
Simple fix: provide a CSS file with the plugin which the author can integrate themselves. Then selectors can be made as specific as needed, and it would enable lots of CSS-savy designers with little Javascript skills to customize the effects. -- Jeroen Coumans On Jul 5, 9:56 pm, Scott Sauyet

[jQuery] Re: tableSorter - sorting

2007-07-07 Thread Christian Bach
Hi Phil, In the 1.x release there is a option called disableHeader Here is a example: // disable one header from being sorted disableHeader: 0 //disable more then one disableHeader: [0,5,8] /christian 2007/7/5, Phil Glatz [EMAIL PROTECTED]: Christian Bach wrote: And to leak a new

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
Paging, will have to be a upcoming feature, i will provide a new filter system that will allow developers to write small functions that will be applied after a sorting has finished. I will include a zebra table filter as default, of course these can be extended to allow paging etc. /christian

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
Great point Stefan! Will be adding it shortly. /christian 2007/7/6, Stefan Petre [EMAIL PROTECTED]: May I suggest something? When you sort: first click sort ascending , second click sort descending ; third click clear sorting. 2007/7/6, tlob [EMAIL PROTECTED]: an ajax mysql

[jQuery] Re: Preview: Brand new tablesorter 2.0, multi-column sorting and more

2007-07-07 Thread Christian Bach
Hi Andy, I will provide methods for clearing and resorting the table in the same way the update method works. Here is a example: $(table).tablesorter(); // new data has been appended to the table $(table).tablesorterUpdate(); // clear sorting $(table).tablesorterClearSorting(); /christian

[jQuery] Re: Using AutoCompleter, how do you pass parameters

2007-07-07 Thread AtlantaGeek
Thanks. Can I get that customer number from the hidden field, though? I'll try $('#CustNo').val() but if that doesn't work, I'd be at a loss . . .

[jQuery] Re: Convert XMLDocument to text

2007-07-07 Thread [EMAIL PROTECTED]
Heh, hours of searching, and the minute after you post your question you find the answer... :) var x = (new XMLSerializer()).serializeToString(xmlobject); On Jul 7, 11:26 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have received an XMLDocument object through an Ajax call and has

[jQuery] Re: load function then slide

2007-07-07 Thread Eric Crull
Try looking at this, maybe it will be useful: http://www.nabble.com/jQuery-1.1.3-and-easing-plugin-t4012212s15494.html On Jul 6, 1:17 pm, jsteidl [EMAIL PROTECTED] wrote: This has worked in the past, but now I am trying with the new version of jquery and the easing plugin. I want my html to

[jQuery] Re: Creating a button like this, using jquery?

2007-07-07 Thread Eric Crull
I'm not sure what you're asking...The most obvious button on Jyte is the Green/Red thumbs up/thumbs down button, which changes when the user hovers his mouse over it. So if you're asking how do you make the color change from grey to green or grey to red, you could use hover and addclass:

[jQuery] Re: Some fun with jQuery

2007-07-07 Thread Remy Sharp
@Marshall - To create the video: ishowu, then I converted it to an flv using ffmpegx (though I've never worked out how to get sound in the conversion). On Jul 6, 6:40 pm, Marshall Salinger [EMAIL PROTECTED] wrote: This is very cool! Slightly off-topic... what did you use to create the demo

[jQuery] [JCarousel] Auto Scrolling

2007-07-07 Thread Thomas Thomas
Hi all, I want to auto-scroll images using JCarousel horizontally. I can notice it scrolls automatically from right to left, but when it reaches the end it doesn't go from left to right. I can notice in the code it is supposed to do so, has anyone a fix for this ? Thank u for any help.

[jQuery] Re: Incompatibility between jqem.js and jQuery 1.1.3

2007-07-07 Thread RealET
On 4 juil, 21:02, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, Since installing jQuery 1.1.3, a major memory problem has arisen in which 99% of the cpu is used. I did lots of tests and tracked it down tohttp://davecardwell.co.uk/javascript/jquery/plugins/jquery-em/0.2/ With

[jQuery] Re: Toggle div and change class

2007-07-07 Thread SteelSoftware
So many thanks Mike, you've helped me a lot. My background is pure CSS so the onload stuff confused me somewhat. Thanks again Steve On Jul 7, 1:10 am, Michael Geary [EMAIL PROTECTED] wrote: You're not the first person who has gotten tripped up on this point. Because jQuery uses CSS-like

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread Mike Alsup
Hi lordb, Does your form have an input element with the name action? That could be a problem. I'll see if I can find a generic solution for this situation. Other input names that will likely cause the file upload code to bork are target and method, and of course there is a long list of

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread lordb
My form is simplest as possible just the form tag which contain an hidden field form the max file size and the file fild with name=fichier With the modification proposed the fileupload seems to work, so I has send it here to help other people with the same problem. I tried to execute original

[jQuery] Re: jquery.forms incorrect object usage in fileupload() with IE

2007-07-07 Thread Mike Alsup
Thanks for that info, lordb. I just checked in an update which I think will fix the problem: http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js When you get a chance, let me know if it works for you. Mike My form is simplest as possible just the form tag which contain an

[jQuery] jquery-1.1.3.1 with interface slider trouble

2007-07-07 Thread philguillard
Hi all, When i try jquery-1.1.3.1.pack.js with interface slider last pack on IE6, i get a usual Object doesn't support this property or method on the $('.sliderPrice').Slider( line, even if i set no options. Works fine on ffx. $('.sliderPrice').Slider( { accept : '.indicator' } );

[jQuery] Re: How to define var to ajax in onClick?

2007-07-07 Thread George
Can you describe this scenario a little more? It may not be quite clear what you're trying to achieve. Cheers, Georgr im loading my pages through ajax and id like to have one script for all pages by adding: var page = './page.html' to onClick=javascript:name(); Is that possible? How to do

[jQuery] Drag- Droppables using Interface

2007-07-07 Thread Fredrik Karlsson
I just found this group yesterday, and I've already found a lot of good advice from reading old posts. But I couldn't find a solution to some weird behaviour I'm having. I am using jquery together with Interface to play around a bit with dragdrop + ajax. So a basic test was to move an element

[jQuery] Re: jquery-1.1.3.1 with interface slider trouble

2007-07-07 Thread Terry B
interface isnt supported under 1.1.3 On Jul 7, 10:22 pm, philguillard [EMAIL PROTECTED] wrote: Hi all, When i try jquery-1.1.3.1.pack.js with interface slider last pack on IE6, i get a usual Object doesn't support this property or method on the $('.sliderPrice').Slider( line, even if i set

[jQuery] Flash External Interface call and jQuery - page reloads?

2007-07-07 Thread jsw_nz
I am on my first week using jQuery and have a question regarding rewriting a standard function that gets called from Flash using External Interface: The html page has a div id=flashheader at top that is resized from a parameter (sent from flash) the function is pretty standard: function

[jQuery] Re: tutorial needs additional material

2007-07-07 Thread sozzi
The use of the this keyword is always a bit tricky to wrap your head around, but these two posts helped me to understand things at a fundamental level: this in general javascript : http://www.quirksmode.org/js/this.html and a bit more jQuery specific:

[jQuery] Re: Drag- Droppables using Interface

2007-07-07 Thread Benjamin Sterling
Fredrik, Welcome to the list! Not sure what you mean by qhetto solution, but your way seems fine. Is there a live version I can look at? No exactly sure what you are doing with $('body').mouseover and then what $(this) is reffering to. But, doing something like (untested):

[jQuery] Re: jquery-1.1.3.1 with interface slider trouble

2007-07-07 Thread Benjamin Sterling
Phil, As Terry said, Interface is not supporting 1.1.3+, if there are no real need to use 1.1.3+, then I would suggest sticking with 1.1.2, if you need a copy, let me know. FYI, there will be a new FX library coming on line sometime in the near future, just not sure when. -- Benjamin

[jQuery] Re: [JCarousel] Auto Scrolling

2007-07-07 Thread Jan Sorgalla
Hi, On 7 Jul., 16:42, Thomas Thomas [EMAIL PROTECTED] wrote: Hi all, I want to auto-scroll images using JCarousel horizontally. I can notice it scrolls automatically from right to left, but when it reaches the end it doesn't go from left to right. I can notice in the code it is supposed to