[jQuery] Re: New plugin - Linked Selects

2007-09-14 Thread Erik Beeson
Looks great. Wanted to let you know that it works on Safari/OSX. --Erik On 9/14/07, Rob D <[EMAIL PROTECTED]> wrote: > > > Hi, > > Sometime ago I built my first plugin called linkedSelects and I would > finally like to > announce it to the list. > > You can see it in action and download the code

[jQuery] Re: New plugin - Linked Selects

2007-09-14 Thread Richard D. Worth
Nice work! I just played with it for a second, but it's great. This is going on my short list :) Thank you. - Richard On 9/14/07, Rob D <[EMAIL PROTECTED]> wrote: > > > Hi, > > Sometime ago I built my first plugin called linkedSelects and I would > finally like to > announce it to the list. > > Y

[jQuery] New plugin - Linked Selects

2007-09-14 Thread Rob D
Hi, Sometime ago I built my first plugin called linkedSelects and I would finally like to announce it to the list. You can see it in action and download the code here: http://www.msxhost.com/jquery/linked-selects/json/ I have only been able to test it in the latest versions of Firefox and I

[jQuery] Re: OT: Hosting Service

2007-09-14 Thread Benjamin Sterling
I've been using site5.com for the past two years and all has been good. On 9/14/07, DaveG <[EMAIL PROTECTED]> wrote: > > > I've been using asmallorange.com for a few years now, and have had > nothing but good experience. Very cheap, as many add-ons/parked domains > as you like. Pretty much the onl

[jQuery] Interacting with the MultiFile Upload Plugin

2007-09-14 Thread musetracks
I'm working on a project where I'm using two plugins in tandem, if you will. I'm using the MultiFile plugin and the AjaxFileUpload plugin together to validate files (size, etc.) at the time they're selected. The sequence looks like this: 1. User selects a file which triggers the change event.

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Karl Swedberg
Hi Glen, Actually, I stumbled upon the DEFLATE option when I searched for "gzip" on my web host's wiki (http://wiki.dreamhost.com/DEFLATE). I imagine some hosts allow gzip, some mod_deflate and some both. I think mod_deflate requires Apache 2, so if your hosting provider's server is an ol

[jQuery] Re: OT: Hosting Service

2007-09-14 Thread DaveG
I've been using asmallorange.com for a few years now, and have had nothing but good experience. Very cheap, as many add-ons/parked domains as you like. Pretty much the only restriction is bandwidth and disk space. ~ ~ Dave Glen Lipka wrote: I used to use Powweb, but the site was unbearably

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Glen Lipka
I did. Maybe they font have those modules enabled? How could I check? Glen On 9/14/07, Joan Piedra <[EMAIL PROTECTED]> wrote: > > Glen, just put that .htaccess in the webroot and should work pretty well, > note that your server needs the deflate and headers modules to be enabled. > > Hope this

[jQuery] Re: OT: Hosting Service

2007-09-14 Thread Rey Bango
Try HostMySite.com. Great support and excellent reputation. Rey Glen Lipka wrote: I used to use Powweb, but the site was unbearably slow for me. Pings were 3x slower than anywhere else. So I switched to LunarPages. It has good speed, but the service fails every other day. (using siteUptime.c

[jQuery] Re: OT: Hosting Service

2007-09-14 Thread Erik Beeson
I've recently moved over to dreamhost from 1and1, mainly because dreamhost gives me ssh access with a meaningful username and 1and1 made my username something like u2039442532. I run half a dozen small sites off of my one account, with different domains and sub-domains and mail. The Control Panel U

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Joan Piedra
Glen, just put that .htaccess in the webroot and should work pretty well, note that your server needs the deflate and headers modules to be enabled. Hope this can be useful to anyone :) On 9/14/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Where does that .htaccess file go? Just in the root? Or

[jQuery] Re: filter(fn)

2007-09-14 Thread Pluthos
Thanks Klaus and Wizzud I really don't know what the problem is. Here is the latest thing I tried. // $ ("#app_content_2356318").children('div').children('table').filter(function(index) { return false; }) ; // does not works with or without the index as parameter. Nothing is removed $ ("#app_co

[jQuery] Re: OT: Hosting Service

2007-09-14 Thread Mike Alsup
> So I switched to LunarPages. It has good speed, but the service fails > every other day. > (using siteUptime.com to check every 5 minutes) > http://www.siteuptime.com/prem_statistics.php?Id=8892&&UserId=69056 > - LAME Huh? You've had 99.8% uptime for three months running. I use Lunarpages a

[jQuery] OT: Hosting Service

