[jQuery] jquick speed

2007-06-21 Thread Jack Killpatrick
Earlier today I converted some string concat js stuff (for creating HTML) to use the jquick plugin instead: http://jquick.sullof.com/jquick/ Things now seem noticably slower, but I also changed a bunch of other stuff in the code I'm working on. I haven't dug in deeper to see where the

[jQuery] Re: ANNOUCE: idTabs plugin released!

2007-06-20 Thread Jack Killpatrick
Sean, This looks ideal for something I'm working on...with one potential exception... on the Klaus tab on the idTabs page, you say However, the /Tabs/ plugin can do many things like ajax history that /idTabs/ can not.. Do you only mean that it's (history) not built-in, or that there's a

[jQuery] Re: jquery vertical tabs?

2007-06-15 Thread Jack Killpatrick
Hmm, c'mon...pony up! No such critter exists? I'm guessing it's a matter of modding the CSS, but maybe someone has tackled it (or tried) already? - Jack Jack Killpatrick wrote: Hi All, I need to create vertical tabs for a UI. I've done some poking around and based on comments here

[jQuery] jquery vertical tabs?

2007-06-14 Thread Jack Killpatrick
Hi All, I need to create vertical tabs for a UI. I've done some poking around and based on comments here it looks like there's a way to do it: http://stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/ OK, so I’ve got a vertical set of tabs up and running and the

[jQuery] Re: javascript templates

2007-06-07 Thread Jack Killpatrick
(I just noticed that Karl Rudd also gave a link to this, so here's my 2c)... It's not jquery-based, but I've used it for some beefy financial reporting templates and it performed really well and provided a lot of flexibility: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates

[jQuery] looking for link to lightbox/accordion-like site

2007-06-01 Thread Jack Killpatrick
I'm looking for a link to a site that was mentioned here a month or so agoit had a modified lightbox and had gallery thumbnails inside an accordion-like layout, with text content that I think was about the history of something (a place, a museum, ???). The user would read the first pane

[jQuery] Re: looking for link to lightbox/accordion-like site

2007-06-01 Thread Jack Killpatrick
Yup, checked there, couldn't find it (if it was there). - Jack Benjamin Sterling wrote: Jack, did you take a look at the http://docs.jquery.com/Sites_Using_jQuery link? I don't recall the site you are referring to, but it may be on that list. On 6/1/07, *Jack Killpatrick* [EMAIL PROTECTED

[jQuery] menuing recommendation?

2007-05-29 Thread Jack Killpatrick
Hi All, I'm looking for a jquery based menuing plugin ala: http://jdsharp.us/jQuery/plugins/jdMenu/ It has to be able to do the following: 1. allow on/off images for top level menu items: either background images or both foreground and background images (for typeset foregrounds) 2. have a

[jQuery] Re: ColdFusion, ajax, post, jquery and whitespace

2007-05-25 Thread Jack Killpatrick
You might want to consider using ajaxCFC and returning json data. You won't have to be concerned about white space, and it could come in handy for a lot of other things: http://www.robgonda.com/blog/projects/ajaxcfc/ It's very easy to setup/use and uses jquery. I can supply a few code

[jQuery] Re: ColdFusion, ajax, post, jquery and whitespace

2007-05-25 Thread Jack Killpatrick
Hi Gareth, Here are the basics: 1. add ajaxCFC to your CF project (or somewhere that it can get to). 2. create a CFC that extends AJAXCFC.ajax: cfcomponent extends=AJAXCFC.ajax !--- security stuff --- cfscript setAllowedVerbs('POST'); setCheckHTTPReferer(true);

[jQuery] Re: ColdFusion, ajax, post, jquery and whitespace

2007-05-25 Thread Jack Killpatrick
Oh yeah, and of course include the path to jquery.AjaxCFC.js in your HTML: script type=text/javascript src=../js/ajaxCFC/jquery.AjaxCFC.js/script - Jack Jack Killpatrick wrote: Hi Gareth, Here are the basics: 1. add ajaxCFC to your CF project (or somewhere that it can get to). 2

[jQuery] Re: OT: Weird IE display issue

2007-05-18 Thread Jack Killpatrick
I suspect it's because IE is adjusting the width based on viewport size and because the #content div has a fixed width that's larger, it's padding for viewport margin). Or maybe you already knew that. ;-) Can you use a resizable #content div? Some stuff here might help:

[jQuery] image resizing

2007-05-05 Thread Jack Killpatrick
Hi All, Anyone know if there's a jquery plugin that will do something like this? If not, anyone working on one? http://www.agilepartners.com/blog/2005/12/07/iphoto-image-resizing-using-javascript/ TIA, Jack

[jQuery] Re: CFJS plugin

2007-05-02 Thread Jack Killpatrick
, _CommaForThousands(), before. I hope I've got everything right this time. I think I do. ;o) Cheers, Chris Jack Killpatrick wrote: While you're at it (fixing bugs), I think I found some more (in latest release): DollarFormat resulted in a number like this: $,201,445.05 DecimalFormat results

[jQuery] Re: jQuery Examples pack

2007-05-02 Thread Jack Killpatrick
Kevin, these are really nice, thanks for sharing them. Is the jqtabcontrol.js based on any other plugins/libraries/yadda...? That's the first that I've seen the more tabs handling in a jquery-based tab library, very nice. Thx, Jack Kevin Scholl wrote: I have a number of such examples

[jQuery] unblockUI after content gets rendered?

2007-05-02 Thread Jack Killpatrick
Hi, I'm working on a financial reporting system. In it individual reports are generated on demand via an ajax call that fetches the data as json data, then uses TrimPath Templates ( http://www.trimpath.com/project/wiki/JavaScriptTemplates ) to render the json data out as a table, which I

[jQuery] resizing table to fit viewport

2007-05-01 Thread Jack Killpatrick
I have a table placed at the bottom right corner of a page layout, inside a div. I would like to have the right and bottom edges of the div/table bump right up against the right/bottom part of the viewport and resize dynamically when the user resizes the browser/viewportsomething like

<    1   2   3   4