[jQuery] Re: JQuery Size > YUI Compressor & mod_deflate/GZIP

2008-01-30 Thread Juha Suni SC
"40-60% of Yahoo!'s users have an empty cache experience and ~20% of all page views are done with an empty cache. To my knowledge, there's no other research that shows this kind of information. And I don't know about you, but these results came to us as a big surprise. It says that even if your

[jQuery] Re: Not a plugin but code for anyone trying to have collapse-able menu with cookies

2008-01-30 Thread Ty (tzmedia)
IF the menu were used as an include and it was the sitewide navigation would the menu be "persistent" then? In other words, the menu will leave open the accordion button for the section the user is visiting? It seems like the solution that this is? thanks. On Jan 29, 4:53 pm, Karl Swedberg <[EMAI

[jQuery] simplemodal and datepicker

2008-01-30 Thread rayfidelity
Hi, I want to enable datepicker in the modal window that opens...datepicker works fine for itself but i cannot get it to work in modal. Any ideas? Modal window is loaded through ajax...

[jQuery] Re: Not a plugin but code for anyone trying to have collapse-able menu with cookies

2008-01-30 Thread Karl Swedberg
that's awesome, Jörn! Thanks for sharing that code. I'm looking forward to playing around with it. Cheers, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 29, 2008, at 6:49 PM, Jörn Zaefferer wrote: Karl Swedberg schrieb: Sorry for the repea

[jQuery] Re: Is this the best way?

2008-01-30 Thread Feijó
Thats it! Nice code Thanks Joel Feijó Joel Birch escreveu: Hi Feijó, Not sure if I understand, but I'll have a go at it: var x = 4; $('.qualif').filter(function() { return parseFloat( $(this).attr('level') ) > x; }).remove(); Joel Birch.

[jQuery] Re: .clone not work in FF or IE, please help

2008-01-30 Thread Brandon Aaron
jQuery.clone(true) will only clone the events that it knows about ... in other words ... it clones the events it bound. -- Brandon Aaron On Jan 29, 10:35 am, chrismarx <[EMAIL PROTECTED]> wrote: > should clone also work for behaviors that were not added by jquery? > (like a google map?) i tried

[jQuery] Re: .clone not work in FF or IE, please help

2008-01-30 Thread Brandon Aaron
What version of jQuery are you using? Are you getting an error message? Are you trying to clone a table row? jQuery 1.2.2 has a known issue with cloning a table row and a few other elements. The current SVN and jQuery 1.2.3a resolves this issue. Please try using jQuery 1.2.3a to see if that resolv

[jQuery] Re: JQuery Size > YUI Compressor & mod_deflate/GZIP

2008-01-30 Thread Dan G. Switzer, II
>Haha, you cracked me up :) > >I'm not sure of the figures for processing the packed version, however >this would need to be done for every page of your site that the user >visits because the JS is cached in packed form. This means that >whatever the overhead is for unpacking the packed version, t

[jQuery] Re: Is this the best way?

2008-01-30 Thread Joel Birch
Hi Feijó, Not sure if I understand, but I'll have a go at it: var x = 4; $('.qualif').filter(function() { return parseFloat( $(this).attr('level') ) > x; }).remove(); Joel Birch.

[jQuery] Re: tableSorter question: how to disable the last header?

2008-01-30 Thread Leandro Vieira Pinho
Great. Perfect. Thanks. On Jan 25, 11:57 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi. I tried to use Widget or variable but without result. Than i edit > table sorter plugin. It is very easy. > > In buildHeaders method > after > $tableHeaders = $("thead th",table); > > add this > >

[jQuery] Re: Rolodex plugin anyone?

2008-01-30 Thread Dan G. Switzer, II
>Check this out: >http://devcenter.yesmail.com/com.yesmail.magellan.gwt.rolodexdemo.RolodexDe >moApp/RolodexDemoApp.html > >Does someone feels like porting this to jquery? > >I would love to, but that's far beyond my reach for the moment. Besides, >i'm actively working on jquploader2 in my scarce

[jQuery] Is this the best way?

2008-01-30 Thread Feijó
Hi, I was just wondering if there is any better way to accomplish that. Some divs has 'level' attribute, with a number.  If that number is bigger than X, will remove the div.                 var x=4; // simulating                 level=parseFloat($this.attr('level'));                 $('.q

[jQuery] Keeping variables across ajax pages

