[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Klaus Hartl
joomlafreak schrieb: Hi Klaus Thanks for your prompt reply as always. That was Jake replying so promptly, while I was asleep ;-) So let's thank Jake! -- Klaus

[jQuery] Re: Web2.0 Expo

2007-04-18 Thread John Resig
Yep - I'll be there. I'm busy during lunch (and the panel, which is just after lunch). If someone wants to do something in place of the last session/break - let me know! My cell phone # is here: http://ejohn.org/about/ --John On 4/17/07, Erik Beeson [EMAIL PROTECTED] wrote: John is on a

[jQuery] Re: Question about jQuery + CSS

2007-04-18 Thread howard chen
sorry, a:hover is just an example, what i want is to style pseudo class, such as a:visited, a:active etc Try jQuery(a).mouseover( function() { $(this).css(fontSize, 20px); } );

[jQuery] Re: Library showdowns

2007-04-18 Thread Christof Donat
Hi, There are some situations when you can only pass a variable referring to a function; with a curry function you can pass a variable that refers to a function + arguments. That is not a big problem with annonymous functions: takingAFunction(function(a){return mycallback(5,a)}); That is

[jQuery] Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Phillip B Oldham
Hi all I've been playing about trying to get an effect similar to Google Calendar, where a div starts at a fixed point on the screen and then expands to take up the rest of the viewport. I think my calculations are off though, as I can get it to expand, but it always grows to about 20px

[jQuery] Re: Question about jQuery + CSS

2007-04-18 Thread Klaus Hartl
howard chen schrieb: sorry, a:hover is just an example, what i want is to style pseudo class, such as a:visited, a:active etc There are no properties in JavaScript that represent these pseudo classes, thus it cannot be done. -- Klaus

[jQuery] Re: ThickBox question

