[jQuery] Re: live() not working in IE8?

2009-04-08 Thread Jordon Bedwell
Switch on compatbility mode and see if it fixes the problem. Although it is usually made for 'layouts' it has been known to work on some older examples of code. As well, test it on IE 8 Vista which is not in beta anymore. As with, IE 8 Windows 7 technically isn't beta anymore since it was

[jQuery] Re: problem with IE extracting the document title from an ajax request response

2009-04-08 Thread Jordon Bedwell
Uhm, doesn't google disable Javascript and follow the non-javascript version? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Zac Spitzer Sent: Wednesday, April 08, 2009 12:37 AM To: jQuery (English) Subject: [jQuery] problem with IE

[jQuery] Re: Regular Expression

2009-04-07 Thread Jordon Bedwell
Yessum, I agree. You can do $(a#id).href.replace(/http:\/\/(?:www\.)?[a-z0-1-_]+\.(?:com|net|co\.uk)(. +)?/g, $1); I do sometimes. If it's not a string then you can just do something like String($(a#id).href).replace(); -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: How to tell apart focus event

2009-04-07 Thread Jordon Bedwell
Use the mouse to detect said events would sound logical to me. On the focus trigger, have the script check if the mouse is in the area of the object and if it is assume that it was user triggered and continue, othewise assume it was a method of the application. -Original Message- From:

Re: How do I format pop3 Date!?

2004-04-22 Thread Jordon Bedwell
How would I Use ParseDateTime as an arguement or string to DateFormat!? Thank You, Jordon Bedwell Cybercom Pros (Design is only as good as your bad planning, because there is not planning in good design its art!) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

How do I format pop3 Date!?

2004-04-21 Thread Jordon Bedwell
into a mm/dd/ format. #reReplace(left(qGetMessages.date, 21), ^(.* ).*, \1)# Either way is fine with me if you can help me code it. Thank You. Jordon Bedwell Cybercom Pros (Design Is Only as Good as your bad planning, because planning is bad in design) [Todays Threads] [This Message

<    3   4   5   6   7   8