[jQuery] Re: ANNOUNCE: jqUploader plugin upgraded to v1.0

2007-06-09 Thread yorsal (from China; love freedom and love jquery)
nice and why you like purple? hihi~ r u a girl or a boy?

[jQuery] Re: Use a link to submit a form w/ the form plug-in

2007-06-09 Thread Mike Alsup
Ken, You can call ajaxSubmit from the anchor's click handler, but in general this is not a good way to submit forms because it won't work when JavaScript is disabled. It makes more sense to use a button element and then style it using CSS so that it looks like a text link if that's what your

[jQuery] Re: Greasemonkey + jquery + functions

2007-06-09 Thread emerson999
Thanks all! The additions jostylr made to karl's work did the trick. Just started the actual work in porting over my jquery using scripts, and so far so good.

[jQuery] Re: Please help! Why is this not working on IE6?

2007-06-09 Thread Jose Manuel Zea
I´m still trying to fix this. Something new I discovered: If I load the image directly in the browser, writing the URL in the address bar and after this, I reload the problem page and click on the thumbnail of the image I loaded, it works. It seems that when the image is in the cache, there is

[jQuery] The CSS behind overlays

2007-06-09 Thread Arne-Kolja Bachstein
Hi there, I hope there's someone out there who can help me with this little issue. I have to create an overlay that is _not_ called using JS, but can be clicked away using JS. The JS thing now isn't a problem, I simple hide it on click using jQuery, since I already use jQuery at an other part

[jQuery] Re: The CSS behind overlays

2007-06-09 Thread Su
Looking at the dimScreen plugin would probably be more focused. On 6/9/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: i suggest you take a look at the css file included with thickbox :

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-09 Thread Brandon Aaron
Be sure to add this to trac. -- Brandon Aaron On 6/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I also added to the patch renaming the parameter 'xml' and sometimes 'r' to 'xhr'. I think it makes it easier to read. http://jqueryjs.googlecode.com/svn/branches/jake-dev/src/ajax/ajax.js On 6/7/07, Mike

[jQuery] Plugin to copy rows between tables?

2007-06-09 Thread Brad Perkins
I'm working on a web form where a user can submit queries via ajax. The results are returned in a table. What I need to do is allow the user to select a row from the result table via a double-click (or check box) and have the clicked row inserted into a second table. The second table is in a

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Jonathan, I've solved my problem. I didn't have the latest versions of everything as I thought I did. Thanks for the tip on using $ (.jd_menu).jdMenu(); for my dynamic purposes. Thanks! Chris On Jun 9, 12:42 pm, Chris Jordan [EMAIL PROTECTED] wrote: Hey, I've just simplified my html even

[jQuery] Autocomplete on blur

2007-06-09 Thread Sebastián V . Würtz
i want to lookup a city and autocomplete one string with city, state, country, but i need make when no result and the user put something unknow like city, state, country the object autocomplete call a function that fill the hiddens fields splited (,). Heres an aproach function findValue(li) {

[jQuery] Re: encodeURIComponent localized for custom encoding

2007-06-09 Thread Ⓙⓐⓚⓔ
http://dev.jquery.com/ticket/1289 On 6/9/07, Brandon Aaron [EMAIL PROTECTED] wrote: Be sure to add this to trac. -- Brandon Aaron On 6/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: I also added to the patch renaming the parameter 'xml' and sometimes 'r' to 'xhr'. I think it makes it easier to read.