2007-04-18 Thread Rob Desbois
Chris, A couple of months ago I played around with this as I wanted to retrieve data through an AJAX call then load it into a TB window. I started off with your method of calling TB_show() directly, then gradually customised the whole thing (e.g. I didn't need the automated functionality, but

[jQuery] Re: iFrame Content Update

2007-04-18 Thread oscar esp
I found the solution jQuery(#+divTarget).get() [0].contentWindow.self.document.body.innerHTML=data;

[jQuery] Re: vars in unnamed functions

2007-04-18 Thread Rob Desbois
17By creating a function form your code which uses variables outside its scope, you've created a 'closure'. When settings.functionToCallLater() is called after init() has finished, aVariable has gone out of scope. The function still has access to it however, because the closure consists of two

[jQuery] Re: ThickBox question

2007-04-18 Thread Klaus Hartl
Chris Jordan schrieb: Hi folks, I've searched the archives, but didn't find what I was looking for. So if this has already been discussed and someone can point me to the old thread, that'd be awesome. Otherwise: Is it possible to trigger the opening of a thickbox without a link? In other

[jQuery] change CSS

2007-04-18 Thread oscar esp
Are any way to set the stylesheet like: link rel=stylesheet href=/Inmo/libs_Ext/jquery/css/intranet.css type=text/css media=screen in runtinme?

[jQuery] Re: Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Phillip B Oldham
By the looks of things it puts a div over the full size of the document, rather than expand a div to the size of the viewport. On Apr 18, 9:17 am, Ariel Jakobovits [EMAIL PROTECTED] wrote: doesn't the thickbox take up the viewport? look at that - Original Message From: Phillip B

[jQuery] TableSorter1.0: Can't use it with prototype+scriptaculous

2007-04-18 Thread jiraponga
I'm using your pluging for my Intranet project, it's great. However, I would like to know how to use your plugin together with prototype+scriptaculous. Because there are some pages that I've already applied those library, but I want to add tablesort function to the pages--and I love to use

[jQuery] Re: Spam on this list

2007-04-18 Thread Tane Piper
Yea, google groups are unfortunately notorious for spam. On the CakePHP list, all messages are moderated to stop spam getting through. Maybe John should put out a call for a team of moderators to vet all incoming emails? Tane On 4/18/07, Christof Donat [EMAIL PROTECTED] wrote: Hi, Since

[jQuery] Re: Spam on this list

2007-04-18 Thread Dmitrii 'Mamut' Dimandt
Christof Donat wrote: Hi, Since this list is a google group I recieve considerably more spam over this list. Is that just me, or has anybody made the same experience? Christof Subscribe to this group via gmail :) It cuts off spam

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread withoutwax
No luck with Firebug - didnt show anything up. I can provide you with a link to the code via a private email message if you have the time to assist me, I just can't post it here just yet, would that be possible? Any solutions I of course will post back here. Ben On Apr 18, 1:34 pm, withoutwax

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread Ben Schwarz
If you are unable to post code your post is quickly rendered useless. Often the core javascript would help diagnose the issue. The top most suggestion in my mind is that you remove said 'funkyness' (remove all effects / animation) applied by jquery. Double check what your server is returning to

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread withoutwax
Ok, I have got permission to post code snippets - sorry for the mucking around. This is called: --- function showsp() { $(#info).empty(); $.get(https://www.site.com/2007/php/ajaxsp.php;, { rid: $ (input#routeselect).attr(value)}, function(data){

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread Ben Schwarz
I would also try commenting out the lines where you empty elements or append data to them. To me it sounds like it is most likley style / animation based, however you may find that you will be successful using a process of elimination. On Apr 18, 10:58 pm, withoutwax [EMAIL PROTECTED] wrote:

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Mika Tuupola
On Apr 18, 2007, at 2:35 PM, Fil wrote: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great work :) Dylan seems to be source of many great plugins ;) -- Mika Tuupola http://www.appelsiini.net/~tuupola/

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Dan G. Switzer, II
Ariel, question: is there paging in the autocomplete program for AJAX based option queries? You can have the AJAX operations return whatever you want. If you want it to just return a subset of matches, then make sure to turn the Autocomplete caching mechanism off--that way each lookup will

[jQuery] flash losing focus

2007-04-18 Thread amircx
hey, i got a swf with a game inside, the problem that some times when user plays in the game and press space or f12 or whatever... its scrolls down and stuff like that is there a way to make sure that allways the game will listen to the keys ? -- View this message in context:

[jQuery] Re: to change tab for enter

2007-04-18 Thread Fabyo
use Enter2Tab http://docs.jquery.com/Plugins#Forms Ariel Jakobovits wrote: that won't work. What if you have: Campo 1: input type=text name=campo1 tabindex=1 /br / Campo 3: input type=text name=campo1.5 /br / Campo 2: input type=text name=campo2 tabindex=2 /br / why not:

[jQuery] val() on select box

2007-04-18 Thread Aljosa Mohorovic
i have a select box with name brands and i can access currently selected option using $('[EMAIL PROTECTED]').val() will val() always return currently selected option? Aljosa Mohorovic

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dan G. Switzer, II
found a problem: when im typing and select the matched value, and using form vaildiation plugin, if i set the MinLen in the validation plugin, its not accept the new value and change the state ie if i got field the min len required is 3 chars, and i typed abrah and selected it (it was in the

[jQuery] Tabs plugin: Is there a way to trigger a tab with a URL to load?

2007-04-18 Thread Phillip B Oldham
I'd like to be able to trigger a tab using the following format (or something similar): $('#container').triggerTab(3, 'http://mysite.com/updates.html'); The second parameter is a URL I'd like to load, which can change depending on user input. Is this possible? -- *Phillip B Oldham* The

[jQuery] Re: flash losing focus

2007-04-18 Thread Fabien Meghazi
hey, i got a swf with a game inside, the problem that some times when user plays in the game and press space or f12 or whatever... its scrolls down and stuff like that is there a way to make sure that allways the game will listen to the keys ? Hi, Could you point out what is the jQuery

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Geoffrey Knutzen
Instead of hiding the box, perhaps there could be an option to display a message in the box that there are no matches to the users current input. In situations where the user must select from the list (the input will have to pass validation later) this could be helpful. -Original

[jQuery] Re: val() on select box

2007-04-18 Thread Aaron Heimlich
On 4/18/07, Aljosa Mohorovic [EMAIL PROTECTED] wrote: will val() always return currently selected option $(select).val() will return the value of the first select element's value property, which, yes, is the value of the currently selected option (for multi-selects, this is always the value

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread Brandon Aaron
No it isn't. Could you post what the 'data' is? I assume #info is a div? -- Brandon Aaron On 4/18/07, withoutwax [EMAIL PROTECTED] wrote: OK, through process of elimination it is the: $(#info).append(data); code that is crashing the browser - is this is a well known problem - i.e. are

[jQuery] Re: Make a div expand to take up the rest of the viewport?

2007-04-18 Thread Phillip B Oldham
Found out what the main problem was for me: in FF, setting a hight worked only part of the time. min-height also had to be set, which has solved the problem. I'm using a strict doctype, but setting height to 100% doesn't work. On Apr 18, 2:00 pm, Ben Schwarz [EMAIL PROTECTED] wrote: I believe

[jQuery] Newbie code review please?

2007-04-18 Thread Howard Jones
Having just made my first real piece of jQuery code, I'm already wondering if it can be made more concise :-) It's an unobtrusive mod to an existing page (in Best Practical's RT ticketing system). The page has a table of ticket entries, where of the TDs in each row is a checkbox. I want to be

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dan G. Switzer, II
Geoffrey, Instead of hiding the box, perhaps there could be an option to display a message in the box that there are no matches to the users current input. In situations where the user must select from the list (the input will have to pass validation later) this could be helpful. You can add

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dylan Verheul
On 4/18/07, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 18, 2007, at 2:35 PM, Fil wrote: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great work :) Dylan seems to be source of many great plugins ;) I'll take that as a compliment :-)

[jQuery] Re: Will this code enable disable a submit button?

2007-04-18 Thread Rick Faircloth
Thanks, Daemach... I'll check into it! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daemach Sent: Wednesday, April 18, 2007 12:28 AM To: jQuery (English) Subject: [jQuery] Re: Will this code enable disable a submit button? You would

[jQuery] Re: Litebox

2007-04-18 Thread ProjectAtomic
To auto play (and loop the slide show) use the following: $('#gallery').litebox({ a: true, loop: true }); $('#gallery a:eq(0)').trigger('click'); Caption support is planned for a future release. If you want to rearrange the controls, you are going

[jQuery] Re: Tabs plugin: Is there a way to trigger a tab with a URL to load?

2007-04-18 Thread Klaus Hartl
Phillip B Oldham schrieb: I'd like to be able to trigger a tab using the following format (or something similar): $('#container').triggerTab(3, 'http://mysite.com/updates.html'); The second parameter is a URL I'd like to load, which can change depending on user input. Is this possible?

[jQuery] Re: ThickBox question

2007-04-18 Thread Chris Jordan
Rob, That is essentially what I ended up doing. I got busy with the coding so I didn't have time to update this thread, but that is exactly what I ended up doing. Thanks for the help though! :o) Cheers, Chris On Apr 18, 3:51 am, Klaus Hartl [EMAIL PROTECTED] wrote: Chris Jordan schrieb:

[jQuery] Re: Spam on this list

2007-04-18 Thread Brandon Aaron
I believe the spam catcher in gmail is somewhat dependent on its users. The more people mark something as spam the more likely gmail is to mark it as spam for you. It would be nice for them implement something similar to google groups but the email has already been delivered to your inbox. It

[jQuery] Re: Newbie code review please?

2007-04-18 Thread Karl Swedberg
Hi Howard, Looks cool! Here is what I came up with (untested), starting with any 'tr' that contains a checkbox and going from there. I'm not sure what you're asking about the ID, so I didn't put that part in here. Are you going to use the id for something else later on? Anyway, hope this

[jQuery] Re: ThickBox question

2007-04-18 Thread Rob Desbois
No problem. Also, fwiw I ended up migrating to jqModal instead of thickbox. My reasoning was that despite TB being a very good plugin, it's not that customisable without hacking up the code. Whilst I achieved what I wanted through hacking the plugin, I realised that jqModal was designed to be a

[jQuery] BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Kush Murod
Hi guys, I have a problem where if I specify message box css like so |$.blockUI({ padding:'50px'}); OR $.blockUI({ width:'450px'}); | your message box is not centered anymore, but more to the right and bottom Has anyone encountered problem like this one --Cheers, Kush

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Jeff Fleitz
Boy I feel like a dummy, but I can't even find that line in my jQuery script. I am testing with jQuery 1.1.2 unpacked. Is that what we are talking about? I might be having a similar problem and want to test against that by commenting this out as well, but it helps if you can find it first.

[jQuery] Re: Library showdowns

2007-04-18 Thread Sean Catchpole
On 4/18/07, Christof Donat [EMAIL PROTECTED] wrote: Currying doesn't give you float function(float a) { return mycallback(a,42); } Of course it does, you just have to clever. let us say you have this function: divide = function(a){ return function(b){ return a/b; }} If you want to create

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread Jake McGraw
Looks like http://www.fandango.com is using jQuery for a couple of things. - jake On 4/18/07, Rey Bango [EMAIL PROTECTED] wrote: Added to the list. Thanks Dylan! Dylan Verheul wrote: I just noticed a thickbox on www.bartsmit.com (big chain of toy stores in the Netherlands). On

[jQuery] Re: Spam on this list

2007-04-18 Thread Sean Catchpole
Spam is not the only problem I'm receiving. Sometimes I don't get the original message sent to me via email and then I only get someone's reply to it. Google needs to step up their game, or we should find another host. ~Sean

[jQuery] Re: Spam on this list

2007-04-18 Thread Brandon Aaron
I am also seeing some delay but it has been very minor. Much better than it would get on the jquery.com server. -- Brandon Aaron On 4/18/07, Sean Catchpole [EMAIL PROTECTED] wrote: Spam is not the only problem I'm receiving. Sometimes I don't get the original message sent to me via email and

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Dan G. Switzer, II
Jeff, Boy I feel like a dummy, but I can't even find that line in my jQuery script. I am testing with jQuery 1.1.2 unpacked. Is that what we are talking about? I might be having a similar problem and want to test against that by commenting this out as well, but it helps if you can find it

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread Rey Bango
Great find Jake! Added to the featured-sites list. Rey Jake McGraw wrote: Looks like http://www.fandango.com is using jQuery for a couple of things. - jake On 4/18/07, Rey Bango [EMAIL PROTECTED] wrote: Added to the list. Thanks Dylan! Dylan Verheul wrote: I just noticed a thickbox on

[jQuery] Re: BlockUI plugin: message not centered once width or padding is given

2007-04-18 Thread Mike Alsup
Hi Kush, You need to manage the margins yourself, the plugin doesn't do it for you. Try this: $.blockUI({ width:'450px;', marginLeft:'-250px'}); Mike On 4/18/07, Kush Murod [EMAIL PROTECTED] wrote: Hi guys, I have a problem where if I specify message box css like so $.blockUI({

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Dan G. Switzer, II
Jeff, What did you do to fix this issue? $(#addunit_lookup).autocomplete( qryUnitLookup.cfm, { I used the fully qualified URL. So instead of: qryUnitLookup.cfm I use: https://www.domain.com/directory/qryUnitLookup.cfm -Dan

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Jeff Fleitz
Yeah, thats what I did. Didn't work. Hmmm. On Apr 18, 11:40 am, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Jeff, What did you do to fix this issue? $(#addunit_lookup).autocomplete( qryUnitLookup.cfm, { I used the fully qualified URL. So instead of: qryUnitLookup.cfm I use:

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Priest, James \(NIH/NIEHS\) [C]
-Original Message- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Try searching for the word connection. I think it only appears a few times. The line is where base AJAX code is. In the 1.1.2 code it's around line #1724... Jim

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Priest, James \(NIH/NIEHS\) [C]
-Original Message- From: Jeff Fleitz [mailto:[EMAIL PROTECTED] Thinking it had to be the reference to the cf template below, I added the fully qualified path with https, but it didn't have any effect. Do you think the transport.setRequestHeader(connection, close) issue might be

[jQuery] Re: Library showdowns

2007-04-18 Thread Christof Donat
Hi, Currying doesn't give you float function(float a) { return mycallback(a,42); } Of course it does, you just have to clever. let us say you have this function: divide = function(a){ return function(b){ return a/b; }} If you want to create the function a/3 you can do the following:

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread Kenneth
I am not sure if this qualifies for the list, and I was unable to find any further details as to exactly how its implemented (short on time right now), however this could be kind of a big deal: http://mail.zope.org/pipermail/checkins/2007-January/006048.html On 4/18/07, Rey Bango [EMAIL

[jQuery] Re: AJAX problems in IE6

2007-04-18 Thread withoutwax
THhanks for all your help guys - I have searched through line by line and found the real problem was IE6 couldnt apply changes to the DOM so quickly, so I used the pause plugin and applied that strategically and it has solved the problems. The site works a treat in all major browsers now. On

[jQuery] Re: Remembering settings

2007-04-18 Thread Toby Parent
Just offhand, I'd still use cookies, just in a slightly different way. The thing google does is, it saves the user account settings into a database, then saves a cookie with a session ID. the database keeps session IDs, linked to the user table, which can then link to a settings table. All

[jQuery] Re: New To List - Question about JModal - DNR

2007-04-18 Thread Jimmy Glass
Hi Sean, Thank you for the response... I was finally able to resolve the issue. It was the result of my ignorance of CSS. The modal container was being resized correctly, but... The inner divs were not flexible. So, I made the content portion of these divs to a height of 100% and it resolved the

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread John Resig
It doesn't appear to be that significant, considering every major library is located in the same directory as jQuery: http://svn.zope.org/z3c.javascript/trunk/src/z3c/javascript/ --John On 4/18/07, Kenneth [EMAIL PROTECTED] wrote: I am not sure if this qualifies for the list, and I was unable

[jQuery] Re: Remembering settings

2007-04-18 Thread Jake McGraw
Trekmp: For the amount of data you're talking about (depending on the number of on screen objects), perhaps some kind of server side storage would be appropriate? Also, this way you wouldn't need to develop some kind of limited syntax for storing all of the relevant information in a couple of

[jQuery] Re: Remembering settings

2007-04-18 Thread DaveG
How about using something like this: http://www.lalit.org/lab/jsoncookies/ It's not jQ based, but it may offer a good way to store/retrieve the amount of data you're looking at. ~ ~ Dave On Wed, 18 Apr 2007 15:52:48 -, Trekmp [EMAIL PROTECTED] wrote: Thanks to both of you for your

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Dan G. Switzer, II
Jeff, Yeah, thats what I did. Didn't work. Hmmm. The jQuery v1.1.2 and my Autocomplete mod work fine for me in an SSL environment. However, a couple of thoughts: 1) Check your .ac_loading{} CSS declaration. Perhaps it's the loading of the image that's causing the behavior. 2) If you're

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Dan G. Switzer, II
Jeff, Yeah, thats what I did. Didn't work. Hmmm. Ooh... I just thought of something. I think maybe the problem came from the generation of the iframe / used in IE6 to make sure the dropdown goes over select elements. I just looked at the actual source I'm using on the server and found this at

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Jeff Fleitz
My bad. You were right about 1) The culprit was the indicator.gif file. I had moved the css file to a different folder and it broke the reference. Things are working now. Thanks. Jeff On Apr 18, 12:36 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Jeff, Yeah, thats what I did. Didn't

[jQuery] Re: Newbie code review please?

2007-04-18 Thread Scott Sauyet
Mei Gwilym wrote: Why bother with javascript? Html will do it for everyone: I believe the OP wanted the checkbox changed with a click anywhere on the TR that contained it. The label is a good idea in general, but this is something beyond that. -- Scott

[jQuery] Re: jQuery Powered Sites - More Sites Added.

2007-04-18 Thread DaveG
http://www.dzone.com/ looks like it's jQ enabled as well. ~ ~ Dave On Apr 10, 10:33 am, Rey Bango [EMAIL PROTECTED] wrote: Added: - GameGum Free Flash Games - ToonGum ToonGum is a flash cartoon community. View, submit, and interact with our many flash cartoons and large community. -

[jQuery] Re: Newbie code review please?

2007-04-18 Thread Scott Sauyet
Howard Jones wrote: Having just made my first real piece of jQuery code, I'm already wondering if it can be made more concise :-) [ ... ] $('input:[EMAIL PROTECTED]').each( function() { var myid = $(this).attr('name'); $(this).parent().parent().click( function(event)

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Jörn Zaefferer
joomlafreak schrieb: Problem solved by setting the path. What exactly did you change to get it working? -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: jQuery and EXT not working at all

2007-04-18 Thread Jörn Zaefferer
Juha Suni schrieb: cdomigan wrote: In the latest releases of Ext, the jquery and dimensions files are already included in ext/adapter/jquery/jquery-plugins.js This took it's part in creating confusion. The version I downloaded yesterday (1.0) contained information that I should include

[jQuery] Re: [PATCH] jQuery 1.1 star rating fix

2007-04-18 Thread Klaus Hartl
Jörn Zaefferer schrieb: Ian Eure schrieb: I ran into some problems with the star rating plugin for jQuery 1.1. The issue is that (at least in Firefox) links with #foo get expanded to include the current page URL. The plugin assumes the href attribute is a simple #5, so the rating isn't

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
amircx schrieb: found a problem: when im typing and select the matched value, and using form vaildiation plugin, if i set the MinLen in the validation plugin, its not accept the new value and change the state ie if i got field the min len required is 3 chars, and i typed abrah and selected

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Jeff Fleitz schrieb: One thing that I think would be useful to add (I pinged Dan about this the other day), is an option to restrict the multiple option to distinct values, so that duplicate selections are prevented. That is an interesting point. I see three ways to handle this: - Let the

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Dylan Verheul schrieb: On 4/18/07, Dylan Verheul [EMAIL PROTECTED] wrote: On 4/17/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: I'm glad to release the first version of the rewritten autocomplete plugin, based on the work by ... There is now a page with a download, link to the demo and

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Fil schrieb: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great work :) You have a bug at input id='suggest4' /textarea Thanks Fil, gonna fix that. -- Jörn Zaefferer http://bassistance.de

[jQuery] How to Trigger a link , without 'click' event

2007-04-18 Thread rsugihar
Hi, I tried to used your plugin 'jqModal' and run 'Example 3a'. http://dev.iceburg.net/jquery/jqModal/ How to 'trigger' the function without 'click' it on view(link) ?? for example, i have condition(php) that have to call/trigger the function like : ? if ($i==1) { . trigger

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Dylan Verheul schrieb: On 4/18/07, Mika Tuupola [EMAIL PROTECTED] wrote: On Apr 18, 2007, at 2:35 PM, Fil wrote: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great work :) Dylan seems to be source of many great plugins ;) I'll take that as a compliment :-) You

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Yoyo, Is it possible to insert custom values in multiple input? If for example I try to write Cracow I got Creola If you want freeform text to be entered, then you can't try to map the text to another value (like a primary key.) So, you could use the

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jeff, Boy I feel like a dummy, but I can't even find that line in my jQuery script. I am testing with jQuery 1.1.2 unpacked. Is that what we are talking about? I might be having a similar problem and want to test against that by commenting this out as well, but

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jörn, The autocomplete plugin version I've just released (see other thread) sends the options.max value to the server as a limit parameter, you could add that to your SQL to limit the number of results already on the server. I wouldn't recommend that

