[jQuery] Re: IE6 ActiveX bleed not working jQuery 1.1.3.1 jqModal r10

2007-08-16 Thread Duncan
super star - thankyou! On 8/17/07, Karl Swedberg [EMAIL PROTECTED] wrote: Hi Duncan, Take a look here: http://dev.iceburg.net/jquery/jqModal/jqModal.css If you don't have these lines in your own stylesheet, or if you don't include his, it won't work: /* Background iframe styling for

[jQuery] Re: Superfish - huge issue with IE6

2007-08-16 Thread Joel Birch
On 8/17/07, muskokee [EMAIL PROTECTED] wrote: If you would like a url I would be happy to post one - just my dev site. Thanks a lot for any help you can offer. Sheri Hi Sheri, If you could post that url I'll try to have a look when I get the chance. My brain can't parse that raw CSS

[jQuery] Re: What does Unobtrusive Javascript mean?

2007-08-16 Thread Pops
Howa, Thank for the information.I like this graded support chart in this article. Good example of someone applying software engineering principles to Web development. I guess the good thing is that the industry is maturing. Inevitably there will be efforts to consolidate, to provide

[jQuery] Re: form ID is messed up if an element in the form is named id

2007-08-16 Thread Erik Beeson
Right. That's how JavaScript works, and it's by design. When you have: form id=form_id class=form_class input type=text name=childID class=text_class id=text_id value=my name is ID / /form And you do: var formDOM = $('#form_id')[0]; Then formDOM.id will be form_id and formDOM.childID will be

[jQuery] Re: how does jQuery's timeout used?

2007-08-16 Thread Erik Beeson
I guess the timeout just means it will stop trying to complete the request. I've never actually tried to use it. To get an alert like you want, you might try using your own timer (untested): var ajax_timeout; $.ajax({ ..., beforeSend: function() { ajax_timeout = setTimeout(function() {

[jQuery] Broken link

2007-08-16 Thread Neil
Trivial, but the dev mailing list link at http://dev.jquery.com/wiki appears broken. Cheers.

[jQuery] Re: AJAX error in IE with jQuery 1.1.3

2007-08-16 Thread [EMAIL PROTECTED]
Pleae paste your codes. On 8月17日, 上午3时05分, Estev o Lucas [EMAIL PROTECTED] wrote: Hi, I would like to know if somebody already had problems with IE when using the method of ajax with jQuery 1.1.3. The generated error was object does not support this property or the method and access denied

<    1   2   3