2008-01-30 Thread Feed
Hello all, I'd like to know what do you do keep variables across ajax pages. I've been doing something that I consider a "hack" and very noobish (I'm not a programmer): I create an invisible DIV in the main page and sub-divs with the variables, then when I need the values I use attr() to retrie

[jQuery] Re: New and better demos

2008-01-30 Thread Ariel Flesler
I meant that you need to replace the '...' with the duration/settings that you want. If you have doubts, the demo exemplifies the settings pretty well. $pane should be the container that you scroll, $items the pictures, don't forget to set the 'overflow' of the $pane to 'hidden' or 'auto'. Cheers

[jQuery] Validation plugin - spinner while validating field?

2008-01-30 Thread Rus Miller
There is a label.error and a label.checked but does anyone know how I would display a label.pending (perhaps with a spinner) while the validation (especially a remote request) is happening? Thanks.

[jQuery] jquery's drawing library problem

2008-01-30 Thread Thunder`
Hey! I'm having a problem using drawLine of the drawinglibrary plugin. here is my code: http://pastebin.com/m54c8d5c8 What I'm trying to do is when a user clicks on an image, it draws a line connecting these points. See that at first I'm saving the first coordinates because there are no previous

[jQuery] Re: New and better demos

2008-01-30 Thread caruso_g
Wow, you rocks, I would ever not even imagined that solution... :P I will try to implement it. But, what do you mean with "//check the settings"? Thanks again. On Jan 30, 1:20 am, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Ugh.. > > (function( $ ){ > > var last = 0, > $pane = $('#container

[jQuery] Reusing XMLHttpRequest

2008-01-30 Thread skin
Reusing XMLHttpRequest is possible in jQuery? in IE $.ajax on my computer is taking 1sec - 3 sec. only call of this function. In jquery code there is: var xml = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); i suppose this is the problem. Please give me som

[jQuery] Re: jquery VS internet explorer

2008-01-30 Thread ZiTAL
Validating with XHTML 1.0 strict it works correctly, thanks for all!!!

[jQuery] [Tablesorter] Avoid extra ?

2008-01-30 Thread Snirp
A table contains one sortable entry per row. Moreover, for every entry there is a second row directly following it, which contains more detailed information about the entry above. When sorting the table: the rows containing the detailed information are sorted as well and are, logically, no longer

[jQuery] Issue with IE and dom injection

2008-01-30 Thread Robert Ernens
We have just finalized an upgrade of all our code and jquery plug-ins to the new jquery 1.2.2 migrating from 1.1.3. We are heavily using ajax to build highly interactive web sites. Since the upgrade, we face a major issue with IE (we only tested IE 7, not IE 6 yet). While initially suspecting t

[jQuery] jquery's drawing library problem

2008-01-30 Thread Thunder`
Hey! I'm having a problem using drawLine of the drawing library plugin. here is my code: http://pastebin.com/m54c8d5c8 What I'm trying to do is when a user clicks on an image, it draws a line connecting these points. See that at first I'm saving the first coordinates because there are no previous

[jQuery] Re: Is it possible to do this with Jquery?

2008-01-30 Thread caruso_g
Even better from Giovanni Carlo Mingati: http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html Simpler, and just do what you need. You must simply put the images inside a link inside lists. On Jan 28, 3:14 pm, "Matt Quackenbush" <[EMAIL PROTECTED]> wro

[jQuery] Re: [ANN] Lily, javascript visual programming tool

2008-01-30 Thread Morgan Allen
The minVersion in the install.rdf is 2.0.0 I changed to 2.0.0.* and it installed On Jan 29, 2008 9:33 PM, Bill Orcutt <[EMAIL PROTECTED]> wrote: > > Thanks for the useful feedback on the site. I've added another > download link and will implement some of the other suggestions as I > find time. I

[jQuery] Re: link stops working in fragment returned from ajax depending on select

2008-01-30 Thread K Bouton
Hey thanks. I tried this but not sure where to put it. This doesn't work. [code] $document.ready(function() { $("#wrapBA").hide(); $("select#ba").livequery('change',(function() { var ba = $("select#ba").val(); $.ajax({ type: "POST", url: "not_wo

[jQuery] Problem in creating Dynamic tables

2008-01-30 Thread Anand
Hi All, I am trying to create a dynamic table. It is to be created on onchange event of a text box which will tell how many templates to be added. The structure which I want to add to my page dynamically is label1 label2 lots of inputs and checkboxes This is one unit which I want to ad

[jQuery] Re: File inputs

2008-01-30 Thread Hamish Campbell
Ah, I see. Maybe have a look at the uploader plugin? Otherwise, I think you're stuck :/ On Jan 30, 5:11 pm, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote: > on 1/29/08 7:58 PM, Hamish Campbell at [EMAIL PROTECTED] wrote: > > > > > > > Some code would be useful - you've said that .click() doesn't

[jQuery] there is a conflict ui.resizable.js and ajaxpro

2008-01-30 Thread [EMAIL PROTECTED]
resizable will not be able when using ajaxpro,the javascript error: "c[0] has no properties" code: for(var i in this.options.modifyThese) { var c = this.options.modifyThese[i]; c[0].css({ width: modifier.width ? modifier.width+c[1] : nw+c[1], height: modifier.height ? modifier.height+c[2] : nh+c

[jQuery] Rolodex plugin anyone?

2008-01-30 Thread Alexandre Plennevaux
Check this out: http://devcenter.yesmail.com/com.yesmail.magellan.gwt.rolodexdemo.RolodexDemoApp/RolodexDemoApp.html Does someone feels like porting this to jquery? I would love to, but that's far beyond my reach for the moment. Besides, i'm actively working on jquploader2 in my scarce free ti

[jQuery] Upgrading from jQuery 1.2.1 to 1.2.2 - What happened to "nodeType" attribute selector, e.g. not('[nodeType=1]') in IE?

2008-01-30 Thread Klaus Hartl
All, in jQuery 1.2.1 I was using the following snippet, which I actually more or less took from the documents example page: $('p').contents().not('[nodeType=1]').replaceWith(' '); I used this to empty out some text nodes I couldn't control otherwise but leave other HTML elements alone. That wa

[jQuery] Re: File inputs

2008-01-30 Thread Mika Tuupola
On Jan 30, 2008, at 6:11 AM, Steffan A. Cline wrote: Well, I tried many variations of .click() with FF and according to this link: http://www.quirksmode.org/dom/inputfile.html Yes, it is not possible to programmatically trigger click event on file input. But still, I would suggest you

<    1   2