[jQuery] Re: Autocomplete plugin

2007-04-18 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jeff, Yeah, thats what I did. Didn't work. Hmmm. Ooh... I just thought of something. I think maybe the problem came from the generation of the iframe / used in IE6 to make sure the dropdown goes over select elements. I just looked at the actual source

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Ⓙⓐⓚⓔ
It is code written by the devil to torture the good and pure of heart! It was a kludge to a firefox version that is no longer supported. It's only still there because it was taken as gospel by the early adopters of jQuery! I'm not a zealot, or calling for a reform, but I can no longer support the

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dan G. Switzer, II
Jörn/Dylan, I'm glad to release the first version of the rewritten autocomplete plugin, based on the work by ... There is now a page with a download, link to the demo and documentation: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great! Really nice work Jorn,

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Dan G. Switzer, II
Jörn, if ( xml.overrideMimeType ) xml.setRequestHeader(Connection, close); I'm still not sure when that is really necessary to set. Could someone summarize the conclusion from this thread? In older Gecko builds v1.0.x, the content length was incorrect unless you passed in the connection

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Ⓙⓐⓚⓔ
But you can!!! beforeSend = function(req){/* any custom evil */} On 4/18/07, Brandon Aaron [EMAIL PROTECTED] wrote: Well said! :) In addition it would be nice if a developer could easily, manually close the connection if for some reason needed too. -- Brandon Aaron On 4/18/07, Ⓙⓐⓚⓔ [EMAIL

[jQuery] Re: Clearing setTimeout()'s and Canceling Effects

2007-04-18 Thread Brandon
I have solved the timeout problem by changing to timer = setInterval() and timer = clearInterval() like I should have done in the first place. I still have the question about stopping or speeding up a fade effect. An ideal solution would be to skip to the very end of the effect. Is this

[jQuery] Re: Newbie code review please?

2007-04-18 Thread Howard Jones
DaveG wrote: Just a heads-up, but I recall when I did this that I had to do some 'extra' coding. I'm not sure if you have the same scenario, but I wanted the row to be highlighted, and the checkbox toggled when either the checkbox was clicked or the row was clicked. I had to accommodate for

[jQuery] Desperately Lost in Space with the Tabs Plugin

2007-04-18 Thread Digislick
Hi all, I've been lurking for a while, reading as much as I can, trying to learn quickly. But sometimes it's an uphill battle :-) Sorry if this is an obvious question to you all, but I'm really banging my head against the wall with this. I've already directly emailed the maker of this plugin

