[jQuery] Re: click(function(select) help

2008-05-02 Thread elle
@Dave: when I selected the first product it showed me its options. Changing an option didn't do a thing. Clicking again on first product, hid its options. @motob: I used this instead: $(".product-type").change(function(){ if($(this).val() == "filters"){ $(

[jQuery] Using @ on Selector

2008-05-02 Thread Mike Francisco
Sometime awhile back, I copied and used a piece of code that contains an @ char on the selector: $("[EMAIL PROTECTED]")... I am now wondering the significance of using that character since it functions the same as $("input[name=message]") I tried looking for it on the docs, but could find

[jQuery] Problem wih jQery Effect i FireFox

2008-05-02 Thread pedramphp
Hi everyone , currently I am using jQUery in my Projectwhich is a CMS and some kind of Portal , Recently I faced A little Problem with my jQuery at my FireFox Browser I check My codes with 2 browsers which are Standard and Suitable for testing 1-IE7 2- Firefox 2 I used some jQUery Effects such

[jQuery] Re: the dropdown menu flashes on the screen on page load.

2008-05-02 Thread all4one
Here is the link to the page: http://www3.appliedbiosystems.com/index.htm Notice how the "My Account" and "My Basket/Orders" dropdowns briefly display as the page loads. Also note that they display briefly when the page refreshes after clicking on "Applications & Technologis", "Services" or "Sup

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-02 Thread Richard W
I experienced the same problem and it haunted me in my sleep, I started to think it was a jQuery bug. I understand this is a FF bug, but don't you think at least there should be some sort of reference to this bug in the jquery fade docs? On May 2, 3:21 am, Karl Swedberg <[EMAIL PROTECTED]> wrote

[jQuery] Re: jQuery and JSON - newbie!

2008-05-02 Thread Dave Probert
Hi eid, I've taken a look at what you are trying to do and I think there are two aspects that need to be 'corrected'. 1.) In the JSON, there is no need for an array of items - remove the [ & ] after 'items'. items is then an object with elements called 'lanceOfMitraDivinity', 'wrathOfMitraDivi

[jQuery] Re: the dropdown menu flashes on the screen on page load.

2008-05-02 Thread yabado
You may want to specifically tell the menu dive to not display, hard coded. On May 1, 6:04 pm, "Theodore Ni" <[EMAIL PROTECTED]> wrote: > You'll need to give us more information, a demo or at least some code, > before we can help you diagnose. > > On Thu, May 1, 2008 at 5:18 PM, all4one <[

[jQuery] Re: event binding on dynamically created elements? stumped

2008-05-02 Thread yabado
LiveQuery plug-in will make you happy. On May 1, 8:07 pm, jquertil <[EMAIL PROTECTED]> wrote: > Hello... > > I'm creating an input element like this: > >         $(this).after('                           value="Enter Symptom" class="focusClear"/ > > >'); > > then I want to clear the value on focu

<    1   2