[jQuery] Re: jQuery broken in FF3.5b99 (Preview)

2009-06-10 Thread Chris Scott
s this. -- Chris Scott > > Thanks for the heads-up, though! > > --John > > On Tue, Jun 9, 2009 at 6:09 PM, benjam wrote: > > > I'm sure support for a beta release is a bad thing to be asking for, > > but I mostly just want to make sure I'm not going craz

[jQuery] Re: Jquery and SSL

2008-04-10 Thread Chris Scott
On Apr 10, 2008, at 4:32 PM, Josh Nathanson wrote: I have found that Ajax/jQuery/SSL doesn't work in Safari 3 (didn't test 2). I spent a couple of days trying to track down the issue and then gave up, after finding very little information available. So you might need to do a little brow

[jQuery] Re: New to jquery. Things just don't work.

2008-02-03 Thread Chris Scott
es and missing a semicolon. Try this: $(document).ready(function() { $('a').click(function() { alert("Link clicked"); $('#main-content').html(' Hello '); return false; }); }); -- Chris Scott Adaptive Hosting Solutions http://adaptivehostingsolutions.com/

[jQuery] Using JSONP With the AIM Presence Service

2008-01-25 Thread Chris Scott
If anyone wants to use jQuery to get the presence information from AIM for a user, I documented it here: http://www.iamzed.com/2008/01/25/using-jquery-and-jsonp-to-get-aim-status/ Nothing revolutionary, but the JSONP callback stuff threw me for a while. -- Chris Scott Adaptive Hosting

[jQuery] Re: Cluetip ajaxProcess and .find Problem

2008-01-15 Thread Chris Scott
code since a plain .load with the same URL and selector works fine in IE. With sincere apology, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 13, 2008, at 6:13 PM, Chris Scott wrote: A bit more info. on this: with the latest nightly build,

[jQuery] Re: Cluetip ajaxProcess and .find Problem

2008-01-13 Thread Chris Scott
A bit more info. on this: with the latest nightly build, I don't get an error any longer, but I don't get the div w/that ID either. On Jan 11, 2008, at 10:28 AM, Chris Scott wrote: I'm using cluetip to pull a page via ajax and want to display only a certain div from the

[jQuery] Cluetip ajaxProcess and .find Problem

2008-01-11 Thread Chris Scott
ious but I've banged my head against it for a while and haven't made any progress. Any suggestions much appreciated. -- Chris Scott Adaptive Hosting Solutions http://adaptivehostingsolutions.com/

[jQuery] Re: Attribute Selector Docs Error?

2007-10-10 Thread Chris Scott
This was one of those. In one of my tests which was on 1.2.1, it wasn't working before but is now as you've noted. Thanks for clearing this up for me. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 10, 2007, at 1:44 PM, Chris Scott w

[jQuery] Attribute Selector Docs Error?

2007-10-10 Thread Chris Scott
. :-) Just want to confirm this correct before I go editing the doc pages for these. Thanks. -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - blog hosting http://www.adaptivehostingsolutions.com/ | http://www.blogzerk.com/

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Chris Scott
In Safari (2.0.4), when you click into a field the cursor is put where you clicked, not at the beginning of the field. I'd be happy to help you debug and test these--feel free to contact me offlist if you want. -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - bl

[jQuery] Bug #1320

2007-07-12 Thread Chris Scott
orks. http://dev.jquery.com/ticket/1320 -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - blog hosting http://www.adaptivehostingsolutions.com/ | http://www.blogzerk.com/

[jQuery] Using jQuery to Skip Over the TinyMCE Toolbar When Tabbing Through Fields

2007-06-20 Thread Chris Scott
: $(".mceToolbarContainer > *").attr("tabIndex", "-1"); The long of it (including the URL): http://iamzed.com/2007/06/20/using-jquery-to-skip-the-tinymce-editor-toolbar-when-using-the-tab-key/ Hope someone else can use this. Once again, jQuery saves the day!

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-12 Thread Chris Scott
#x27;s bringing beta back! For me, it works fine from what my limited testing found in Windows 2000, which isn't even listed as being supported. Mike get Safari 3.0 for Windows (or os x) ! http://www.apple.com/safari/download/ -- Chris Scott Adaptive Hosting Solutions, Inc.

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Chris Scott
_____Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/ -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - blog hosting http://www.adaptivehostingsolutions.com/ | http://www.blogzerk.com/

[jQuery] jQuery Powered Site - summize.com

2007-05-22 Thread Chris Scott
http://www.summize.com/ Ran across this and didn't see it in the wiki so I've added it. Very nice use of jQuery for the Ratings and Buzz graphs (e.g. http://www.summize.com/product/nintendo-wii/-/-/B0009VXBAQ ) and probably other features I haven't found yet. -- Chris

[jQuery] Re: ASP.net and jQuery...Imperfect Together?

2007-05-04 Thread Chris Scott
, superfish, bgiframe, jqmodal, tooltip, and tablesorter. -- Chris Scott Adaptive Hosting Solutions, Inc. | Blogzerk - blog hosting http://www.adaptivehostingsolutions.com/ | http://www.blogzerk.com/

[jQuery] Re: Superfish, Tabs and IE z-index

2007-04-20 Thread Chris Scott
Joel Birch wrote: On 21/04/2007, at 12:43 AM, Chris Scott wrote: I'm using Superfish for my menus and the Tabs plugin. By default, the Superfish menus show up behind the tabs. The Tabs css uses a z-index of 2 so I set the Superfish css to use a z-index of 3. This works in FF an

[jQuery] Superfish, Tabs and IE z-index

2007-04-20 Thread Chris Scott
y nice and the menus show behind the tabs. Has anyone come across this and have a fix? I'm using the bgiframe option in Superfish for the menus if that matters. I don't have the code posted right now since this is on a private system but I can work up a demo page if it would help.