[jQuery] Re: What does this do - transport.setRequestHeader(connection, close)

2007-04-18 Thread Ian Struble
At the risk of beating a dead horse; a few links to related (and fixed) bugs in other projects (including firefox). The root cause of the hack (Dan just touched on it): https://bugzilla.mozilla.org/show_bug.cgi?id=246651 Message reporting that the above bug was fixed in the 11 Sep 2004 build

[jQuery] Re: mouseover + slide down question

2007-04-18 Thread Glen Lipka
On 4/18/07, dailo [EMAIL PROTECTED] wrote: actually i was just thinking of a workaround..is there a way to put a delay on the slidedown? Or i guess a delay on a mouseover On Apr 18, 1:09 pm, dailo [EMAIL PROTECTED] wrote: I've set up a horizontal nav and have slide down divs for each element

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dan G. Switzer, II
Jörn, Could we hijack the current result event for this? Currenlty nothing is returned. If the user doesn't want the result, he could return false or whatever to prevent it. Switching the order in which the result is set to the input and the callback is executed shouldn't be a problem. What I

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Jörn, Could we hijack the current result event for this? Currenlty nothing is returned. If the user doesn't want the result, he could return false or whatever to prevent it. Switching the order in which the result is set to the input and the callback is executed

[jQuery] Re: Desperately Lost in Space with the Tabs Plugin

