Re: [jQuery] addons.mozilla.org uses jQuery!

2007-03-30 Thread Jason Levine
I noticed it a couple of days ago (posted it to the "Sites using JQuery" thread). They're also using Thickbox 2.1 (built on JQuery, obviously) to display extension screenshots. -- View this message in context: http://www.nabble.com/addons.mozilla.org-uses-jQuery%21-tf3486094.html#a9753717 Sent

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-03-28 Thread Jason Levine
Don't know if I'm the first to realize this or if I'm just slow, but I just realized that Mozilla.org uses JQuery. I was looking at some image previews of an extension and the images popped up in a "thickbox" style. I got curious as to what they were using so I looked at the source. Turns out t

Re: [jQuery] Plugin Requests

2007-03-23 Thread Jason Levine
The JQuery logo sounds good as it would keep the status bar as uncluttered as possible. You could have the mouseover tooltip inform you as to which JQuery version was being used. -- View this message in context: http://www.nabble.com/Plugin-Requests-tf3446837.html#a9641731 Sent from the JQuery

Re: [jQuery] Plugin Requests

2007-03-23 Thread Jason Levine
Ok, this isn't a plugin request but it is related to JQuery. Occasionally I wonder whether a site is using JQuery to make their cool effects. I made a bookmarklet to quickly try to access the JQuery object on the page and return either the JQuery version or a no JQuery in use message. Here's th

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread Jason Levine
I just tried that. Now I can send e-mails in Gmail as it they were from my Yahoo address. However, I still can't post to Google Groups an have my Yahoo address appear instead of my GMail address. -- View this message in context: http://www.nabble.com/NOTICE%3A-Moving-to-Google-Groups-tf34407

Re: [jQuery] NOTICE: Moving to Google Groups

