[jQuery] Re: Please help: How to simulate a Tab key press with jQuery

2007-09-16 Thread Dylan Verheul
On 9/15/07, Mark [EMAIL PROTECTED] wrote: I have a very large and complex form, and I am using some autocomplete components, and I need when user selects one item in the autocomplete option list, focus automatically go to the next component, like pressing the tab key. Which autocomplete are

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-16 Thread Steve Finkelstein
Thanks for the suggestions all. I appreciate every one of your responses and am taking them all into consideration. I was wondering if someone also give me a more concrete suggestion such as a plugin to use? I'm looking at the following and think it can be of great use:

[jQuery] Help for Form plugin

2007-09-16 Thread debussy007
Hello, I have put a timeout for the ajax request when submitting my form : var options = { beforeSubmit: showRequest, // pre-submit callback success: showResponse, // post-submit callback dataType: 'json', timeout: 1 }; But the problem is

[jQuery] Re: Help for Form plugin

2007-09-16 Thread Mike Alsup
Your success handler will not be called if the request times out. You need to use and error handler or a complete handler. var options = { beforeSubmit: showRequest, // pre-submit callback success: showResponse, // post-submit callback complete:

[jQuery] Re: help with interface ondrop function

2007-09-16 Thread Giovanni Battista Lenoci
no success with last 4 hours of test. What I understan is that if I write nested list with same class and apply the sortable to the class make it confusing cause the pointer intersect with 2 classes with the same name. For be much clearly this is what I'm tryng to do with jquery and interface:

[jQuery] Re: Tablesorter 2.0

2007-09-16 Thread Rodrigo Moraes
On 9/14/07, James Dempster wrote: The problem with Zebra Striping widget in tablesorter is because it uses a little bit of xpath, which has been taken out of jQuery 1.2, to fix this replace the format function on line 819 or around there with $( tbody:first tr:visible,table)

[jQuery] Re: Can anyone suggest a jQuery way of improving this UI? Screenshot included.

2007-09-16 Thread Karl Swedberg
On Sep 16, 2007, at 2:39 AM, Steve Finkelstein wrote: I was wondering if someone also give me a more concrete suggestion such as a plugin to use? I'm looking at the following and think it can be of great use: http://docs.jquery.com/UI/Sortables Hi Steve, The planned release of jQuery UI

[jQuery] Re: Please help: How to simulate a Tab key press with jQuery

2007-09-16 Thread Theodore Ni
Moreover, you can make sure each of your form elements has a tabindex attribute, and you can find the element with the next tabindex and focus it. Ted On 9/15/07, Erik Beeson [EMAIL PROTECTED] wrote: Can you not just focus the next field? Assuming your fields are all at the same level, just:

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Theodore Ni
That example is dynamic in the sense that you can populate that Javascript array in many different ways. For example, you could take in user input and create an array, or you can let your PHP echo out a Javascript array. For dynamic in the sense that we use AJAX to pull data and then create the

[jQuery] $.ajax() behaviour changed in 1.2 ?

2007-09-16 Thread kelye
hello. i've noticed a modification in $.ajax() function. with this call $.ajax({ type: POST, url: 'mypage.php?smth=2', data: action=action, dataType: 'json', success: function(){ } }) previous to 1.2 the function call was sending action using POST

[jQuery] Re: Selecting text of an object (in this case a span) onclick.

2007-09-16 Thread Theodore Ni
Using a Range object doesn't mean that it becomes selected/highlighted on the page. It is just a way of selecting a several nodes in the document behind the scenes (thought not exactly, it's somewhat like document.getElementById()). As far as I know, there is no way of forcing text on a page to be

[jQuery] Preloading an image before further handling

2007-09-16 Thread To
Hello all, I'm looking for a while to preload an image before further handling. In example, I want my visitors to enter a HTML-page with a (quiet big) image and give this image a fade in. This fade in is easy to show, but when I test it online, my image is loading to slow what makes that the

[jQuery] Re: jQuery 1.2 and jdMenu Problem

2007-09-16 Thread 胡争辉
http://jdsharp.us/jQuery/plugins/jdMenu/ jdMenu 1.3 beta2 only support jQuery 1.1.2 Release Date jQuery Version Description Filename Size jdMenu 1.3.beta2 2007-02-25 1.1.2 Requires bgiframe dimensions pluginsOnline Demohttp://jdsharp.us/jQuery/plugins/jdMenu/1.3.beta2/jdMenu-demo.html

[jQuery] Superfish + Interface conflict

2007-09-16 Thread Sam
I'm using the superfish menu and the Interface sortables feature. I have it so the interface plugin only loads when a page is going to use it. So I know Superfish works fine with my customizations. It's flawless in the way I want it to work. The only issue I have is whenever I visit the page

[jQuery] $.ajax behaviour change in 1.2 ?

2007-09-16 Thread kelye
hello. i've noticed a modification in $.ajax() function. $.ajax({ type: POST, url: 'mypage.php?smth=2', data: action=action, dataType: 'json', success: function(){ } }) previous to 1.2 this function was sending action using POST to

[jQuery] Re: Firefox and performance? Opera and.. queuing?

2007-09-16 Thread josko
Sorry, i've post this one twice, groups.google confused me (A) On 15 sep, 21:42, josko [EMAIL PROTECTED] wrote: Hey guys, I am developing a rather large (from my point of view) interface, currently standing with 4300 rules of javascript (included a stripped jquery (1900) and swfobject +

[jQuery] send checkboxes array

2007-09-16 Thread bogo
Hi, I would like send array of checkboxes with the same name input type=checkbox name=cities[] value=city1 / input type=checkbox name=cities[] value=city2 / input type=checkbox name=cities[] value=city3 / my javascript code: ... var tagsArray = new Array();

[jQuery] Re: Problems with firefox performance?

2007-09-16 Thread 胡争辉
Have you uninstalled all plugin of the firefox? 2007/9/15, josko [EMAIL PROTECTED]: Hey guys. My job is to make the interface of a new browser-based game. (No, i'm not some 14 year old trying to make habbo ;)). The game includes JQuery + SWFObject at each page, since they're both used.

[jQuery] jQuery source code readability

2007-09-16 Thread kuralj
Hi, I really like jQuery's API but find the libraries source code difficult to read. For example: - Short var names - Ommission of braces and heavy use of shorthand if(), for() blocks - Nested ternary operators, some of which transcend several lines Does anyone know if there are plans to

[jQuery] Re: Changes to $(selector).append

2007-09-16 Thread 胡争辉
I can not see the second page, so I can not compare the behavior. 2007/9/15, Bob Buffone [EMAIL PROTECTED]: I forgot to tell you what button to press. It's the Fill Table button that shows the difference between the two version. -- http://www.goumin.com/ QQ: 443089607 QQ mail: [EMAIL

[jQuery] replace inside an attribute

2007-09-16 Thread amircx
hey, how can i replace a text inside an onclick? but only a part of it.. for example: onclick=tb_show('vendornotes',VendorInfoID('3000')); will be like onclick=tb_show('vendornotes',VendorInfoID('12345')); thanks -- View this message in context:

[jQuery] Re: replace inside an attribute

2007-09-16 Thread Glen Lipka
One of the nice things about jQuery is the ability to make your html cleaner and abstract the onclick to your script. Like: $(a).click( function() { var vendorID = $(this).attr(rel); tb_show('vendornotes',VendorInfoID(vendorID)); } ); Then all you have to do is change the rel (or id or

[jQuery] Re: Bug in slide up/down? Contents of target hide as well, but don't show also.

2007-09-16 Thread rolfsf
just a hunch, but it sounds like IE CSS weirdness try adding zoom:1 to the div Andy Matthews-3 wrote: I'm using slide up/down on a div which contains a table. When I slide the div up it works just fine. When I slide it down it works fine as well, until the animation is complete at

[jQuery] Re: send checkboxes array

2007-09-16 Thread Glen Lipka
There is a nice plugin for doing this with some added styling benefits. http://kawika.org/jquery/checkbox/ Glen On 9/16/07, bogo [EMAIL PROTECTED] wrote: Hi, I would like send array of checkboxes with the same name input type=checkbox name=cities[] value=city1 / input type=checkbox

[jQuery] Re: New plugin - Linked Selects

2007-09-16 Thread Web Specialist
David, @Web Specialist Only one susggestion: including a cache option in call function. Do you mean like caching the DB queries? No. I'm talking about cache returned data call. No server side. Jorn's autocomplete plugin works with cache content. Please look this plugin to know about:

[jQuery] Re: jQuery source code readability

2007-09-16 Thread John Resig
I've already done some work to improve the readability of variable names, you'll see the results of that in jQuery 1.2.1. But, as far as the second and third points go, we don't plan on making changes in that respect, any time soon. In the future, you should makes posts like this to the jQuery

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Steve Finkelstein
Hi thanks for the reply Ted. :-) I got around to figuring this out last night. I built my JavaScript array using server-side data. Still has some work but I got an example page up that's working: http://devel.phpgeek.org/inventory/single/10 - sf On 9/16/07, Theodore Ni [EMAIL PROTECTED]

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-16 Thread Steve Finkelstein
Dang, now we need Karl and team to write a new learning jQuery book! Thanks so much John and team! (and yes I'm quite late in response, but with so many threads in this list, I didn't even notice 1.2 was released until today) Cya all on #jQuery :-) - sf/zuez On 9/11/07, John Resig [EMAIL

[jQuery] Re: NEWS: jQuery 1.2 Released

2007-09-16 Thread Bernd Matzner
Hi Peter, you don't need the plugin for that. $('input[type=file] will do. see http://docs.jquery.com/Selectors/attributeEquals#attributevalue bernd

[jQuery] jquery tablefilter grouping, sums?

2007-09-16 Thread Jack Killpatrick
Hi All, Anyone know if the tableFilter plugin ( http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm ) can do sums? There are two things that I need for an app: 1. summing (specific) cols in the last row or footer of the table: Category | Number

[jQuery] jCarousel with thickbox inquiry re: scrolling photos

2007-09-16 Thread Steve Finkelstein
Hi folks, This is probably something I'll end up needing to address on the respective thickbox forums. I was hoping to give my luck a go at the forum here though as the community is always willing to help. Anyway, I have a development page I'm working on which is publically accessible via here:

[jQuery] Re: Preloading an image before further handling

2007-09-16 Thread Benjamin Sterling
Try $(#photo).load(function(){ $(this).fadeIn(); }) On 9/16/07, To [EMAIL PROTECTED] wrote: Hello all, I'm looking for a while to preload an image before further handling. In example, I want my visitors to enter a HTML-page with a (quiet big) image and give this image a fade in. This

[jQuery] A better way to update jQuery Plug-ins...

2007-09-16 Thread Rick Faircloth
jQuery Team, Plug-in Developers, and Users: We recently discussed this, and nothing much came of the discussion, but now that jQuery 1.2 has been released, the problem is more clearly evident than ever, it seems to me. There has got to be a better way to handle new releases of jQuery and

[jQuery] Re: A better way to update jQuery Plug-ins...

2007-09-16 Thread Sean Catchpole
Anyone can test with the latest version of jquery by grabbing a nightly build. http://code.jquery.com/nightlies/jquery-nightly.js The issue is rather that plugin authors don't have the time to update their plugins right when the new version comes out. I believe there are already some plugins

[jQuery] 1.1 → 1.2. Interface's problems with jQuer y.dequeue

2007-09-16 Thread [EMAIL PROTECTED]
Hi I get error when using ifxscrollto.js (ScrollTo effect) concerning jQuery.dequeue. jQuery.dequeue is not a function jQuery.dequeue(z.e, 'interfaceFX'); I even downloaded new Interface 1.2 but the problem is still there. jQuery compat. plugin doesn't solve this mystery. I tried

[jQuery] Injecting an APPLET tag

2007-09-16 Thread Pops
Why do I need to .append() to a container rather than use .html() for applet tags? function PlayAudioWav(src) { var s = ; if (jQuery.browser.msie) { s += 'bgsound src='+src+''; } else { s += 'applet code=wcAudioPlay.class width=0 height=0 codebase=/public'; s += 'param

[jQuery] Re: Injecting an APPLET tag

2007-09-16 Thread Pops
hmm, seems to work now. Never mind. -- HLS On Sep 16, 2:57 pm, Pops [EMAIL PROTECTED] wrote: Why do I need to .append() to a container rather than use .html() for applet tags? function PlayAudioWav(src) { var s = ; if (jQuery.browser.msie) { s += 'bgsound src='+src+'';

[jQuery] using different version of jquery together, not working (for ALA / bassistance scripts)

2007-09-16 Thread stef
an article on a list apart describes how to use jquery to nicely lay out a form. since it doesnt work with jquery 1.2 i just grabbed the jquery version he uses from his source (http://www.alistapart.com/d/ prettyaccessibleforms/example_3/assets/js/jquery.js) now im also using the the bassistance

[jQuery] Re: Injecting an APPLET tag

2007-09-16 Thread Michael Geary
Yeah, you had me wondering for a minute. I got curious and looked up the code. This is the code for .html(): html: function( val ) { return val == undefined ? ( this.length ? this[0].innerHTML : null ) : this.empty().append( val ); }, In the case we are

[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Karl Swedberg
Hi Piotr, I just posted an entry on learningjquery.com that shows how to do the animated scrolling with jQuery 1.2 -- without any plugins. This is made possible by jQuery core's extended fx module and its subsumption of the Dimensions .offset() method. Feel free to take a look:

[jQuery] Re: Problem with XML :contains('texthere') Selector on IE

2007-09-16 Thread Guapo
i have the same problem , anyone can give a solution? i think maybe it's a bug. On Aug 30, 11:21 am, wrecks [EMAIL PROTECTED] wrote: Hi, xml: category id1/id titleNew Journey/title sub_categories

[jQuery] Re: using different version of jquery together, not working (for ALA / bassistance scripts)

2007-09-16 Thread Karl Swedberg
The only thing I can see in that script that might cause a problem in 1.2 is .find('li/label'), which you can change to .find('li label') . Aside from that, there is a bunch of DOM scripting that could be reduced quite a bit by converting it to jQuery. Hope that helps get you started.

[jQuery] Re: A better way to update jQuery Plug-ins...

2007-09-16 Thread Rick Faircloth
Thanks for the perspective, Sean. I realize this is a volunteer army, and I wouldn't even suggest what I proposed, but jQuery and its plug-ins undergo such rapid development that if one doesn't eat, drink, and sleep jQuery development every day it's an almost impossible task to keep up with

[jQuery] Re: [Announce] Horizontal Accordion plugin 1.00 alpha

2007-09-16 Thread Jörn Zaefferer
Alexander Graef schrieb: I have just moved my horizontal Accordion tutorial to a real jQuery plugin. The plugin provides extensive options to configure its layout and behaviour. More about it here: http://dev.portalzine.de/index?/Horizontal_Accordion--print It is still an alpha

[jQuery] a dom question

2007-09-16 Thread Shuai Yang
the html is as follows,now my question is : how to move the text text1 here into the second line of the first table(add a new table line, text2 here into the second table and so on. the html source of this syntax is quite long, so i must do this in a regular way. i can't find a solution, anyone

[jQuery] Re: jCarousel with thickbox inquiry re: scrolling photos

2007-09-16 Thread Steve Finkelstein
Sorry to reply to my own thread, but I figured it out for the most part. Had to make use of the rel attribute within my anchor, simple enough. The only limitation to this is, if you don't scroll through the carousel, thickbox will only create navigation for the first three images. I have to

[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Karl Swedberg
Um, sorry I didn't answer your question. I ran into the sam problem with Interface's ifxscrollto.js. I think it's because Interface overwrites a lot of the fx, so it doesn't play nicely with core al the time. Someone suggested a little fix in a comment to my previous entry on animated

[jQuery] Re: send checkboxes array

2007-09-16 Thread bogo
Thanks, but plugin do not resolve my problem. I can not generate proper ajax POST query (like: tags[]=city1tags[]=city2tags[]=city3) with jQuery .send() method. bogo On Sep 16, 5:12 pm, Glen Lipka [EMAIL PROTECTED] wrote: There is a nice plugin for doing this with some added styling

[jQuery] Re: bassistance validition plugin the form plugin

2007-09-16 Thread 胡争辉
Would you please show me full code? 2007/9/16, skatta [EMAIL PROTECTED]: Anyone? -- http://www.goumin.com/ QQ: 443089607 QQ mail: [EMAIL PROTECTED] Skype: huzhenghui Gtalk: huzhengh

[jQuery] Re: Preloading an image before further handling

2007-09-16 Thread Theodore Ni
Instead of using $(document).ready( ... ), you can try to use $(window).load( ... ): $(window).load(function() { $(#photo).fadeIn(slow); }); I believe that will wait until the image has been loaded. On 9/16/07, To [EMAIL PROTECTED] wrote: Hello all, I'm looking for a while to preload

[jQuery] Re: Going to a particular element (or emulating anchor in javascript)

2007-09-16 Thread 胡争辉
html head script src=jquery-1.2.js/script script $(document).ready ( function () { $(#previous).click ( function () { var current; $(#items

[jQuery] Re: blockUI scope / $.unblockUI not closing

2007-09-16 Thread Brook Davies
Mike, I think this was a mistake in my code, which has been fixed. Thanks for the reply. Another thing is that I was using an existing dom element as the blockUI window and this works fine, but after blockUI shows the div, it does not replace it back into the document, so the next call to

[jQuery] Re: Superfish + Interface conflict

2007-09-16 Thread [EMAIL PROTECTED]
hi there! I had problems with interfaceanother accordion plugin. I fix this with include 4 js instead of one: script type=text/javascript src=js/interface/iutil.js/script script type=text/javascript src=js/interface/idrag.js/script script type=text/javascript src=js/interface/idrop.js/script

[jQuery] Re: send checkboxes array

2007-09-16 Thread bogo
Problem resloved - so simple ;) you can not use tags[], but works with 'tags[]' as a key. jQuery.post(post.php,{ 'tags[]': tagsArray, } bogo

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Theodore Ni
It looks pretty good. You may think about using thumbnail images for the carousel, but you may have thought of that already. On 9/16/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi thanks for the reply Ted. :-) I got around to figuring this out last night. I built my JavaScript array

[jQuery] Re: Selecting text of an object (in this case a span) onclick.

2007-09-16 Thread Heath
Yeah I realized I wasn't adding the range to the selection object. This is what I finally came up with: $('div.pageInfo span').click( function() { // firefox if(document.createRange) {

[jQuery] XPATH question

2007-09-16 Thread [EMAIL PROTECTED]
I went through John Resigs screencast on using jquery with firebug at http://jquery.com/blog/2007/01/26/introduction-to-firebug-and-jquery-screencast/ I tried using xpath in the firebug console but get no results for a xpath that I get from firebug when inspecting a text element

[jQuery] Creating a sliding onload effect

2007-09-16 Thread Steven Foers
Hi I have a menu made from an unordered list containing 4 menu items that I'd like to slide down from the top of the page onload. The menu is horizontal and I want it to stop around 20px from the top of the page. Once the menu has slid onto the page I want it to stay there (I don't want to have

[jQuery] jQuery UI released?

2007-09-16 Thread ivor.horton
it is mentioned that jQuery UI will be released in 2007.09.16 in the jQuery blog, right? and now, it is 2007.09.17, have it been already released?

[jQuery] jQuery UI already released?

2007-09-16 Thread ivor.horton
it is mentioned that jQuery UI will be released in 2007.09.16 in the jQuery blog, right? and now, it is 2007.09.17, have it been already released?

[jQuery] jQuery + gzip + IE6

2007-09-16 Thread [EMAIL PROTECTED]
I wonder if anyone has any tips/experiences to share regarding gzip compression and IE6. Where the compression takes place (mod_deflate, mod_gzip, php) does not matter. There's a known issue with IE6 and compressed style sheets, but when I install IE6 out of the box, jquery also has this issue.

[jQuery] Re: XPATH question

2007-09-16 Thread Erik Beeson
If you're using jQuery 1.2, you need the XPath plugin, available here: http://docs.jquery.com/Release:jQuery_1.2#XPath_Compatibility_Plugin See here for more info: http://docs.jquery.com/Release:jQuery_1.2#Removed_Functionality --Erik On 9/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I

[jQuery] Re: Dynamic loading of PHP array into jCarousel?

2007-09-16 Thread Steve Finkelstein
Hi Theodore, I do have thumbnails loaded I thought? Hmmm, I was dealing with another issue. If you click on a carousel image before scorlling through it, thickbox will only allow you to navigate through the first three photos in the gallery. You need to go through the entire scrolling of the

[jQuery] Re: blockUI scope / $.unblockUI not closing

2007-09-16 Thread Mike Alsup
reply. Another thing is that I was using an existing dom element as the blockUI window and this works fine, but after blockUI shows the div, it does not replace it back into the document, so the next call to blockUI does not work. I worked around this by creating the dialog/dom element

[jQuery] Re: 1.1 → 1.2. Interface's problems with j Query.dequeue

2007-09-16 Thread Piotr Petrus
Thanks Karl, I'll look into that. To be honest, I don't like Interface at all. I admire knowledge of its developers and I think that they have done tremendous work which had to be done – but is this a buggy library… :( I'm really looking forward to jQuery UI. It should be released today, right?

[jQuery] Re: jQuery UI already released?

2007-09-16 Thread Rodrigo Moraes
On 9/16/07, ivor.horton wrote: it is mentioned that jQuery UI will be released in 2007.09.16 in the jQuery blog, right? and now, it is 2007.09.17, have it been already released? It is still September 16 here in Brazil. =) You can see some previews here: http://ui.jquery.com (btw, the home

[jQuery] Re: jQuery UI already released?

2007-09-16 Thread John Resig
We're getting close! We're furiously working our fingers to the bones. Look for a full release tonight. --John On 9/16/07, Rodrigo Moraes [EMAIL PROTECTED] wrote: On 9/16/07, ivor.horton wrote: it is mentioned that jQuery UI will be released in 2007.09.16 in the jQuery blog, right? and

[jQuery] Re: XPATH question

2007-09-16 Thread Karl Swedberg
Even with the XPath plugin, you won't be able to use that selector. jQuery always only supported a subset of XPath, not the full spec. The div[2] part, for example, won't be recognized correctly by jQuery, in any version. --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: XPATH question

2007-09-16 Thread Erik Beeson
Ah, right. I didn't look at it that closely. See here for more info on what Karl is referring to: http://docs.jquery.com/DOM/Traversing/Selectors#Supported_Predicates.2C_but_differently --Erik On 9/16/07, Karl Swedberg [EMAIL PROTECTED] wrote: Even with the XPath plugin, you won't be able to

[jQuery] question about the jQuery UI?

2007-09-16 Thread Eridius
Is this going to be release is one file or each component will have its own file? -- View this message in context: http://www.nabble.com/question-about-the-jQuery-UI--tf4463702s15494.html#a12727779 Sent from the JQuery mailing list archive at Nabble.com.

[jQuery] Re: Injecting an APPLET tag

2007-09-16 Thread Pops
Althougth I can't repeat it, I believe I got lost with trying to figure out why it wouldn't work with a style of display:none for the div id=divAudio/div container, having multiple instances of the java class loaded and replaying the sound. Appending allow me to create a new instance and was

[jQuery] Re: jQuery UI already released?

2007-09-16 Thread Stosh
Looking forward to your work John - from what I've seen thus far you've got some excellent code waiting in the wings. If I can make a request for tomorrow, after you recup and rejuvenate from a hard day's work for the community... I'd love to know/understand the relationship between UI

[jQuery] Re: jQuery UI already released?

2007-09-16 Thread Kyle
I am very excited about this. I hope to start on a small project for a class tonight as soon as this is released.

[jQuery] Re: Superfish + Interface conflict

2007-09-16 Thread Joel Birch
On 9/16/07, Sam [EMAIL PROTECTED] wrote: I'm using the latest version of both plugins and I'm using jQuery 1.1.3.1 (Superfish doesn't work in the most recent version yet). Sam Hi Sam, I have no info on what may cause Interface to conflict with various plugins, but I just wanted to correct

[jQuery] how to check hide elements?

2007-09-16 Thread james_027
hi, using the hide() function, how do I know if an element is hidden or not? THanks james

[jQuery] Re: Superfish Question (v1.3.1)

2007-09-16 Thread Joel Birch
Hi Karl, Thanks for the kind words. I wondered if it was too much info, but if anyone got something out of it then that's great. The starting point you have given me regarding the callbacks is exactly what I was hoping for - I'll be looking into that the first chance I get. I really appreciate

[jQuery] Re: how to check hide elements?

2007-09-16 Thread Glen Lipka
Try (div:hidden) and the opposite (div:visible) You can also explore the toggle() function which can often be used to switch back and forth between modes. But I am just guessing at your use case. Glen On 9/16/07, james_027 [EMAIL PROTECTED] wrote: hi, using the hide() function, how do I

[jQuery] Re: jQuery + gzip + IE6

2007-09-16 Thread Joel Birch
On 9/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Now I'm running IE6 using one of those multiple-IE tools. I wonder what the difference is with later versions of IE6/service packs. Supposedly the problem is only with CSS, but perhaps this was fixed later and the initial IE6 has worse