2007-04-18 Thread Klaus Hartl
Hi there, I'm the maker of the plugin. If I am not responsive, than its because I'm pretty busy right now. That's a lot of code to scan through. How do you include the CSS and scripts you're talking of? You need to include all of that in the page that contains the tabs, not the one that

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Dan G. Switzer, II
Jörn, The highlight code you're using code break HTML. Could you detail that? function formatItem(d){ return strong + d[1] + /strong; } If the user would try searching for the word str, your highlight code would try to wrap strong tags inside my strong tags. Besides, someone may not

[jQuery] Re: Desperately Lost in Space with the Tabs Plugin

2007-04-18 Thread Digislick
Hi and nice to meet you :-) I kinda figured you're busy as most of you seem to be very much so :-) Just thought I'd give the group a shot as I'm pretty desperate at the moment. Sorry for so much code but I wasn't sure which was the most important to be included. The CSS for each calendar

[jQuery] Re: mouseover + slide down question

2007-04-18 Thread Brian Cherne
If you're set on rolling your own menu, you might also consider my hoverIntent plug-in: http://cherne.net/brian/resources/jquery.hoverIntent.html Brian. On 4/18/07, dailo [EMAIL PROTECTED] wrote: actually i was just thinking of a workaround..is there a way to put a delay on the slidedown?

