[jQuery] jCarousel - add a class to the middle element ()

2008-09-29 Thread gepa
Hello I really like this script. I was wondering , how would be possible to add a class to the middle element ?! I mean, by default there are always 3 elements, and i would like the middle one to be different (to add it some css style). It should be somehow dinamicly, because depending on the na

[jQuery] Re: select data in a ignoring the

2008-09-29 Thread equallyunequal
$("p:not(span)") would select all paragraphs that are not spans... which would be all paragraphs even if they have a child that is a span. $("p :not(span)") or $("p *:not(span)") would select all paragraphs without child spans... which would be none of the paragraphs. He needs the contents of all

[jQuery] Re: IE Issues with addClass/removeClass

2008-09-29 Thread Ca-Phun Ung
Based on your description it's more likely a CSS problem you're having rather than jQuery. Try saving out the resulting output as static HTML and see if the layout is still broken in IE7 (you'd need to export the generated HTML source). On Tue, Sep 30, 2008 at 8:12 AM, Chuck Cheeze <[EMAIL PROTECT

[jQuery] Re: Problems with IE 6

2008-09-29 Thread Ca-Phun Ung
On Tue, Sep 30, 2008 at 9:54 AM, andrew <[EMAIL PROTECTED]> wrote: > > Is there something special I have to do in IE to get jquery working Nope, jQuery should work in IE6 out-of-the-box > do I need to put all jquery calls within a > 'jQuery(document).ready(function($) { ' at the top of the pag

[jQuery] Re: stripping style from ajax html

2008-09-29 Thread Prajwala Manchikatla
I tested with this html t = $('.s{color:red}function(){alert("hi")}') The return value is jquery object with 3 elements. when I do t.get(0) it return style tag when I do t.get(1) it return script tag when I do t.get(2) it return just "" the content of the body tag So what happened is

[jQuery] Re: Scope Of Variables Inside Functions

2008-09-29 Thread Karl Rudd
This is really to do with how JavaScript handles scope, not something jQuery has control over. In short: If you DON'T use the "var" keyword in front of variable you assign values to, that variable becomes a "global" variable. If you DO use the "var" keyword, the variable becomes "local" to the

[jQuery] Re: jQuery Form Plugin - success callback problem with FF/Chrome

2008-09-29 Thread Prajwala Manchikatla
I think you might be having some problem with the "displayData" function. firebug will help you in debugging the code. put "debugger" statement before displayData function and run on firefox after installing firebug. submit the form, after getting response from server, the debugger will stop at deb

[jQuery] async treeview - disable ajax call for node collapse

2008-09-29 Thread vm123
The async treeview seems to be making an ajax call when a node is expanded as well as collapsed. We would like it to make the call only on expand and not for collapse. Is there a way to do this currently? Thanks for the help.

[jQuery] Re: Show image gradually

2008-09-29 Thread diego valobra
Hi, you can try this code, http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> http://code.jquery.com/jquery-latest.js";> $(document).ready(function(){ //no slide effects added!! just pure jQuery $('.parent').hover(function () { //start the hover f

[jQuery] fadein/fadeout conflicting

2008-09-29 Thread backdoc
I'm brand new to jQuery. And, I'm wanting to make something fadeOut when I hover or mouseover and fadeIn when I mouseout. I tried the two methods below. But, when I leave the mouse cursor positioned over the element, I get an unwanted blink effect. It seems that when the fadeOut() ends, it tri

[jQuery] IE Issues with addClass/removeClass

2008-09-29 Thread Chuck Cheeze
www.webinception.com On the homepage of my site I use jQuery to dynamically remove a class and add a class to the 3rd div box under Recent Projects. What this does is allow the floated boxes to all line up on a single row by removing the default class for this box and add in an identical class t

[jQuery] Problems with IE 6

2008-09-29 Thread andrew
Hi I've just started using jquery and I'm developing a dynamic site so I don't need the same code on every page and I'm loading various different javascript files in based on the page, but nothings working in IE but it works fine in firefox and safari. I have all the jquery calls in functions bas

[jQuery] ScrollTo problems

2008-09-29 Thread nika
Hi I have been trying to use the scrollTo plug in.. but i just can't get it to work.. can someone please point out where the error is? This is exactly what I typed: http://www.w3.org/ TR/html4/strict.dtd"> scroll