[jQuery] alter the font size of a dynamic header?

2009-10-26 Thread derek allard
and then dynamically change the font-size of the header. 1. Is this possible? 2. Can you point me in the right direction? Thanks. derek gravity switch We Put Technology in its Place p: 413.586.9596 f: 413.582.9987 gravityswitch.com

[jQuery] safari flashes hidden text from hide()

2009-10-16 Thread derek allard
advice greatly appreciated. Thank you. derek

[jQuery] Printing JQuery Tutorials?

2009-08-13 Thread derek
; or do I need to contact the site owners and ask them to upgrade their CSS and/or code? Thanks Derek

[jQuery] Re: Printing JQuery Tutorials?

2009-08-13 Thread derek
the html contents of the page. - Richard On Thu, Aug 13, 2009 at 4:14 AM, derek gamesb...@gmail.com wrote: Hi I'm just getting started with JQuery and would like to be able to print out the tutorials to read off line. When I visit a page such as: http://docs.jquery.com

[jQuery] clueTip - moveable/dragable

2009-07-26 Thread derek
i've been using the awesome plugin clueTip, and i was wondering if anyone has any experience making the sticky pop ups move-able? as in, i'd like to be able to drag the popup from one point on the screen to another.

[jQuery] Re: $(document).ready(function() is causing scripts to run twice!

2009-03-21 Thread Derek Perkins
Thanks for taking the time to help me out James and MorningZ. The first time the image is loaded, it is loading the large image file (patty1.jpg) into the main scrolling window via PHP into #slideshow. At the same time, I am pulling the thumbnail out (patty1-53x40.jpg) and using it as an anchor

[jQuery] $(document).ready(function() is causing scripts to run twice!

2009-03-20 Thread Derek Perkins
I encase all of my functions inside of a jQuery(document).ready (function() {} block, but I noticed recently that my scripts are running multiple times. After a lot of debugging, I realized that they only ran once after I deleted that segment of code. The first time it ran however, it wouldn't

[jQuery] Re: $(document).ready(function() is causing scripts to run twice!

2009-03-20 Thread Derek Perkins
You can see where it is running twice here: http://derekperkins.com/seatability1/ Basically, in the middle box and in the right sidebar, I am dynamically loading images via Javascript, but they are being double loaded. In the middle of the page, you can see that the thumbnails are loaded

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-03-07 Thread Derek Perkins
I've been trying to get these centered and I can't for the life of me figure out how to do it. I've tried putting extra divs on the outside, using every display property available and I still can't get it. http://derekperkins.com/seatability1/test-post-on-bill/ I really just want the outer

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-03-07 Thread Derek Perkins
Another option, though less desirable, would be to make the slides all the same width, even if the picture inside is different. Then I could at least have a background on the entire slide. The way it is now, the slide size is being set by Cycle, so I can't even get the background to look right.

[jQuery] Re: Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-03-07 Thread Derek Perkins
After at least 4 hours in Firebug and CSS code, I switched something that started working. I'm amazed at how difficult it was to do, when it should have been so simple, but all's well that ends well. Thanks again.

[jQuery] Cycle Plugin Doesn't Acc

2009-02-19 Thread Derek Perkins
I'm trying to load the Cycle plugin with a JSON feed from Picasa. Everything is pulling in from Picasa just fine. I can copy the exact HTML that it generates and paste it into my code and reload, and it works fine, but not when it is dynamically added via Javascript.

[jQuery] Re: Cycle Plugin Doesn't Acc

2009-02-19 Thread Derek Perkins
That works great. Thanks! On Feb 19, 4:39 pm, Mike Alsup mal...@gmail.com wrote: I'm trying to load the Cycle plugin with a JSON feed from Picasa. Everything is pulling in from Picasa just fine.  I can copy the exact HTML that it generates and paste it into my code and reload, and it

[jQuery] Cycle Plugin Adds Inline Styling to Slides / How To Center Slides in Container

2009-02-19 Thread Derek Perkins
I'm trying to center my slides in the slide container, but I'm having issues. I have 'a' links as my slides, each containing a single image. What I want is for the link and the img to be the same size, based on the width of the image, and then centered inside of the slide container. I've

[jQuery] Re: Picasa getJSON not working properly

2009-02-19 Thread Derek Perkins
I figured out my problem. I found the Google API reference page (http://code.google.com/apis/picasaweb/reference.html) and realized that they won't serve up any images larger than 800px. I changed my code from pic.media$group.media$content[0].url to pic.media$group.media$content[0].url +

[jQuery] Picasa getJSON not working properly

2009-02-18 Thread Derek Perkins
I'm trying to pull my Picasa album JSON feed into my website, but I'm having problems. It is pulling in the Picasa thumbnails without a problem, but when I try to pull in the full sized photos (200kb), it returns nothing, even though I have verified that the links are valid. Below is the code

[jQuery] Re: Cycle Plugin Adds Relative Position to Slideshow Container

2009-02-11 Thread Derek Perkins
All of my stylesheets are imported above my Cycle script, and all of my calls to JQuery are already running only after document.ready fires. Any other thoughts? My thought for a workaround is to add a little bit to my script that removes the position:absolute inline style, but that seems like an

[jQuery] Cycle Plugin Adds Relative Position to Slideshow Container

2009-02-10 Thread Derek Perkins
I'm using Cycle in a number of places on my site, but I'm having an issue with absolute placement in WebKit browsers (Safari Chrome). My site is available here: http://derekperkins.com/seatability/super-product-page/ My issue is that in Firefox, IE and Opera, Cycle adds in some inline style

[jQuery] Re: corner plugin on Safari

2008-04-11 Thread Derek Allard
The problem in the corner rendering seems to only come if there is a delay in getting the css. This only happens in Safari 3.1 that I can see. Here's a test case. --- !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://

[jQuery] Re: corner plugin on Safari

2008-04-08 Thread Derek Allard
I appears that its only 3.1, and yes, it happens on both windows and mac. I can confirm it does not happen in 3.0. Odd indeed. I'm working on a reduction test here to try to figure out exactly what's going on, and what the most minimal code is possible to re-create it. At the moment I can say

[jQuery] corner plugin on Safari

2008-04-07 Thread Derek Allard
random. I've attempted to set background colours for those elements as I've read elsewhere, but it doesn't seem to affect the problem. In hunting around, it seems I'm not the first to notice it. Has anyone encountered a reliable solution to this problem? Thanks, Derek

[jQuery] [tooltip] Looping and variable tooltip setup

2008-02-23 Thread derek
verified that the values for the 'tt' and 'tb' variables are correct during the loop, and the .text() values from the bodies also show the correct values. Is there something I'm missing from this, or am I going about this the wrong way? I would appreciate any comments or suggestions! Thanks, Derek R.

[jQuery] Re: [tooltip] Looping and variable tooltip setup

2008-02-23 Thread derek
. Thanks again! Derek R. On Feb 23, 8:16 am, spinnach [EMAIL PROTECTED] wrote: derek, i haven't thoroughly examined how bodyHandler works but i think something like this should work, provided that your html structure won't change: $('div[id^=tt]').tooltip({    bodyHandler: function

[jQuery] jQuery Image Swap Works in FF, not IE

2008-02-12 Thread Derek M.
Hi all, I have a little jQuery function that toggles a window on click and changes the background image of a span (to toggle an up/down arrow). It works fine in FF, but in IE, it is delayed. For example, in IE, you click once and the arrow stays the same (in the closed position). When you click

[jQuery] jQuery Image Swap Works in FF, not IE

2008-02-12 Thread Derek M.
Hi all, I have a little jQuery function that toggles a window on click and changes the background image of a span (to toggle an up/down arrow). It works fine in FF, but in IE, it is delayed. For example, in IE, you click once and the arrow stays the same (in the closed position). When you click

[jQuery] Re: What causes the speed bottleneck in Javascript?

2007-11-14 Thread Derek Gathright
PROTECTED] wrote: On Tue, 2007-10-02 at 11:26 -0500, Derek Gathright wrote: Thanks for the link, interesting stuff. After looking through info on Rhino, I was left with the question... why build the JS core engine in Java and not a non-interpreted language? You can compile them to byte

[jQuery] How to select by id where the id contains a dot?

2007-11-06 Thread Derek Alexander
Unless I'm mistaken, JQuery (1.2.1) doesn't appear to be able to select by id where the id contains a dot. e.g. span id=error.password/span ... // the following does nothing $(#error.password).append('Required field'); Is this correct, is there any workaround? Cheers, D.

[jQuery] Re: ClueTip: Nice work, Karl!

2007-10-10 Thread Derek Gathright
Very cool, but I can't get the rounded corner demos to work in FF2 or IE7. =( On 10/10/07, Danjojo [EMAIL PROTECTED] wrote: Great work!! Only recommendation would be to move your example tab closer to the front, maybe after Features? If it were me I would even move your Examples tab

[jQuery] Re: What causes the speed bottleneck in Javascript?

2007-10-02 Thread Derek Gathright
Thanks for the link, interesting stuff. After looking through info on Rhino, I was left with the question... why build the JS core engine in Java and not a non-interpreted language? Then I looked at info in Spidermonkey (a C re-write for Firefox 3) and saw they realized the same thing.

[jQuery] What causes the speed bottleneck in Javascript?

2007-10-01 Thread Derek Gathright
Forgive me for a non-jquery related post, but I'm hoping someone on here might be knowledgeable enough with Javascript to answer it. I see lots of post on here regarding optimization for DOM traversing and think it's funny since most people gave up spending much time worrying about CPU memory

[jQuery] If anyone needs a file uploader...

2007-09-27 Thread Derek Gathright
Yesterday I replaced a Flex2 uploader I created (that just wasn't working properly in IE) with SWFUpload and found it to be a joy to work with. I looked all over (even at some jQuery plugins), but nothing I found was exactly what I needed (progress bar, multiple files, extendable with

[jQuery] Re: Star rating plugin for 1.2?

2007-09-21 Thread Derek Gathright
Wish I knew, I've been anticipating it as well. On 9/20/07, NccWarp9 [EMAIL PROTECTED] wrote: is there any information when Ritesh Agrawal star rating plugin will be fixed for 1.2.1 ? On Sep 13, 12:32 am, Derek Gathright [EMAIL PROTECTED] wrote: Karl, thanks for the help. I've added

[jQuery] Re: Star rating plugin for 1.2?

2007-09-21 Thread Derek Gathright
/2007/05/half-star-rating-plugin --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Sep 20, 2007, at 2:18 PM, NccWarp9 wrote: is there any information when Ritesh Agrawal star rating plugin will be fixed for 1.2.1 ? On Sep 13, 12:32 am, Derek

[jQuery] Star rating plugin for 1.2?

2007-09-12 Thread Derek Gathright
appreciated! Thanks, Derek

[jQuery] Re: Star rating plugin for 1.2?

2007-09-12 Thread Derek Gathright
www.learningjquery.com On Sep 12, 2007, at 12:19 PM, Derek Gathright wrote: I've been scouring the internet looking for a star rating plugin for the latest version of jQuery, but have been unsuccessful. I really like these, but they appear to be incompatible with any recent versions. http