[jQuery] id is not a function?

2007-04-18 Thread [EMAIL PROTECTED]
Hi, I have this expression var parentElt = $(#newTabText).parents(td.topTab:first); alert(parentElt.id()); and I'm getting a JS error on the second line, id is not a function. I have verified, through another alert statement, that parentElt is non-empty, contains a value, and has an id

[jQuery] Re: id is not a function?

2007-04-18 Thread Abel Tamayo
First: are you sure parentElt is a jQuery object (not the same than a DOM object). Second: I would use parentElt.attr(id) instead (or $(parentElt).attr(id) in case the variable is not already a jQuery object). Hope this helps. On 4/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have

[jQuery] Re: Desperately Lost in Space with the Tabs Plugin

2007-04-18 Thread Klaus Hartl
Digislick schrieb: Hi and nice to meet you :-) I kinda figured you're busy as most of you seem to be very much so :-) Just thought I'd give the group a shot as I'm pretty desperate at the moment. Sorry for so much code but I wasn't sure which was the most important to be included. The

[jQuery] Ajax .load confusion

2007-04-18 Thread duggoff
I've gone through the tutorial for Quick and Dirty Ajax (http:// 15daysofjquery.com/quick-and-dirty-ajax/14/) and I'm having a problem. I have a php file that queries a database and returns a populated table. If I call it from my browser like this: camp_table.php? Title=Campname it get a web page

  1   2   >