[jQuery] Re: ClueTip Question...

2007-11-17 Thread Rick Faircloth
Well... I guess asking a question spawns an answer. I realized that some of the ClueTip options were surrounded by single quotes. When I added those around the option, positionBy: 'auto', it worked fine. Actually, positionBy: 'mouse' seems to work best. Thanks for the good work, Karl! Rick PS

[jQuery] Re: ClueTip Question...

2007-11-17 Thread Rick Faircloth
I should have looked a little harder. there it was in "black & white". So, I did find the info about positioning the ClueTip and decided that "auto" would probably be what I'm looking for, but when I put "positionBy: auto" in the ClueTip options, it disabled the ClueTip. The "hidden div" part of

[jQuery] ClueTip Question...

2007-11-17 Thread Rick Faircloth
Hey, Karl. (or anyone else who might know) Did you ever get ClueTip coded so that it will show top, bottom, left, and right, depending on what direction a ClueTip will best fit the screen? I just put the latest version on the plug-in page on a site, and if I scroll the page so that the ClueTip li

[jQuery] [Announce] Release of jMap2 API

2007-11-17 Thread Tane Piper
Recently I have been so busy that I’ve been neglecting some of my code - however this weekend I decided to make some amends for that. The most requested piece of code I have released has been the jMaps plugin for jQuery. The last version I worked on, I tried to combine a single API for Google

[jQuery] Re: IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-17 Thread bingo
hi Chris, sometimes IE7 fails to load javascript if your webpage contains "

[jQuery] Re: Clear a siblings $.toggle() function

2007-11-17 Thread Wizzud
bind('toggle' [, fn1, fn2]) // adds unbind('click' [, ... ]) // removes bind('toggle') is simply a special-case helper for bind('click'). On Nov 17, 2:51 pm, "Chris J. Lee" <[EMAIL PROTECTED]> wrote: > thanks. > > Does that work for unbind('toggle'); too? > > On Nov 16, 6:26 pm, Wizzud <[EMAIL P

[jQuery] Re: How to change css-style of nested elements

2007-11-17 Thread Karl Swedberg
On Nov 17, 2007, at 12:05 PM, Glen Lipka wrote: $("ul").prev("span"); Or, in the case of clicking on the span, you'd probably want to do this: $(document).ready(function() { $('span.trig').click(function() { $(this).next('ul').slideToggle(); }); }); just copy, paste, and enjoy

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Karl Swedberg
On Nov 15, 2007, at 3:55 PM, Shelane wrote: Do you have a demo with the arrow and the shadowed theme (first set)? I do now. :-) Thanks for the suggestion. Check out default style example #4 now: http://plugins.learningjquery.com/cluetip/demo/ I noticed that each version is getting smalle

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Karl Swedberg
Hi Geoff, Looks like both of your emails eventually came through. Wow, thank you so much! I'm really looking forward to reading that book. We have an old copy of it at work, but it's woefully outdated. This new one will be a terrific addition to my reference shelf. I'm giddy just thinking

