"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
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
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...
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
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.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
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
>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
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.
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
>
>
>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
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
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
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
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.
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
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
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
Validating with XHTML 1.0 strict it works correctly, thanks for all!!!
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
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
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
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
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
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
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
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
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
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
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
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
101 - 131 of 131 matches
Mail list logo