[jQuery] I need WordFilter functionality, but cumulative

2009-04-29 Thread Su
Hi, all. I've got a bit of a problem I hope is small(ish?) that I was hoping to get a hand with. I've got a layout I need to build where a user will initially be presented with a list of options that they'll then be able to whittle down by using tag-like terms. To accomplish that, I found the Wor

[jQuery] Multiple jcarousellite's, one document

2008-11-17 Thread Su
I have the feeling I'm missing something silly, but it should be possible to have multiple carousels in a single page with this plugin, right? I'm encountering a problem where some of the carousels are doubling up images or the loading goes kind of weird(eg, only one chunk shows until one of the sc

[jQuery] jQ implementation of CSS3 text-align-last property?

2008-05-02 Thread Su
So, I got it in my head that I wanted to use this effect today, which is, of course, not supported by any browser. I was curious if anyone's mashed together a scripted implementation. Spec details here: http://www.w3.org/TR/2001/WD-css3-text-20010517/#last-line-alignment-prop or at css3.com: http:

[jQuery] Re: keeping header at the top of page

2008-01-25 Thread Su
On Jan 24, 2008 10:30 PM, robing <[EMAIL PROTECTED]> wrote: > i have been asked to build a template that has a block that > contains a header image and nav that needs to stay visible at the top > of the screen even when the user scrolls down the page. > i know this can be done in frames but i wou

[jQuery] Re: Announce: jQuery Expander Plugin

2008-01-14 Thread Su
On Jan 14, 2008 7:58 AM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > How about making it easy to use an expand/collapse icon in place of > > the text? > > Good idea. I'll examine how to do that as elegantly as possible. > This was my one request, but I hadn't had a chance to try and figure out w

[jQuery] Re: Which plug-in resizes photos to max-size according to browser window?

2008-01-09 Thread Su
On Jan 9, 2008 1:06 PM, Liam Byrne <[EMAIL PROTECTED]> wrote: > If you rely on a totally JavaScript solution, you'll run into problems > with the images looking blocky. Seconded. I had to build something like this for a client, but the blockiness wasn't at issue(they kinda liked it, actually) be

[jQuery] Re: jQuery LightBox issue in IE7

2007-12-21 Thread Su
On Dec 21, 2007 12:13 AM, Rey Bango <[EMAIL PROTECTED]> wrote: > So there must be something off with my code. Any help would be greatly > appreciated. Following from that, the first thing I'd do is just put back the original styling from his example page to see what happens. In case you hadn't t

[jQuery] Re: errors using carousel lite plugin

2007-09-28 Thread Su
jCarouselLite doesn't seem to like only having two elements to swap. I know it's kind of a silly situation for a carousel to have in the first place, so this is just FYI in case anyone happens to find themselves running into this. It's just the way things were for me at the moment. I'm creating an

[jQuery] Question on using jQuery with other libs

2007-09-25 Thread Su
Is there still the requirement that jQuery be loaded /after/ the other lib(s)? The wiki page on this[1] doesn't explicitly say so, but I do (now) remember it being an important point in an earlier version of those docs when it was on the main site. I just spent a good bit of Angry Time with some sc

[jQuery] Re: jQuery camp: any closer to a location decision?

2007-09-15 Thread Su
Good enough! Thanks. On 9/15/07, John Resig <[EMAIL PROTECTED]> wrote: > > > It's very likely that this will be taking place at Harvard University, > thus, it'll be on any number of bus and subway lines, making for easy > transportation. > > --John > &g

[jQuery] jQuery camp: any closer to a location decision?

2007-09-15 Thread Su
Or at any rate, something a little narrower than two possible cities? *grin* I want to try and get myself to this, but need to do figure out logistics a bit as a car rental is probably out of the question.

[jQuery] Re: Unavoidable Duplicate DOM IDs?

2007-09-07 Thread Su
On 9/7/07, Collin Allen <[EMAIL PROTECTED]> wrote: > > working on this project with some PHP engineers at work, and they're > completely OK with using multiple DOM IDs on a page simply because "it > works" already, and they can access the IDs by being more specific There's a subtle difference bet

[jQuery] Re: jCarousel w/ larger image sizes

2007-09-06 Thread Su
It'd help if you said what you tried and failed with. Are you modifying the Javascript, or the stylesheet? On 9/6/07, JGiotta <[EMAIL PROTECTED]> wrote: > > > I'm trying to manipulate jCarousel in order to support slightly larger > image dimensions, but the item widths continue to be 77px. > > Any

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread Su
On 8/24/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > > > I notice the file size has crept up to 21kb from 19kb for 1.1.2. > And...?

[jQuery] Re: [Announce] jQuery Reference Guide available for pre-order

2007-07-24 Thread Su
Is there to be a PDF version of this? There's no mention on the page at all, which is odd. I'd like the information itself, but I'm not sure this type of book is the kind of thing I'd want eating up shelfspace(I have too many books as it is *grin*).

[jQuery] Re: UPDATED: jQuery moreSelectors plugin adds :color() :colIndex() :hover and more

2007-07-24 Thread Su
On 7/24/07, George Adamson <[EMAIL PROTECTED]> wrote: "DIV:color(red)" to match DIVs with red text. Also matches #rrggbb and rgb(r,g,b). This is weird. (and really cool *grin)

[jQuery] Re: Cookies with JQuery?

2007-07-20 Thread Su
http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ On 7/20/07, Danjojo <[EMAIL PROTECTED]> wrote: Am I able to set client-side cookies with JQuery? That would be REALLY great!! I could store the Language state in this cookie. $(function() { $("#languages").bind('change', fu

[jQuery] Re: Resizable textarea

2007-07-18 Thread Su
On 7/17/07, Mark <[EMAIL PROTECTED]> wrote: Does anyone could combine a textarea with a Drag and Resize plugin to create a Resizable Textarea. (A feature like this is available in TinyMCE). Did you look at the Resizables demo? http://interface.eyecon.ro/demos

[jQuery] Re: "Really" removing items from the DOM

2007-07-09 Thread Su
On 7/9/07, Stephan Beal <[EMAIL PROTECTED]> wrote: How do i permanently remove items from the DOM *and* jQuery object? i am aware of jQuery(..).remove(), but the docs for remove() say: Assuming there is one(I'm fairly low-level with JS) have you tried just using the regular Javascript process

[jQuery] Re: jQuery and IE7?

2007-06-28 Thread Su
This would be a lot easier to check on if we could see the actual document you're using. On 6/28/07, Nick <[EMAIL PROTECTED]> wrote: Sorry if this query has appeared twice but it doesn't seem to be making it up onto the list. My problem is: Implementing a new website and would like to use Th

[jQuery] Re: Are there any Wordpress themes using jquery?

2007-06-27 Thread Su
Aquatic Adventures[1]: http://tomk32.de/2007/04/03/wordpress-theme-aquatic-adventures/ Scanning the post, he says that it uses jQuery "as usual," so I presume he's done others with it. [1] http://www.google.com/search?q=wordpress+theme+jquery On 6/27/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Su
On 6/26/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote: On 6/26/07, Su <[EMAIL PROTECTED]> wrote: > > swfIR? > http://www.swfir.com/ > swfIR, IIRC, is geared towards text, though. The only way I know of to do image rotation in JavaScript is with That's sIFR: http:

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Su
swfIR? http://www.swfir.com/ Not jQuery at all, but if you're asking for one effect, you're probably going to end up looking for others, so... On 6/26/07, cfdvlpr <[EMAIL PROTECTED]> wrote: Is there any plugin that will rotate an image 90 degrees? Something tells me this is difficult if not

[jQuery] Re: toggle min/max effect

2007-06-26 Thread Su
On 6/26/07, Su <[EMAIL PROTECTED]> wrote: On 6/26/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Also, what is the reason for > /*

[jQuery] Re: toggle min/max effect

2007-06-26 Thread Su
On 6/26/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Also, what is the reason for /*

[jQuery] Re: resize columns!

2007-06-25 Thread Su
On 6/25/07, Simpel <[EMAIL PROTECTED]> wrote: What I'm after is a way of changing the width of the columns by dragging some kind of slider, the height of the columns is more or less irrelevant... I'm assuming you mean something like the Splitter plugin?: http://methvin.com/jquery/splitter/ "

[jQuery] Re: Triggering thickbox from a select dropdown

2007-06-23 Thread Su
I think all you'd need to do is launch tb_show and pass it the appropriate parameters(just view the TB source for this). I'm just not sure what event you would use on the dropdown. onchange, maybe? On 6/23/07, Andy Matthews <[EMAIL PROTECTED]> wrote: I'd like to trigger thickbox from a select

[jQuery] Re: ANNOUNCE: zoomi plugin!

2007-06-23 Thread Su
This is neat. On 6/23/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: The feature I'm wondering about, is if the zoom2 image should inherit the classes of the original image. (If what I'm saying makes no sense, go view the source code of the zoomi page above) Would it be a pain to make it opti

[jQuery] Re: Attn. developers. Speed of getElementById

2007-06-22 Thread Su
Weird. It'd provide an interesting guideline if there's an id-length threshold where that slowdown kicks in. On 6/22/07, John Resig <[EMAIL PROTECTED]> wrote: Dimitii - Those results are really interesting - you should post them to the jQuery Dev list (where we discuss issues like selector spe

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Su
it with FF & IE7.0 so I am assuming it is not the lastest version, still is a biggy version. Logan Cai From http://www.phpletter.com Michael Price-10 wrote: > > > Su wrote: >> When you go 24hours without reposting this question, I'll go digging >> through the archive

[jQuery] Re: superfish variable width

2007-06-21 Thread Su
If I recall correctly, suckerfish menus assume each of the items is going to be the same width. I've gotten around this by first styling a base width that they'd all get, and then basically listing a *lot* of very specific selectors(via IDs on each top-level item) in the stylesheet to override as

[jQuery] Re: Could anyone send me a copy of Catfish Advert Plugin 1.3.

2007-06-21 Thread Su
When you go 24hours without reposting this question, I'll go digging through the archive I'm pretty sure has a copy of it. Deal? On 6/21/07, Logan Cai <[EMAIL PROTECTED] > wrote: help.! Logan Cai wrote: > > Could anyone send me a copy of Catfish A

[jQuery] Re: jquery css not working in IE6

2007-06-19 Thread Su
I'm confused. You've loaded the jQuery script in the head of the document, but you're not actually /doing/ anything with it. It looks as if you're trying to use it like Dean Edwards' IE7, which automatically fixes a bunch of IE behavior. That's not the case with jQuery. On 6/19/07, [EMAIL PROTECT

[jQuery] Figures: Small change breaks table case

2007-06-15 Thread Su
After seeing about the load() event yesterday, I made an edit to my figures plugin to have it work even if the image doesn't specify a width, and it's caused a problem that doesn't make any obvious sense to me. Here's the previous version: http://pioindustries.com/projects/jquery/figures-table-wo

[jQuery] Re: CNN and Apple Choose Prototype. Why?

2007-06-14 Thread Su
On 6/14/07, AJ <[EMAIL PROTECTED]> wrote: In both cases, Apple and CNN have gone with Prototype and Scriptaculous. I should say up front I'm a big fan of jQuery and Interface, but I'm wondering why two big sites like this would adopt Prototype when other high-profile sites like Technorati have a

[jQuery] Re: how do i wait for the images to be fully downloaded?

2007-06-14 Thread Su
Ooh. So, this would let jQuery get the width of an image, even if that image doesn't have an /explicit/ width attribute set? Sorry if I'm being dense, but I wasn't quite following the question above, and this would solve a problem I'm having with my figures plugin. On 6/14/07, Erik Beeson <[EMAIL

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Su
On 6/12/07, Glen Lipka <[EMAIL PROTECTED]> wrote: This topic comes up every time a speed test emerges. To me, speed is totally irrelevant in most circumstances that I use jQuery. It does, and it is. That was why I tried to open the consideration out a bit further to the eventuality of someth

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Su
On 6/12/07, Rey Bango <[EMAIL PROTECTED]> wrote:- We can increase selector speeds at the expense of file size How about looking at this specifically a little closer? It's already been pointed out that jQuery could get a lot bigger and /still/ remain the smallest library. So, the question is why 2

[jQuery] Re: The CSS behind overlays

2007-06-09 Thread Su
Looking at the dimScreen plugin would probably be more focused. On 6/9/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: i suggest you take a look at the css file included with thickbox :

[jQuery] Re: thickbox moves underlying div in ie

2007-06-08 Thread Su
It's not the div shifting. It's that Thickbox 3 removes the scrollbars in IE when launched. I can't remember /why/ right this moment. I suppose you could find the bit in the script that does that and remove it, but I'd suggest finding out the reason first so you can determine whether the results o

[jQuery] Re: Jquery wizard plugin?

2007-06-04 Thread Su
Link? On 6/4/07, sublimenal <[EMAIL PROTECTED]> wrote: Hey just wondering if theres a plugin similar to dojo's wizard plugin?

[jQuery] Re: ImageBox by Matthieu Paineau

2007-06-02 Thread Su
On 6/2/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Does it do that thing with the line down the middle in FF on Mac? I don't know if it ever got implemented, but I posted the solution to this in the prior thread. (I'm on a limited paid hotel connection at the moment or I'd spend more time diggi

[jQuery] Re: RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Su
On 5/28/07, Michael Geary <[EMAIL PROTECTED]> wrote: 1) Get in the habit of using "var" on all your variable assignments, so you don't create global variables accidentally. On the list. I was at one point working with two copies of this(long story), and it was done on what is obviously the ot

[jQuery] RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Su
'lo, all. My interests often fall into the range of enabling more "traditional"(to print) structures/conventions and typography on the web, so that's where my first shot at a plugin went. It's not particularly impressive in any programming sense, but I'm fond of it. See here: http://pioindustries

[jQuery] Re: disable tooltip plugin upon thickbox call and enable when thickbox is closed

2007-05-26 Thread Su
Be more specific? I don't see this in my copies of IE6 or Fx2. On 5/26/07, Tom Shafer <[EMAIL PROTECTED]> wrote: I have a page where you select a state and the tooltip plugin displays the states name. When you click on it thickbox appears with a list of states. Now when you hover around thickb

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Su
Klaus, I can't follow everything in your explanation below, but it sounds a lot more complicated than something I just noticed. Rodrigo's TB declaration reads: $('div.slot a').thickbox(); ...and that applies exactly to the original link in the actual HTML. Also, if I make a copy of the original d

[jQuery] Re: Thickbox Reloaded strange problem

2007-05-25 Thread Su
And of course, now I can't seem to duplicate this. IGNORE On 5/25/07, Su <[EMAIL PROTECTED]> wrote: Klaus, I can't follow everything in your explanation below, but it sounds a lot more complicated than something I just noticed. Rodrigo's TB declaration reads: $(&

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: name) heavily there already, and whats in SVN now is stable (could call it beta). Oh, yay. I've been holding off on something that would use TB until Reloaded settled so I could decide on a flavor.

[jQuery] Re: thickbox reloaded?

2007-05-15 Thread Su
On 5/15/07, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote: hello, I know thickbox 3 is out. What of the parallel branch "thickbox reladed" ? Is it still on? From Klaus in the Thickbox 3 announcement thread: Sam Collett wrote: > Will this effect the development of thickbox reloaded (ht

[jQuery] Re: Thickbox fade in / out...is this possible?

2007-05-15 Thread Su
A while back, I posted how to add the slideDown effect here: http://codylindley.com/thickboxforum/comments.php?DiscussionID=76 As stated in-thread, things have probably moved, but that should give you an idea where you likely need to start and what to do. On 5/15/07, Andy Matthews <[EMAIL PROTEC

[jQuery] Re: Wrapping text in several columns

2007-05-14 Thread Su
I would love to see this myself. I've used the cssscripting.com version on a site already, but I'm not looking forward to the day its IE7 readership gets high enough to matter. It's totally broken in that browser, and they haven't touched the code in ages, so I'm guessing it's been abandoned. On

[jQuery] Re: jquery.com - hacked?

2007-05-06 Thread Su
For those who read John's pasting below and didn't actually go to the page, please note there's also a donation form, for helping cover the cost of the new server. On 5/6/07, John Resig <[EMAIL PROTECTED]> wrote: I've updated the main page of the jQuery site with a description of what's going

[jQuery] Re: Node

2007-05-05 Thread Su
On 5/5/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Unfortunately it seems that id is invalid as well: > http://www.w3.org/TR/html401/struct/global.html#h-7.3 > > > -- Klaus > So I am back to where I started. Shouldn't put anything on the HTML tag and there is no AND operation in CSS. Seems like

[jQuery] Re: Node

2007-05-04 Thread Su
On 5/4/07, Glen Lipka <[EMAIL PROTECTED]> wrote: div.foo.bar {} works perfectly in IE6, IE7, and FF. Holy Cow! Basic regular CSS. How did I not know this? How have I gone so long and not known this? This is HUGE. I have spent so many hours working around this problem. My god. I am doofus!

[jQuery] Re: Node

2007-05-04 Thread Su
On 5/4/07, Glen Lipka <[EMAIL PROTECTED]> wrote: One question. Two answers here: It is Valid and it is NOT valid. Which is the truth? It seems unorthadox to put an ID on an HTML tag, but I don't see why it should be avoided if needed. (in rare circumstances) Not sure if you meant me. I don

[jQuery] Re: Node

2007-05-03 Thread Su
On 5/3/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Can jQuery access the node and add a class to it? Is this invalid XHTML? Class is invalid on the HTML element, but you /can/ assign an ID. Given that there should never be more than one HTML element in a doc, this is less a restriction than jus

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-26 Thread Su
On 4/25/07, Rey Bango <[EMAIL PROTECTED]> wrote: Yep, I see the flash as well. Not sure what to make of it. Rey... Su wrote: > This is really gorgeous, Rey. > > Is anybody else seeing a flash upon loading a new image in Firefox 2? > I'd thought it was consistent, but it

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Su
feedback. (BTW: Focus rules should come after hover. I can't remember the reasoning for it, and barely understood it then. It's just one of those things.) On 4/25/07, Rey Bango <[EMAIL PROTECTED]> wrote: Thanks for the feedback Su. I'm wondering how this versi

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Su
This is really gorgeous, Rey. Is anybody else seeing a flash upon loading a new image in Firefox 2? I'd thought it was consistent, but it's not, so now I'm just confused. So far, I can only see that it never happens on loading the first image in a set, only when switching, just not every time.

[jQuery] Re: ANNOUNCE: Another LightBox Option - Interface ImageBox

2007-04-25 Thread Su
The outline behavior being cancelled out here is in place for accessibility purposes. When someone with limited mobility(for example) tabs through the links on a page, it's not technically a "hover" but focus on the link, which is what's being triggered here. If you remove the outline, you should

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Su
This looks great, Kelvin. The only thing I'm curious about is the almost complete lack of consideration for time with almost every single picker I've ever seen. I have a need for one, for example, where the input consists of not just date, but the /time/ of an event, output on a 24hour clock. And