[jQuery] Re: IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-17 Thread spinnach
try changing the type="application/javascript" to type="text/javascript", that should do the trick. dennis. Chris J. Lee wrote: For some reason my website (http://hire.chrisjlee.net/) does not work at all on IE 7. It refuses to read any of my javascripts while on Firefox it's totally fine.

[jQuery] Re: How to change css-style of nested elements

2007-11-17 Thread Glen Lipka
$("ul").prev("span"); Check out this page: http://docs.jquery.com/Traversing You would be surprised how easy is it to find things in a relative manner. Glen On Nov 17, 2007 7:00 AM, the_ghost <[EMAIL PROTECTED]> wrote: > > I have such html code: > > Elements Set 1 > >El

[jQuery] dimensions plugin: relativeTo not working?

2007-11-17 Thread Codex
Or am I trying to set it the wrong way? var getOffset = $(icon).offset({relativeTo: '#col-left' }); Also tried the variants: var getOffset = $(icon).offset({relativeTo: 'col-left' }); var getOffset = $(icon).offset({relativeTo: ('col-left') }); but I keep getting the same result, and that is t

[jQuery] heavy lifting

2007-11-17 Thread Rogers
We have been attempting to write a medical records system for the poor in developing countries. A most worthwhile project. The goal has been to develop a web based application to store medical records and provide patient histories to medical personnel in developing countries. The system must us

[jQuery] Re: Clear a siblings $.toggle() function

2007-11-17 Thread Chris J. Lee
thanks. Does that work for unbind('toggle'); too? On Nov 16, 6:26 pm, Wizzud <[EMAIL PROTECTED]> wrote: > unbind('click') > > On Nov 16, 2:28 am, "Chris J. Lee" <[EMAIL PROTECTED]> wrote: > > > I've tried to search for this in the discussion. but didn't know what > > to search. > > > Is there a

[jQuery] How to change css-style of nested elements

2007-11-17 Thread the_ghost
I have such html code: Elements Set 1 Element 1 Element 2 Element 3 Element 4 Element 5 Elements Set 2 Element 11 Element 22 Element 33

[jQuery] Tab that links to another page

2007-11-17 Thread owen
Is it possible to create a tab that links directly to another page? I can't load the contents of the other page because of limitations in the app, but I want to keep the link consistent with the other tabs. How canI do that? -- Owen

[jQuery] IE 7 Problems - Won't load javascript - fine in FF 2+

2007-11-17 Thread Chris J. Lee
For some reason my website (http://hire.chrisjlee.net/) does not work at all on IE 7. It refuses to read any of my javascripts while on Firefox it's totally fine. It's probably something simple that I'm not thinking about. But I've looked it over for quite a while and would like a pair of fresh e

[jQuery] Re: .css("border-color") problem in FireFox

2007-11-17 Thread Dave Methvin
> Each time this has come up, some have wondered if jQuery couldn't/shouldn't > normalize this (since browsers seem to handle it differently), but no one > has volunteered. Perhaps someone will come up with a great strategy to normalize these properties, but the ones I could think of would add co

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Geoff Millikan
Karl, I wrote a long response that I guess never got posted. Suffice it to say I bumped the margin up to like margin: -24px -12px 0 0; which looked better in IE6.0.x and FF2.x to me. Got everything else working. Thanks for the great tool and please keep up your work on it. Definitive guide

[jQuery] Re: superfish - using different animations?

2007-11-17 Thread slooodge
Hi Joel, many thanks. Everythings perfect now! Keep up the good work, Hannes p.s. I love the plugin.

[jQuery] An horizontal scroll disappear with Opera 9

2007-11-17 Thread bbp
Hi all, I've done an horizontal scroll whiwh works with FF2, IE7, Safari3 but with Opera9 the list disappear! I reaaly don't understand what's happening. This is a simplified test code mostly generated with the inspector DOM : -

[jQuery] .ajaxError

2007-11-17 Thread luke
HI, The documentation says that the $.ajaxError () is triggered when an error occurs. Is this error sam as the http - response code or is it some internal JS error ?

[jQuery] Re: jqModal Overlay not positioned correctly

2007-11-17 Thread donjuanica
As a followup: DebugBar shows the calculated style of jqmOverlay in IE7 as:
-- View this message in context: http://www.nab

[jQuery] Re: clueTip > 'rounded' theme issue with showTitle: false

2007-11-17 Thread Geoff Millikan
Karl, I changed it to margin: -24px -12px 0 0; and in IE6.0.29 SP2 it looks exactly centered top to bottom. With the same settings in FF2.0.0.9 the text looks just a tad too low in the clueTip but it's only a pixel or two too low. So I'm going to use the -24px for the top margin. I'll be sure

[jQuery] Re: Select change event on item 1 not firing

2007-11-17 Thread rayfidelity
Try $('#residentsSelect').change(function(){ document.location.href=$("#residentsSelect [EMAIL PROTECTED]").val(); return false; }); On Nov 16, 5:48 pm, II <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following http://richmondshire.riverprojex.com/page the > select boxes

[jQuery] Re: History Plugin initial state

2007-11-17 Thread dandanthesushiman
Hi Klaus Thank you very much for your help. Sorted! Klaus Hartl wrote: > On Nov 14, 9:13 pm, dandanthesushiman <[EMAIL PROTECTED]> wrote: > > Thanks for the quick reply, but my lack of knowledge means I stil > > don't get it I am trying > > > > $(function() { > > $('a.remote').re

[jQuery] Are the star system that jquery uses on it's website available to download somewhere else

2007-11-17 Thread pytrade
It seems to have several enhancements to the other plugins. If not, Can I scrape them and use them on my site? Thanks, vinj

[jQuery] Re: I need use bgIframe plugin with ClockPick puglin

2007-11-17 Thread [EMAIL PROTECTED]
Hhi Josh, I´m calling in this way: $(document).ready(function() { opts = {}; opts.starthour = 0; opts.endhour = 23; opts.military = true; opts.valuefield = "ftpHora";

[jQuery] Re: jCarousel - IE6 issue, carousel overlapping a nested nav

2007-11-17 Thread Josh V
try placing a position: relative; on the parent .

[jQuery] serializeHash() instead of serializeArray()

2007-11-17 Thread herbasher
I need some help by a jQuery internals hacker, because I don't really know how to add this particular feature that I need to jQuery: Sometimes I want to serialize a form to a Hash/Object in the form of: { key: 'val', key2: 'val2' } jQuery only gives me serializeArray(), which gives me something

[jQuery] Re: .css("border-color") problem in FireFox

2007-11-17 Thread wellmoon
Thanks for the tip Kevin, I cracked it in the end by referring to the full name of the property: var borderColor = $(this).css("border-left-color"); As borders are usaully the same color all around the element this will suffice and it works in both IE and FF Cheers On Nov 16, 6:45 pm, Kevin S

[jQuery] Re: Tablesorter + pager question/bug?

2007-11-17 Thread cjiang
Hi, I think you can solve the problem by doing the following: $('table').tablesorter({widthFixed: true}) .tablesorterPager({container: $("#pager"), positionFixed: false}); by passing the positionFixed default setting to false, the fixPosition method will be got called whenver you change the

[jQuery] Re: jRails plugin: jQuery on Rails

2007-11-17 Thread vitormv
Ive been looking for something like this for ages now, and u just brought me this amazing plugin :D thanks a lot! On Nov 16, 12:45 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Hi Nick, > > If Aaron took your design, I think it would be best to address it > directly with him as opposed to airing di

[jQuery] Accordion or jQuery broken if the accordion data is loaded dynamically

2007-11-17 Thread Mark Lacas
Trying this again to see if anyone has any clues. I have been doing some dynamic things with accordion and have found some areas that don't work. After some rather extensive debugging it appears that the problem lies in jQuery. I'm doing some very dynamics things with the content that lives in

[jQuery] jqModal Overlay not positioned correctly

2007-11-17 Thread donjuanica
I'm using Jquery 1.2.1 and the latest version of jqModal. For some reason the jqmOverlay is not positioned absolute-ly and pushes down content when viewed in IE7. Works fine in FF (of course). Here is the relevant goodness: --JS-- $(document).ready(function(){ $('#quicktip').jqm({overl

[jQuery] Re: .css("border-color") problem in FireFox

2007-11-17 Thread Richard D. Worth
Also known as a shorthand css property. See these threads for more info: element.css("background") returns undefined http://groups.google.com/group/jquery-en/browse_thread/thread/b1c863aa49ba185b .css("border-color") returning undefined http://groups.google.com/group/jquery-en/browse_thread/threa

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-11-17 Thread Leandro Vieira Pinho
Released the 0.4 version of jQuery lightBox plugin. Now we have a cutomizable keyboard support. Take a look here and see the news. http://leandrovieira.com/projects/jquery/lightbox/ Regards On Oct 24, 7:47 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > truly awesome stuff. > > However Lokesh