[jQuery] Re: Best (lightest) Accordian Menu PlugIn

2007-08-01 Thread Jack Killpatrick
I discovered this one the other day and have used it for a project and it worked very nicely. Very small js file, snappy, has seemed solid so far (about a week of using it): http://www.robustness.org/dev/jquery/slider/slider-jquery.html I've looked and tried a number of others, but all seeme

[jQuery] OT: js file obfuscation

2007-07-27 Thread Jack Killpatrick
Hi All, Any recommendations for a (preferably free/opensource) js obfuscator that you've used and liked? I'm looking for something to take what packer does to the next step: at minimum, obscure methods names, but preferably scramble the dickens out of the file to reduce the likelihood of rev

[jQuery] Re: Listing methods of an object

2007-07-18 Thread Jack Killpatrick
Something like this? http://www.netgrow.com.au/files/javascript_dump.cfm - Jack Robert James wrote: Is there a way to list all the methods that a particular JavaScript object has? Or is there a tool that can do this?

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Jack Killpatrick
This looks really nice. Some feedback: 1. I expect the contents to open to the right of it's "header", not to the left. Is that configurable? And if not, it'd be nice if you can make it so (when you make it a plugin). 2. when clicking the header for an item that's already open, I don't see w

[jQuery] jqModal and Enter key

2007-07-16 Thread Jack Killpatrick
Pulling some hair out over a situation here, wondering if anyone can shed some light I have a page, with a thickbox on it, which loads a page in it (via thickbox ajax stuff), which has a link on it that opens a jqModal. In the jqModal I have a password textbox and two buttons: btnOK and

[jQuery] Interface abandoned?

2007-07-13 Thread Jack Killpatrick
Hi All, I need to make a decision on whether to use the Interface plugin or not for a new project. I think I remember a post from the author a few months ago saying that a 2.0 version was on the horizon, along with a video file of an app built using it (which was pretty rockin), but since th

[jQuery] Re: using JSON... and the jQuery book

2007-07-12 Thread Jack Killpatrick
This might be of interest to you, too: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates It will get you around having to do stuff like: $.each(entry['model'], function(modIndex, mod){ result += ''+ mod + '<\/li>'; }); I use it all the time for merging json data into

[jQuery] Re: making ajax calls in jqmodal window. Possible?

2007-07-10 Thread Jack Killpatrick
e in the site, so I want it to be contained in the code for the modal that is opened. - Jack Jack Killpatrick wrote: Hi All, Anyone know if it's possible to make ajax calls from inside a jqModal popup window that was loaded via ajax? I have code like this: $(document).ready

[jQuery] making ajax calls in jqmodal window. Possible?

2007-07-10 Thread Jack Killpatrick
Hi All, Anyone know if it's possible to make ajax calls from inside a jqModal popup window that was loaded via ajax? I have code like this: $(document).ready( function() { $('#userSwitcher').hide(); $('#userSwitcher').jqm({ trigger:'a.jqmTrigger',

[jQuery] jdMenu : top level items with no link

2007-07-03 Thread Jack Killpatrick
I'm using the jdMenu plugin (rev 1.3.beta2). I've got some top level menu items that have something like this in them: Menu Item Using firebug, I've confirmed that href="". I was hoping those would not get the click event, but they do: when clicked, the page just reloads itself, regardless

[jQuery] Re: blockUI error

2007-07-01 Thread Jack Killpatrick
Thanks Mike, that fixed the problem for me. - Jack Mike Alsup wrote: Thanks for catching and reporting that one, Jack. It's fixed now and v1.24 is available at: http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js Mike On 6/28/07, Jack Killpatrick &l

[jQuery] blockUI error

2007-06-28 Thread Jack Killpatrick
Anyone know what might cause this error, using latest (1.1.1) blockUI plugin in Firefox 2.x? From Firebug: $.blockUI.impl.pageBlockEls has no properties http://localhost/franklee/js/jquery.blockUI.js?v=1.1.1 Line 320 My code is super simple, based on demo here: http://malsup.com/jquery/block/#

[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 spee

[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 rea

[jQuery] Re: New Plugin Repository

2007-06-20 Thread Jack Killpatrick
Finally getting around to offering up my 2c. First of all, thanks to everyone involved in putting this up. Plugins rock, and there are some really good ones that I use regularly. Some thoughts: 1. one of the things I liked about the list on the wiki was that I could just use the browser's "f

[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 ba

[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 in

[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 There'

[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* <[EM

[jQuery] interface demo kills IE6?

2007-06-01 Thread Jack Killpatrick
Is it just me (and a friend of mine who tried it, too) or does this page kill IE6: http://interface.eyecon.ro/demos ? I've used Interface for lots of stuff that worked in IE6, but wanted to point a client at a full set of examplesand they use IE6and whops! - Jack

[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 o

[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
Oh yeah, and of course include the path to jquery.AjaxCFC.js in your HTML: <tt>src="../js/ajaxCFC/jquery.AjaxCFC.js"> - 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. create

[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: setAllowedVerbs('POST'); setCheckHTTPReferer(true); do some CF stuff For the cfreturn, you can

[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 snipp

[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: http://glish.com/

[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] 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 the

[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 a

[jQuery] Re: CFJS plugin

2007-05-01 Thread Jack Killpatrick
d function, _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 Deci

[jQuery] Re: CFJS plugin

2007-05-01 Thread Jack Killpatrick
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 in a number like 123..45 If those aren't bugs, or you need repro code, let me know. Thx, Jack Christopher Jordan wrote: Yeah, 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 how

[jQuery] stay at top div

2007-04-29 Thread Jack Killpatrick
I'm looking for a way to get a div to stay at the top of a page when the user scrolls the page, preferably with no flickering (of the div)...and it has to work in IE6/7. It's possible that it can be done without js/jquery, but am fishing. the ones I've found so far that were pure css didn

<    1   2   3   4