2007-09-14 Thread Glen Lipka
I used to use Powweb, but the site was unbearably slow for me. Pings were 3x slower than anywhere else. So I switched to LunarPages. It has good speed, but the service fails every other day. (using siteUptime.com to check every 5 minutes) http://www.siteuptime.com/prem_statistics.php?Id=8892&&Use

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Rey Bango
Hi Alexandre, Yet IMO the facts harshly presented by Stephan are to be heard. Absolutely. I'm not asking him stop expressing his concerns. This list is open and friendly and if there's a valid concern, we want to hear about. Rey... -Original Message- From: jquery-en@googlegroups.

[jQuery] Re: cool cycle demo and using .load("foo.html")

2007-09-14 Thread Mike Alsup
Hi Mitch, For this one, try moving the call to cycle into the callback of the load function: $('#noteframe').load("demo_text.html", function() { $('#birds, #noteframe').cycle({ fx: 'fade', speed: 'fast', timeout: 0, next: '#next2', prev: '#pre

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

2007-09-14 Thread Mike Alsup
Brook, Do you have a page that demonstrates this problem? I've not seen any case in which unblockUI fails to unblock. For reference, all the elements used by blockUI have a class of "blockUI" so you can find them that way. Mike On 9/11/07, Brook Davies <[EMAIL PROTECTED]> wrote: > > > > > He

[jQuery] Re: BlockUI fadeout

2007-09-14 Thread Mike Alsup
Keith, Do you have a page that demonstrates this problem? I haven't been able to duplicate it. Mike On 9/10/07, quayfee <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I'm using the blockUI plugin for dialogs throughout the site, Content is > loaded using $(element).load(... into a div created o

[jQuery] Re: blockUI IE6 checkbox

2007-09-14 Thread Mike Alsup
Thanks for the fix, Ted! Great work! I've made the change and checked it in. http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 9/13/07, Theodore Ni <[EMAIL PROTECTED]> wrote: > I took a quick look at the blockUI code, and you can fix the problem by > changin

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Alexandre Plennevaux
Indeed Rey, that's what i call in my approximate English "judgement on alleged intents" which is unfair and brings hard feelings_ (it's typical symptom of paranoia if you want to return the favor to Stephan :)). Yet IMO the facts harshly presented by Stephan are to be heard. To compare apples with

[jQuery] Stripping query string from URI?

2007-09-14 Thread Stosh
There's a ticket opened for this: http://dev.jquery.com/ticket/1579 But does anyone know the rationale here? Is there any chance we can get this fixed in 1.2.1? I like the concept, but there needs to be some way of disabling this functinality for the $.ajax() method to be truly usable like it h

[jQuery] Re: Strip out HTML tags

2007-09-14 Thread Stosh
For the most part, yes text() should work - but looking at the source text() only filters nodes of type COMMENT_NODE and ELEMENT_NODE, so its theoretically possible something else could works its way in there, seeing as there are 10 other node types left. The regular expression is not failsafe, b

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Rey Bango
Thanks Theodore. I'll pass that along to John. Rey... Theodore Ni wrote: I'm not going to enter this argument, but I do suggest that both gzipped and non-gzipped file sizes be present, because a download link should have the accurate download size. Otherwise, I agree that with the big gains gz

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

2007-09-14 Thread Mark
Looks nice! but doesn't work smooth at all.. but than again.. it's still alpha.

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Theodore Ni
I'm not going to enter this argument, but I do suggest that both gzipped and non-gzipped file sizes be present, because a download link should have the accurate download size. Otherwise, I agree that with the big gains gzipping provides (less than 1/3 file size!), the gzipped size should be present

[jQuery] Selecting relative or absolute positioned elements

2007-09-14 Thread Geoffrey Knutzen
Inside a given div, say of id #test, how do I select all elements that have relative or absolute positioning? Can't figure this one out Thanks -Geoff

[jQuery] Re: Tablesorter 2.0

2007-09-14 Thread James Dempster
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) .filter(':even') .removeClass(table.config.wi

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Erik Beeson
I could understand this complaint if the "21kb packed" link from the previous version were replaced with a "14kb min/gzip" link, but that isn't the case. The "21kb packed" link became a "26kb packed" link, and a link to a minified version, which is ideal for gzipping, along with a link to a page de

[jQuery] TableSorter properties

2007-09-14 Thread Rigent
I'm loving the tablesorter plugin, everything works splendidly except I can't get a column to sort dates. Here's the init function I'm using to: - set the two CSS classes for the active TH, - disable sorting on the first column, - sort the 5th column by date, - force the first column sort onload

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Glen Lipka
I tried Joans methdod with no luck. Couldn't get it to work. :( Glen On 9/14/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > Joan, > Thanks so much for this!! > > I just added the "AddOutputFilterByType DEFLATE ..." line to my .htaccess > file a couple days ago, and wow! what a difference! But,

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Karl Swedberg
Joan, Thanks so much for this!! I just added the "AddOutputFilterByType DEFLATE ..." line to my .htaccess file a couple days ago, and wow! what a difference! But, I didn't know bout the whole "Deactivate compression for buggy browsers" part. I will drop that in my .htaccess file tonight.

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Theodore Ni
Unless you have other .htaccess files in your subdirectories which overwrite Joan's .htaccess rules, then I believe only one in the root folder should work. On 9/14/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Where does that .htaccess file go? Just in the root? Or in every folder > that has a

[jQuery] Re: Tablesorter 2.0

2007-09-14 Thread pixelwizzard
Hi all I just ran into a problem with Tablesorter and JQuery 1.2 now working with the zebra. had to go back to JQuery 1.1.3. Anyone know what happened? On Sep 11, 9:09 am, rortelli <[EMAIL PROTECTED]> wrote: > Hi all,tablesorter2.0 has some strange behaviours with jQuery 1.2, thezebra > stripe

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-14 Thread Jim Marion
I did some looking at the code. The $.load in 1.1.4 and 1.2 actually does eval scripts on IE without adding evalScripts back into the lib. The eval is in the domManip. It looks like $.load calls .html which calls .append. append calls domManip. The only problem is that the code doesn't do a deep s

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Rey Bango
Being called "underhanded" or saying that the team intentionally mislead people isn't something that I'm comfortable with. Rey... Alexandre Plennevaux wrote: Personally, i think Stephen has a point. I don't see any reason for disappointment in this, but the min size should be taken as a refe

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Rey Bango
Then we'll agree to disagree. And again, I'm truly surprised and completely disappointed by your continued assertion that there was an attempt to mislead anyone. If you felt there was disconnect in the way someone might interpret the link on the homepage, then making a suggestion would've be

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Alexandre Plennevaux
Personally, i think Stephen has a point. I don't see any reason for disappointment in this, but the min size should be taken as a reference. On a side note, on the human level, let's not judge each other on alleged intents ("procès d'intentions" in French). It brings nothing else than bad feeling

[jQuery] Re: unsubscribe

2007-09-14 Thread Bil Corry
[EMAIL PROTECTED] wrote on 9/14/2007 3:44 PM: How do I unsubscribe from this list? Go here, select "unsubscribe" from the list of choices under "Subscription Type": Note, you can choose to remain a member and select "No email" which then allows you

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Glen Lipka
The original claim of 20k is based on a packed JS. Not Minified. On the home page, it is packed at 26k. So it increased 6k. I wouldn't call the Bloat Police too quickly. However, the POINT of gzipping is that you can deliver it smaller than 26k with a different strategy. Minified and Gzipped.

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Jeffrey Kretz
I have to comment on this. When I saw the "14kb minified and Gzipped", I immediately clicked on the link next it, which took me to Julien's excellent article on Gzipping javascript files: http://www.julienlecomte.net/blog/2007/08/21/gzip-your-minified-javascript-f iles/ I hadn't known about gzi

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Brandon Aaron
Hmmm ... jQuery can still be packed and gzipping can be done in IIS without much effort. We are doing it for our .Net projects. -- Brandon Aaron On 9/14/07, Stephan Beal <[EMAIL PROTECTED]> wrote: > > > On Sep 14, 4:46 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > > I think "underhanded" is a little

[jQuery] unsubscribe

2007-09-14 Thread [EMAIL PROTECTED]
How do I unsubscribe from this list?

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Stephan Beal
On Sep 14, 4:46 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > I think "underhanded" is a little harsh and I'm not sure John Resig, who > is the one who put that up there, was attempting to do anything wrong. Perhaps "misleading" is a better term than "underhanded", but only slighlty so. It would be

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Glen Lipka
Where does that .htaccess file go? Just in the root? Or in every folder that has a page? Glen On 9/14/07, Joan Piedra <[EMAIL PROTECTED]> wrote: > > I've found this to be the easiest and unobstrusive way to gzip my files > with a .htaccess file. > > > > > # Compress some text file types >

[jQuery] Re: file selector/ directory browser

2007-09-14 Thread Alexandre Plennevaux
mmjager sent me this link offlist, i thought that would be of interest to everyone. Done with mootools. I think it's a very promising interface: HYPERLINK "http://www.k1der.net/modules/blogs/public/country/demo/brooser.html"http:// www.k1der.net/modules/blogs/public/country/demo/brooser.html

[jQuery] Re: stop animation

2007-09-14 Thread Joan Piedra
Looks like we won't need to do this after all :) On 8/19/07, Cybolic <[EMAIL PROTECTED]> wrote: > > > You're absolutely correct John, it does not stop animation, thanks for > clearing that up. > I'm sorry for misleading you guys, I should have tested my claim more > thoroughly. > > To try and make

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Joan Piedra
I've found this to be the easiest and unobstrusive way to gzip my files with a .htaccess file. # Compress some text file types AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript # Deactivate compression for buggy browsers BrowserMatch ^Mozilla/4

[jQuery] Re: New book: "jQuery in Action"

2007-09-14 Thread Joan Piedra
This looks interesting, will look at the demo chapters :) Thanks for this book guys! On 9/13/07, Fred Janon <[EMAIL PROTECTED]> wrote: > > Just got an email annoucing the early access to the book: > > jQuery in > Action

[jQuery] Re: Thumbnail Gallery

2007-09-14 Thread Joan Piedra
Thanks Benjamin, I will release a new versión of this plugin soon :) On 9/14/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Joan, thats a nice piece of work you have there. > > On 9/13/07, Joan Piedra <[EMAIL PROTECTED]> wrote: > > > > I created a simple plugin that can help you to mimic thu

[jQuery] Re: file selector/ directory browser

2007-09-14 Thread mmjaeger
maybe this is something you're looking for: http://www.k1der.net/modules/blogs/public/country/demo/brooser.html On Sep 14, 6:34 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > hi all, > > i'm in desperate need of a folder browser/ file selection widget. I wondered > if anyone found a ni

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
AA! I found it ! \o/ The problem was that in my AJAXCheckUsername.jsp, I was not setting the content-type ! So I added this line : Response.addHeader("Content-Type: text/plain; charset=iso-8859-1"); Now Internet Explorer is not giving any error and it looks like Firefox is gett

[jQuery] Re: "No such interface supported" error in Internet Explorer

2007-09-14 Thread 0xCAFE
I found it ! \o/ The problem was that in my AJAXCheckUsername.jsp, I was not setting the content-type ! So I added this line : Response.addHeader("Content-Type: text/plain; charset=iso-8859-1"); Now Internet Explorer is not giving any error and it looks like Firefox is getting the response fast

[jQuery] [Announce] Horizontal Accordion plugin 1.00 alpha

2007-09-14 Thread Alexander Graef
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 release, which has only been tested

[jQuery] Re: fouc, with no css involved

2007-09-14 Thread [EMAIL PROTECTED]
New information: If I switch to fadeIn/fadeOut - no fouc. If I use slideDown - fouc. Looks like the issue is just related to sliding. Also, in case I wasn't clear - there is no css used in my page. This is not a css-fouc issue. It appears to be a jQuery-fouc issue (as far as this noob can tel

[jQuery] Re: problem with spaces between html elements in ie

2007-09-14 Thread mrsheep
i got it solved, it wasn't a html problem (creating the same tagcloud statically worked without problems). it was probably a jquery bug related to space trimming, i was using jquery 1.1.3.1, upgrading to 1.2 got it solved. thanks to all. On Sep 13, 12:27 pm, "Benjamin Sterling" <[EMAIL PROTECTED]

[jQuery] Re: Strip out HTML tags

2007-09-14 Thread Jake McGraw
Doesn't $().text(); automatically do this? So: var text = $(html).text(); Would solve your problem, I think. - jake On 9/14/07, Stosh <[EMAIL PROTECTED]> wrote: > > > In Prototype there is a method called stripTags(), it's source looks > like: > > stripTags: function() { > return this.repl

[jQuery] Re: Strip out HTML tags

2007-09-14 Thread Stosh
In Prototype there is a method called stripTags(), it's source looks like: stripTags: function() { return this.replace(/<\/?[^>]+>/gi, ''); } To do it the jQuery way, I might consider doing something like this... jQuery.fn.stripTags = function() { return this.replaceWith( this.html(

[jQuery] Re: How to turn keywords into links?

2007-09-14 Thread Olivier Percebois-Garve
just a thought, but for SEO you'd better to do this server-side... -Olivier Glen Lipka wrote: Start with the Search Highlight plugin. http://www.jquery.info/spip.php?article50 Option 1. Change the way the plugin works to add A links instead of sp

[jQuery] Re: jEditable - Name of class

2007-09-14 Thread Dylan Verheul
See below -- Forwarded message -- From: Adrian Lynch <[EMAIL PROTECTED]> Date: Sep 4, 2007 2:07 PM Subject: [jQuery] Re: editable accessing clicked element for extraParam To: "jQuery (English)" I came up with a clunky work around involving changing the editable code which wasn

[jQuery] fouc, with no css involved

2007-09-14 Thread [EMAIL PROTECTED]
I have some nested ULs where I slideToggle them by clicking on an img in the parent LI. Clicking at any particular level will briefly (split-second) reveal the entire child UL, then it will disappear, then slide open as expected. Clicking to slideToggle the child UL back (so that it is hidden) p

[jQuery] Re: jEditable - Name of class

2007-09-14 Thread Dylan Verheul
You should wrap your editable calls with an each(), ad assign the class names from there. Example code was posted to this list not too long ago, I'll see if I can find it for you. Dylan On 9/14/07, Zerutreck <[EMAIL PROTECTED]> wrote: > > I want to catch the name of the classroom that is being e

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Andy Matthews
Alex... I doubt that the table would ever have more than 200 rows. Putting the contents of the table into an array might not be a bad idea, I'll look into it. Thank you for your input. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Ezell

[jQuery] Re: How to turn keywords into links?

2007-09-14 Thread Glen Lipka
Start with the Search Highlight plugin. http://www.jquery.info/spip.php?article50 Option 1. Change the way the plugin works to add A links instead of spans. See the line in the code that says: var repl = $.merge([],$(""+newtext+"")[0].childNodes); Change that to use ... Option 2. Use the livejQu

[jQuery] How to turn keywords into links?

2007-09-14 Thread Dan
Hi there, I'm a relative jQuery newcomer, and I've googled high and low but can't seem to find an answer to my problem. I've got a page of concerts for this conductor I'm working on, it generates the page contents from a mysql database. There are certain composers which are particularly importa

[jQuery] Re: FCKeditor replacement which works in Safari

2007-09-14 Thread Jacob Stuart
I played around with tinyMCE (v 2.1.0) a few months back and really enjoyed it: simple and lightweight. However I ran into a bug that made it impossible for me to use in the application I was developing. If a user is browsing with IE and Content Advisor enabled (in Tools > Internet Options then th

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

2007-09-14 Thread Jacob Stuart
Thanks for the reply Joel. If it is indeed something that isn't really needed then you can take all the time you need ;). Cheers, Jacob Stuart On Sep 14, 6:06 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jacob, > > I don't have time right now to reply in as much detail as I would > like, but

[jQuery] Re: Firefox not working with css child selectors (?!?)

2007-09-14 Thread [EMAIL PROTECTED]
Wow - well there you go. I'll compare the two and figure out what I did wrong. *Thank you*, Erik. I really appreciate this. Cam On Sep 14, 5:14 am, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Seems to work for me: > > http://erikandcolleen.com/erik/projects/jquery/nestedul/ > > Maybe there's a

[jQuery] Selector scape

2007-09-14 Thread Pedro Gonçalves
Hi guys! I have a input that the name is like "listaFuncaoatividade[1].atividade" but when i use the jquery's selector $("[EMAIL PROTECTED]".indexNumber."].atividade]") makes conflict with selector's clasp. how can i do do make a scape of my input name? thanks! -- Pedro Gonçalves 031-8415 542

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Alex Ezell
How big do you expect this table to get? I'm not sure, but on a really large table, it might be pretty slow to do a .each() over all the elements on each keypress. Maybe a better way would be to have a function to parse the table results and build some sort of data structure (array, JSON object,

[jQuery] Re: Firefox not working with css child selectors (?!?)

2007-09-14 Thread [EMAIL PROTECTED]
The issue with the html was that in my code, I did this: [li]text[/li] [ul] [li]more text[/li] [/ul] ...and the correct code is: [li]text [ul] [li]more text[/li] [/ul] [/li] On Sep 14, 5:14 am, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > Seems to work for me: > > http://erikandcolleen.com/erik/

[jQuery] i6 performance

2007-09-14 Thread [EMAIL PROTECTED]
Hi everybody. Tryng to hide or show a div containing 1000 or plus div inside I noticed different performance in different browsers. In short : ie6 very very slow ie7 and ff ok. Any trick to speedup in ie6? thank you.

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
I agree it works in IE7. The q.cfc script is outputing JavaScript. In my case, it's outputing either the word "Available" or "Not Available". I have modified a strip-down version of my code to work similarily as the one on co-opcookbook.com