2007-03-22 Thread Jason Levine
I hope the Nabble interface sticks around also. Not so much because I dislike Google's interface (I don't), but because Google is forcing me to use my GMail address to post. I try to keep that address private (only friends and family) to reduce spam. I use my Yahoo address here and on every pub

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Jason Levine
Cool! (Though I'll likely stick with the full JQuery distribution.) Any chance of allowing it to package up some of the official plugins? It would be really nice if I could customize my JQuery to automatically include the Compat-1.0 plugin (for older code), Dimensions, and perhaps even Interfac

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
Ok, it's fixed now. The misplaced quote mark was part of the problem. (The second quotation mark was supposed to go after the javascript file name.) The other problem was that I misspelled "#WelcomeMessage" as "#WelcomeMesssage" (note the extra s). Don't you hate those tiny problems that caus

Re: [jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
Nope. The upper case T isn't making any difference. (Besides having the error report on "TransferTo" instead of "transferTo".) -- View this message in context: http://www.nabble.com/TransferTo-giving-an-error-tf3427084.html#a9553260 Sent from the JQuery mailing list archive at Nabble.com. _

[jQuery] TransferTo giving an error

2007-03-19 Thread Jason Levine
I've been doing a redesign of my personal photo gallery website and I'm running into problems with the TransferTo function in the Interface Elements plugin. Here's the URL: http://www.levinephotos.com/Redesign/ When you click on the "Welcome to the new LevinePhotos.com. Click here to find out h

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-02-16 Thread Jason Levine
Sam Collett wrote: > > It is valid (as it mentions colons in the text you quoted), just not > at the start. > Oops. That'll teach me to read everything twice after shoveling a foot and a half of snow. ;-) -- View this message in context: http://www.nabble.com/Custome-selectors-use-%3A-as-se

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-02-15 Thread Jason Levine
It looks like : isn't a valid character for ID attributes. From http://www.w3.org/TR/html401/types.html#type-name : > ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed > by any number of letters, digits ([0-9]), hyphens ("-"), underscores > ("_"), colons (":"), and per

Re: [jQuery] Plugin Code Review: jdMenu

2007-02-05 Thread Jason Levine
I'm at work now and was able to compare my customizations to the normal JDMenu code. Here are the changes I made. First of all, after: var x = 0, y = 0; var li = $(ul).parent(); I added this line: var liTop = li.offset().top; I also changed thi

Re: [jQuery] Plugin Code Review: jdMenu

2007-02-04 Thread Jason Levine
By the way, I just wanted to thank you for this plugin. I'm putting it into use on our company's Intranet. We had a couple of applications that used a tabbed interface. The problem was that there were many tabs and items were getting lost in the applications. I put in jdMenu (on a testing basi

[jQuery] [Slightly OT] Nabble Blocked

2007-01-19 Thread Jason Levine
very annoying to me. (Might take a walk and see if the administrators have any ideas on how to unblock it.) -Jason Levine Get your own web address. Have a HUGE year through Yahoo!

Re: [jQuery] New Plugin: JSwitchy

2006-12-30 Thread Jason Levine
Thanks for the tip. I didn't even realize that FireFox let you view alternate stylesheets. I think I had some problems with using the "alternate stylesheet" attribute, but I'll give it another try and will move the size definitions out of the title attribute. Klaus Hartl wrote: > > Alex Cook

Re: [jQuery] New Plugin: JSwitchy

2006-12-30 Thread Jason Levine
That's odd. I just tried using FF2 here and the scrollbar comes back just fine. Olivier percebois-Garve wrote: > > When I test the "click here" on your page and do a resize the original > layout comes back > but the scrollbar is missing ( FF 2). > > Jason

Re: [jQuery] New Plugin: JSwitchy

2006-12-29 Thread Jason Levine
You just have to design multiple stylesheets. The one template will change based on which stylesheet is enabled. - Original Message From: Andy Matthews <[EMAIL PROTECTED]> To: jQuery Discussion. Sent: Friday, December 29, 2006 12:05:32 PM Subject: Re: [jQuery] New Plugin: JSwitchy Wow

[jQuery] New Plugin: JSwitchy

2006-12-29 Thread Jason Levine
Ten days ago, A List Apart posted an article titled Switchy McLayout: An Adaptive Layout Technique ( http://www.alistapart.com/articles/switchymclayout ). In this article, they explained how to use JavaScript to change stylesheets on the fly depending on the size of the browser window. Their cod

Re: [jQuery] Blurry Text using JQuery... But only in IE

2006-11-01 Thread Jason Levine
A bit delayed, but thanks. That did the trick. :-) -Jason Levine - Original Message From: Klaus Hartl <[EMAIL PROTECTED]> To: jQuery Discussion. Sent: Tuesday, October 24, 2006 2:31:06 PM Subject: Re: [jQuery] Blurry Text using JQuery... But only in IE Jason Levine schrieb

[jQuery] Blurry Text using JQuery... But only in IE

2006-10-24 Thread Jason Levine
m the other.) FireFox doesn't exhibit this problem at all. Could you take a look at this page and let me know what I can do to fix this? Is it a bug in JTicker? JQuery? My Portal Gadgets code? Here's a sample page: http://www.nehealth.com/PortalGad

Re: [jQuery] NEWS: JQuery being used for Bookmarklets

2006-10-03 Thread Jason Levine
ed like a normal desktop application. -Jason Levine http://www.jasons-toolbox.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] New JTicker version - multiple tickers on a single page

2006-10-03 Thread Jason Levine
asons-toolbox.com/JTicker/ -Jason Levine http://www.jasons-toolbox.com/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
Good idea. I've done that. I also added a JTicker configuration helper to the description page. -Jason Levine http://www.jasons-toolbox.com/ - Original Message From: dizzledorf <[EMAIL PROTECTED]> To: discuss@jquery.com Sent: Thursday, September 28, 2006 11:33:53 AM

Re: [jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
want to get the RSS method working right first. - Original Message From: Mike Alsup <[EMAIL PROTECTED]> To: Jason Levine <[EMAIL PROTECTED]>; jQuery Discussion. Sent: Thursday, September 28, 2006 11:26:29 AM Subject: Re: [jQuery] New Plugin - JTicker (newsticker) > http://ww

[jQuery] New Plugin - JTicker (newsticker)

2006-09-28 Thread Jason Levine
. I want to be able to add multiple tickers on a single page, but every time I do it the last ticker overwrites the earlier ones. How can you have multiple instances of a JQuery plugin running? Thanks, -Jason Levine ___ jQuery mailing list dis

Re: [jQuery] jQuery::PeriodicalUpdater ?

2006-09-22 Thread Jason Levine
Thanks for finding that. (I had previous called it "Heartbeat" but decided to rename it to "JHeartbeat".) It should be fixed now. - Original Message From: Will Arp <[EMAIL PROTECTED]> To: jQuery Discussion. Sent: Thursday, September 21, 2006 11:48:59 PM Subject: Re: [jQuery] jQuery::P

Re: [jQuery] JHeartbeat - New Plugin

2006-09-21 Thread Jason Levine
rking on (JTicker). >Another suggestion would be the ability to pass on parameters: >$("#mydiv").jheartbeat({url: "mypage.asp", delay: 3000, urlparams : >{searchfor: "bar"} }, myCallBackFunction) Another good suggestion, thanks. :-) -Jason Levine http:/

[jQuery] JHeartbeat - New Plugin

2006-09-21 Thread Jason Levine
applied to a plugin version of Slightly Thickerbox.) -Jason Levine -- View this message in context: http://www.nabble.com/JHeartbeat---New-Plugin-tf2278733.html#a6329221 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing li

Re: [jQuery] JHeartbeat - New Plugin

2006-09-21 Thread Jason Levine
Hi, Sorry about that. Here's the link: http://www.jasons-toolbox.com/JHeartbeat/ Also sorry about any double-post. I was having trouble signing up and Nabble was reporting that my message didn't get through, so I tried posting it again. -- View this message in context: http://www.nabble.co

Re: [jQuery] Find first element (child)

2006-08-18 Thread Jason Levine
>Sorry for the long-winded, rambling question, but basically I'm asking if >there's any documentation for what can be used within $(here) and if there >isn't, is there a good rule of thumb to follow as far as what's supported? Check here: http://jquery.com/docs/CSS/ >>> "Jeffrey Gould" <[EMAIL P

Re: [jQuery] New Plugin: jQMinMax - Add min-/max- height & width support

2006-08-18 Thread Jason Levine
d. Unfortunately, resizing it back up doesn't seem to let min-width get "unenforced." (Allowing the width to raise itself back up from the minimum value.) -Jason Levine >>> "Jason Levine" <[EMAIL PROTECTED]> 08/18/06 10:28 AM >>> Hi Dave, Gre

Re: [jQuery] New Plugin: jQMinMax - Add min-/max- height & width support

2006-08-18 Thread Jason Levine
wider than the min-width but the user then resizes their browser window, the min-width value isn't enforced. (Perhaps add an onresize function?) Otherwise, a great plugin. Thanks! -Jason Levine >>> Dave Cardwell <[EMAIL PROTECTED]> 08/16/06 7:25 PM >>> John Resig

Re: [jQuery] New Plugin: Spy

2006-08-17 Thread Jason Levine
Very nice plugin! I've put it to use in a little mini-app here at work. (Unfortunately, it's an internal thing, so I can't post an example link.) One suggestion: I found timestamp you are using difficult to process under ASP/MS SQL. I made some modifications to your script to add a second time

Re: [jQuery] JQuery and HTTPS bug

2006-08-09 Thread Jason Levine
Just a quick update. I found a solution to the bug. It turns out that "javascript:void(0)" isn't considered "secure content" in IE. I changed that to "'blankscriptfile.js'" and made a blank script file (names blankscriptfile.js) and it worked fine. Just for the record, I modified:

[jQuery] JQuery and HTTPS bug

2006-08-09 Thread Jason Levine
ete" ) jQuery.ready(); }; // Clear from memory script = null; If I comment out from "document.write" to "script = null;" then the page loads fine. If I don't, I get the mixed secure/insecure error. Is there