[jQuery] Re: [validate] Having an issue with validator clearing file input fields onfocus in IE

2008-12-10 Thread Wayne Austin
quired field Thanks! Wayne On Dec 9, 9:57 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Could you provide a testpage? > > Jörn > > On Tue, Dec 9, 2008 at 6:11 PM, Wayne Austin > > > > <[EMAIL PROTECTED]> wrote: > > > Hi, i'm

[jQuery] [validate] Having an issue with validator clearing file input fields onfocus in IE

2008-12-09 Thread Wayne Austin
Hi, i'm having an issue when using the validate plugin. When the plugin is applied to the form, if I select a file in my file input field then focus on another field in the form it removes the value. This only seems to happen in IE and only to file input fields. Any ideas as to why this would be

[jQuery] InnerFade bug

2008-12-04 Thread Austin S.
I'm using the InnerFade plugin for cycling through an underorderd list, works great until I resize my window to get a horizontal scroll bar and scroll to the right, the content within the InnerFade gets cut off. Not sure how to fix this? http://s54419.gridserver.com/

[jQuery] Re: Accordian crashes IE6

2008-05-20 Thread Austin S.
ll. Take a > look at the accordion documentation and use > that:http://docs.jquery.com/UI/Accordion > > Jörn > > On Tue, May 20, 2008 at 3:21 PM, Austin S. <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I can't seem to figure out why IE6 crashes with this ac

[jQuery] Accordian crashes IE6

2008-05-20 Thread Austin S.
Hi, I can't seem to figure out why IE6 crashes with this accordian script. Here is a live demo: http://tiny.cc/TIQ11 http://code.jquery.com/jquery- latest.js"> http://dev.jquery.com/view/trunk/ ui/ui.core.js"> http://dev.jquery.com/view/trunk/ ui/ui.accordion.js"> $(document

[jQuery] On page load, show corresponding div

2008-05-14 Thread Austin S.
Hi All, I have the script working, but I think it can be done to be more efficient...and this where I am stuck. The script currently either slides up/down two divs with check boxes in them. A #brProducts which has check boxes for bridge materials, and #bProducts which has building materials. I

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

2008-05-01 Thread Austin S.
Hi All - Is there a way to stop the other elements on the page from dimming when a fade occurs?

[jQuery] Re: .slideToggle() problems

2007-11-27 Thread Austin Pickett
Never mind, I found out the problem. I had all the in a file called header which contained other things and I would on each page, mysteriously, it wasn't recognizing the

[jQuery] [IE] .slideToggle() problems

2007-11-27 Thread Austin Pickett
So, I keep posting this same problem but no one seems to be able to help me and I can't see what it is either. The code is simple, it's a Click X and show Y type of thing which happens to work in Firefox but once I go into IE I feel like putting my head through my monitor, which thankfully isn't

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
Heh.. didn't mean to double post, just when I posted first it didn't update for a while so i thought I did something wrong :\ On Nov 25, 2:12 am, Austin Pickett <[EMAIL PROTECTED]> wrote: > Thanks for the link, I checked it out however what they gave had no > effect on me :

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
t language so maybe someone could see something I don't? On Nov 24, 7:33 pm, bingo <[EMAIL PROTECTED]> wrote: > hi Austin, > > I am not sure what's the problem..but make sure you are not making any > of these mistakes (listed in the > blog)http://ragrawal.wordp

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
de, and it works fine in FF however in IE 6.0, it's just shown and when I click to toggle the hide/show div it doesn't work. Maybe another set of eyes could help me with this since I'm quite new at JQuery let alone JavaScript. On Nov 24, 7:33 pm, bingo <[EMAIL PROTECTED]> wrote

[jQuery] IE Help.

2007-11-24 Thread Austin Pickett
Are there any ie hacks or maybe some ie tricks with jquery? Ie's being stubborn with me and whenever i try to make a simple slider click x { show y } type of thing it doesn't even work. Does anyone else have trouble with IE and Jquery?

[jQuery] [HELP] jQuery plugin Thickbox and Forms.

2007-10-10 Thread Austin
Currently I'm using the latest version of the jQuery plugin Thickbox: http://jquery.com/demo/thickbox/ What I'm trying to do is echo out the value of a form in the same Thickbox window using ajax. I'm also using the jQuery.Form plugin. Here's my code, if anyone could help that'd be awesome. // o

[jQuery] (should be) simple use of getScript failing

2007-05-23 Thread Austin Schutz
In js file 'A.js' I have: function A() { alert('function A here'); } In js file 'B.js' I have: $.getScript('A.js'); function B() { A(); } But Firefox claims 'A is not defined' when I call B(), though clearly it should be. I know jQuery is loading and evaluating