[jQuery] Re: Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread GiJeet
>On Aug 29, 4:42 pm, Matt <[EMAIL PROTECTED]> wrote: > Check the docs:http://docs.jquery.com/Utilities > > example: > > if( jQuery.browser.mozilla ) { >     //do css stuff... > > } Thanks!

[jQuery] Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread GiJeet
Hello, is it possible to use JQuery to determine the browser type/ version at runtime and apply a custom .css specific to that browser type? If so, would appreciate some sample code so I can see how it's done. TIA G

[jQuery] Looking for Plugin: auto-image-scroller that allows click selection

2008-07-07 Thread GiJeet
Hello, I'm looking for a plugin that is an auto-image-scroller that allows you to click on a selection scrolling by which then you can display that image in a main div on the page or whatever. Here's an example of the functionality I'm talking about: http://demo.vevocart.com/ Images scrolling i

[jQuery] newbie: Using JQuery to populate dropdown using ajax and xml

2008-06-08 Thread GiJeet
Hi, I have a simple html select control that I wish to repopulate with xml file using jquery. I can do it with native javascript but don’t know how to do it with jquery. Scenario: I have a dropdown on a page containing a list of colors. I have a button on the page that, when you click the butto

[jQuery] Re: Newb – unordered list - get list item visibility

2008-06-03 Thread GiJeet
>On Jun 2, 4:28 pm, "Adam Weis" <[EMAIL PROTECTED]> wrote: > $(document).ready(function(){ > var cnt = $('#errList li:visible').size(); > alert(cnt); > }); > > If someone knows a better way, I'd love to learn. > > -Adam No need for a better way..this works great!! Awesome!! Tha

[jQuery] Newb – unordered list - get list item vi sibility

2008-06-02 Thread GiJeet
Hello, I just starting out with JQuery and I’m struggling with a problem. I have an unordered list, id = “errList” with several list items. Each list item has it’s own id, e.g. id=”one”, id=”two”, etc. I’m using a CSS and in the CSS I use the id of each to initially set the visibility of each t

[jQuery] Re: down-loadable tutorial videos ??

2008-06-01 Thread GiJeet
>On May 31, 5:06 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > what kind of tutorials are you looking for ? using JQuery, JQuery for beginners, etc. There are many on the web but I can't watch online. I'm looking for ones I can download. Thx. G

[jQuery] Video Tutorials - any down-loadable ??

2008-05-30 Thread GiJeet
Hello, I'm looking for JQuery tutorials on video that I can download and watch offline. I can't watch online. If anyone knows where to find down-loadable tutorials of any level - beginner, intermediate, advanced, or on any specific topic, please send link. I'm trying to learn as much about JQue

[jQuery] down-loadable tutorial videos ??

2008-05-30 Thread GiJeet
Hello, if anyone knows where to find jquery tutorial videos that you can download to watch offline please send link. I can't watch online. thanks!! G