[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

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

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

[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: a href=Menu Item/a 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,

[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] 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 += 'li'+ mod + '\/li'; }); I use it all the time for merging json data

[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

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

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

[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

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

2007-08-02 Thread Jack Killpatrick
/ simple as possible. On Aug 1, 3:29 pm, Jack Killpatrick [EMAIL PROTECTED] wrote: 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

[jQuery] select .change event not firing on up/down arrow press

2007-08-03 Thread Jack Killpatrick
Hi, wondering if anyone knows why this might be happening: I've attached a .change event to a set of select boxes: $('#ml_cartItems [EMAIL PROTECTED]').change(function() { var productID = this.id.split('_')[1]; MLStore.changeItemQty( productID, $(this).val() ); }); The change

[jQuery] Re: select .change event not firing on up/down arrow press

2007-08-03 Thread Jack Killpatrick
Ah, yes, I see that now. Works for me ;-) thx for pointing that out! Dan G. Switzer, II wrote: When the user has changed the value with the keyboard, it will fire the change event when it loses focus. (I think that's right..) Correct. The browsers won't fire the onchange event on a

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
/22/07, * Jack Killpatrick* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Right, I know about the no-conflict mode. My issue is the opposite: I don't want to touch any existing js files to use jquery in no-conflict modeand haven't had any luck via mootools

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
I want to do this and have evaluated and tried a few plain-js and jquery based solutions: http://digitarald.de/playground/uplooad.html required abilities: 1. select multiple files at once via browse dialog 2. list all selected files separately 3. remove any selected file before uploading and

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
knew how to get around the mootools issue, just never worked with it before. On 8/22/07, *Jack Killpatrick* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I want to do this and have evaluated and tried a few plain-js and jquery based solutions: http

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
(FF 2 and IE 6/7 are my targets) with latest rev of Flash and b) doesn't have any funky caching issues (like not showing up on the page). - Jack Jack Killpatrick wrote: That's close (no visible way to clear the full list of uploaded items for a re-select), though I haven't tried that page

[jQuery] Re: co-existing with mootools: help

2007-08-22 Thread Jack Killpatrick
/jquery-ui If you need something immediately and this doesn't work for you, unfortunately I don't have an immediate solution for you. Rey.. Jack Killpatrick wrote: Answered my own question about whether Flash is involved, FWIW: * uiUpload: unobtrusive file uploads using Flash and jQuery

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Jack Killpatrick
Jörn, happy to have this, thx! Question: is it possible to set the height of individual accordion panels? Perhaps that goes against the grain of an accordion's bottom edge staying in place, but in my use case it would be ok if the bottom moved up and down as the user moved through the panels.

[jQuery] Any plugins like googiespell?

2007-08-27 Thread Jack Killpatrick
Hi All, Anyone know if there's a jquery plugin along the lines of: http://orangoo.com/labs/GoogieSpell/ ? TIA, Jack

[jQuery] Re: Is there checkbox/radio image plugin?

2007-08-31 Thread Jack Killpatrick
Maybe this? http://dev.jquery.com/~gilles/cssHover/?checkbox3=c3checkbox8=c8checkbox11=c11radiogrp=r3button3=text1=Some+default+value - Jack Sergei wrote: Hello, Is there any checkbox/radio image replacement plugin for jQuery? Like on this page: http://mootools.net/download Thank you.

[jQuery] unable to attach events when blockui is active

2007-09-12 Thread Jack Killpatrick
Hi All, I'd like to use the blockUI plugin to block a div while performing an ajax call. In the call, the div that's being blocked gets reloaded. Then, before I call unblock, I reattach event handlers (click handlers, etc) to the controls in the newly loaded div. Well, I try to, at least.

[jQuery] jquery tablefilter grouping, sums?

2007-09-16 Thread Jack Killpatrick
Hi All, Anyone know if the tableFilter plugin ( http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm ) can do sums? There are two things that I need for an app: 1. summing (specific) cols in the last row or footer of the table: Category | Number

[jQuery] Re: Falling at the first hurdle

2007-09-17 Thread Jack Killpatrick
Jay, Something in here might help you: http://aspnetresources.com/blog/code_blocks_inside_master_pages_cause_trouble.aspx It's about css paths, but the same applied to setting js paths in your masterpages. - Jack Jay wrote: Thanks, you are right. The runat server attribute meant the

[jQuery] Re: JSPacker for .NET

2007-09-18 Thread Jack Killpatrick
Hi Jeffrey, I'd like a copy, too. I emailed you direct (off group), but maybe you didn't get it. Thx much, Jack Jeffrey Kretz wrote: I've ironed out the bug I found, and sent the source files/binaries to Sam and Keith. Soon I should have these files hosted properly. If anyone else would

[jQuery] Re: BlockUI question

2007-09-21 Thread Jack Killpatrick
() { myCacheVar = null; }); Mike On 9/20/07, *Jack Killpatrick* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Mike, Would you mind elaborating on this ? Well, not exactly, but it does put the onus on you as the user to clean up your cache before page unload. What should I

[jQuery] Re: How to add/remove dynamic blocks of html

2007-09-29 Thread Jack Killpatrick
FWIW, I used FlyDOM and some like it and gave up on them, because: 1. syntax debugging made me cranky, compared to just writing HTML 2. it was noticably slower for more than just some small usages 3. I discovered this: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates With those

[jQuery] Re: IE won't load jQuery

2007-09-29 Thread Jack Killpatrick
Maybe try these things (and see a post I made a little while ago on another thread where I listed some IE debugging tools)... 1. replace the contents of the jquery file with just an alert('hi'), to ensure that the file is loading. 2. add a query string after the .js, so:

[jQuery] Re: IE 6 issues with ajax call

2007-09-29 Thread Jack Killpatrick
These might be of interest for debugging in IE: http://www.fiddlertool.com/fiddler/ http://www.getfirebug.com/lite.html http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038displaylang=en Also, in IE, set these: tools internet options advanced: -

[jQuery] Re: Pulling in a specific #div with jqModal

2007-10-01 Thread Jack Killpatrick
I haven't used it yet, but if I've read things correctly, you can use a selector in a native jquery .load() call, which would get the div from the file on the server. See here: http://docs.jquery.com/Ajax/load#urldatacallback example snippet: $(#links).load(/Main_Page #p-Getting-Started

[jQuery] jquery + adobe air: getting started?

2007-10-02 Thread Jack Killpatrick
Hi All, Anyone know of some blog entries, tutorials, etc (other than the general stuff at Adobe Labs) that might help me get started migrating a jquery-based HTML app to the Adobe AIR runtime? I'm looking for jquery-specific tips, examples, etc. My app does a lot of ajax calls that send

[jQuery] Re: Why doesn't work in IE ?

2007-10-02 Thread Jack Killpatrick
try: $([EMAIL PROTECTED]).val(state); - Jack Owca wrote: This line crashes all my jQuery scripts in IE only: $([EMAIL PROTECTED]).var = state; Part of my code: var state = $([EMAIL PROTECTED]:checked).val(); $([EMAIL PROTECTED]).var = state; I want to set value of hidden input named

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Jack Killpatrick
sends you something offlist, please post it back here. I'm also VERY interested in learning this type of development. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack Killpatrick Sent: Tuesday, October 02, 2007 11:13 AM To: jquery-en

[jQuery] Re: jquery + adobe air: getting started?

2007-10-02 Thread Jack Killpatrick
. There's a post on Ajaxian that give some good links as well: http://ajaxian.com/archives/ext-20-scrolling-tabs-anchor-layout-the-web-desktop-and-more I also have contacts on the AIR team at Adobe so if you have specific AIR questions, let me know. Rey... Jack Killpatrick wrote: Thanks

[jQuery] Re: AjaxCFC

2007-10-02 Thread Jack Killpatrick
As far as passing args through the callback/success proces, I usually set a var before the ajaxCFC call and then use it inside the callback: var yadda = 'ya'; and inside the callback: if (yadda == 'ya') Not sure what you mean about scope, though, but maybe you mean something like:

[jQuery] Re: AjaxCFC

2007-10-03 Thread Jack Killpatrick
Hmm, maybe create a global var to hold a ref to the scope? var currentObj; and in getData: currentObj = this; ajax call and in dataResult: currentObj.someProperty = data.yadda; currentObj = null; ? In case you don't know, the ajaxCFC also has a success callback: $.AjaxCFC({

[jQuery] Re: AjaxCFC

2007-10-04 Thread Jack Killpatrick
size=2 width=100% align=center tabindex=-1 *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Jack Killpatrick *Sent:* October 3, 2007 6:19 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: AjaxCFC Hmm

[jQuery] Re: How to clear setTimeout?

2007-10-10 Thread Jack Killpatrick
How about something like (not tested): myNamespace = { timer:null, keyup:function(jqObj){ clearTimeout( myNamespace.timer ); myNamespace.timer = setTimeout(function(){ myNamespace.updateField(jqObj); }, 6000); }, updateField:function(jqObj){ // save using jqObj.val();

[jQuery] json-to-tree?

2007-10-13 Thread Jack Killpatrick
Hi All, Anyone know of a tree plugin that can populate from a json source (with minimal fuss)? How about a breadcrumbing plugin that can read from a json source? I basically have a bunch of nested categories in json and am exploring various navigation options, focusing mainly on plugins

[jQuery] Re: jqGrid new version

2007-10-16 Thread Jack Killpatrick
Nice work, Tony! While looking at the demos I also noticed the dynamic tabs. Looking at the source, it looks like that might be a project of yours, too. Is there any documentation on that? List of known issues, maybe? Thanks, Jack Tony wrote: I have released a new version of jqGrid. Demo

[jQuery] jqDynTabs (was Re: [jQuery] Re: jqGrid new version)

2007-10-16 Thread Jack Killpatrick
are interest I will make some documentation and publish it. Regards On 16 Окт, 19:47, Jack Killpatrick [EMAIL PROTECTED] wrote: Nice work, Tony! While looking at the demos I also noticed the dynamic tabs. Looking at the source, it looks like that might be a project of yours, too. Is there any

[jQuery] Re: jqDynTabs (was Re: [jQuery] Re: jqGrid new version)

2007-10-17 Thread Jack Killpatrick
be a positive thing for me (or having it support both 1.1.x and 1.2). - Jack Tony wrote: Jack, I will publish it as soon as possible. The plugin need to be refined (better CSS). It can work with 1.2 version of jQuery. Regards Tony On 16 Окт, 23:18, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi Tony

[jQuery] Re: number formatting plug-in

2007-10-18 Thread Jack Killpatrick
This has DecimalFormat and DollarFormat functions that might help: http://cjordan.us/page.cfm/CFJS-function-listing-by-category - Jack james_027 wrote: hi, is there a number formatting plugin for jQuery? Thanks

[jQuery] Re: problem with recursive $.get

2007-10-19 Thread Jack Killpatrick
, success: function(template){ templates[ fileName.split('.')[0] ] = template; getTemplates(); } }); - Jack Jack Killpatrick wrote: Losing some hair over this one maybe someone can help? I'm using jquery 1.1.2 (and must use

[jQuery] problem with recursive $.get

2007-10-19 Thread Jack Killpatrick
Losing some hair over this one maybe someone can help? I'm using jquery 1.1.2 (and must use that rev). I have a list of html files (snippets of html) that I want to fetch sequentially via a $.get and store in a hash. I'm doing something like this, using while and shift() to loop through

[jQuery] Re: AJAX and dynamically created dropdowns

2007-10-19 Thread Jack Killpatrick
FWIW, I've never had any problems with id and name being the same on controls in IE. I don't see a form tag on the page, maybe that's the issue? You might also want to try this: http://www.texotela.co.uk/code/jquery/select/ - Jack Chris Jordan wrote: Could it be because you're name and id

[jQuery] Re: how to select this ?

2007-10-21 Thread Jack Killpatrick
I see via other replies that the .text() instead of .text issue has been resolved, but maybe worth pointing out, too (though affecting your issue), is that you say you're looking for multiple p's with the same id. Each id should only be present once on a page. Instead, use a class and select

[jQuery] Re: how to select this ?

2007-10-21 Thread Jack Killpatrick
behavior/errors in js scripts trying to manipulate those nodes. Just some feedback - Jack Wizzud wrote: Jack, he actually says all links in a paragraph with id 'para', so using $('#para a') is perfectly correct. On Oct 21, 8:43 pm, Jack Killpatrick [EMAIL PROTECTED] wrote: I see via other

[jQuery] Re: how to select this ?

2007-10-21 Thread Jack Killpatrick
ahhhI see that I left a word out here...ooof: (though affecting your issue) I meant to say though *not* affecting your issue. Nine lashes with a wet noodle. - Jack Jack Killpatrick wrote: Hi. I meant to recommend against using the same id for more than one DOM node. I know

[jQuery] setting value in iframe hidden var?

2007-10-22 Thread Jack Killpatrick
I've googled around and searched this list's history and found various discussions about how to set a value (in this case, in a hidden form field) inside of an iframe from the parent, but nothing so far seems to be making IE happy. I *don't* want to use the frameReady plugin and am looking

[jQuery] Re: setting value in iframe hidden var?

2007-10-22 Thread Jack Killpatrick
Hmm, no takers on this one yet. Anyone? I would be happy also with simply knowing how the page in the iframe can get the id of it's parent iframe tag. Easier? Jquery or no jquery, either way is fine. - Jack Jack Killpatrick wrote: I've googled around and searched this list's history

[jQuery] Re: New plugin: File Style

2007-10-23 Thread Jack Killpatrick
Looks real nice, and a great-to-have, kudo's and thanks! I tested in IE 7, it seemed fine: each button opened the file browser. If not possible yet, it'd be nice to have: 1. ability to specify mouseover image for the button 2. ability to specify mouse down image for the button 3. different

[jQuery] 1px rounded corners issue

2007-10-23 Thread Jack Killpatrick
We're (a dev at my company and I) trying to create a white inside, white outside, single pixel border around a block of content using the jquery corners plugin. We're not sure of the best approach for that, but what we've tried results in some weird artifacts on the top corners:

[jQuery] Re: 1px rounded corners issue

2007-10-24 Thread Jack Killpatrick
Dave, The examples don't show any example with a 1px border. We've tried adjusting the padding, but that just makes the line part of the corner thicker. Any other suggestions? Mike Alsup...any chance of you throwing a 1px wide corner example onto the page? Thanks, Jack Dave Methvin

[jQuery] Re: 1px rounded corners issue

2007-10-24 Thread Jack Killpatrick
Thanks Mike, much appreciated. I'm gonna mess with the one at meerbox.nl. - Jack Mike Alsup wrote: Mike Alsup...any chance of you throwing a 1px wide corner example onto the page? Nope. A 1px border just doesn't work well with this plugin. 2px is pushing the limits - as Dave said,

[jQuery] Re: LiveQuery (Discuss Please)

2007-11-02 Thread Jack Killpatrick
I 2nd Dan's idea. What has made me wary about dipping into using LiveQuery is: 1. loss of an element of control, compared to just calling a helper function at the right time to rebind events 2. concern about overhead, since (as I understand it), it's watching for DOM changes and hence maybe

[jQuery] AjaxCFC and blockUI - event binding issue

2007-11-02 Thread Jack Killpatrick
Hi All, I'm using AjaxCFC, which (at the time I pulled it down) came with jquery.block.js version: /* * jQuery blockUI plugin (by M. Alsup) * Version 0.4 (12/27/2006) * @requires jQuery v1.0 * @license: Free beer and free speech. Enjoy! */ The AjaxCFC code I have is used in a lot of places

[jQuery] Re: ColdFusion/jQuery Ajax Form Variables Question

2007-11-16 Thread Jack Killpatrick
Are you passing the value for co_name back to the server as a variable in the .load(url, data) statement? Some things that you might find useful for form/CF/ajax interactions: http://www.robgonda.com/blog/projects/ajaxcfc/ http://www.malsup.com/jquery/form/ - Jack MikeyJ wrote: Hi All,

[jQuery] Re: rounded corners on images with jquery?

2007-12-17 Thread Jack Killpatrick
This isn't a jquery based solution (I don't know of any), but might do what you need: http://www.netzgesta.de/bevel/ - Jack bdee1 wrote: i know there are jquery plugins to round the corners on divs but is there one that will work on images? to see what i mean take a look at

[jQuery] Re: rounded corners on images with jquery?

2007-12-20 Thread Jack Killpatrick
Using the meerbox plugin, we were unable in IE6 to get bottom corners to move correctly when the content inside the rounded box changed height dynamically. The bottom line would move, but the corners would not. We also had some troubles in IE6 with the bottom line appearing approx 2px off

[jQuery] jquery validator addMethod library?

2008-01-04 Thread Jack Killpatrick
Hi All, Anyone know of a collection of jQuery.validator.addMethod custom validators, other than what can be culled from here? http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I'm working on some dynamic form generation stuff, with validation injection, and have a set of

[jQuery] Re: jquery validator addMethod library?

2008-01-04 Thread Jack Killpatrick
FWIW, a few in particular that I'm looking for (though I know some would be easy to whip together) are: usdollars (ie: $450,999.01) date (the one in the plugin isn't very good...and says so itself) decimal socialsecuritynumber (ie: 123-45-6789) uppercase lowercase Thanks, Jack Jack

[jQuery] jquery validation demo errors

2008-01-04 Thread Jack Killpatrick
Jörn, (or anyone that knows of some alternate links) In Firefox 2.x this page throws a js error when it loads, and doesn't seem to work: http://jquery.bassistance.de/validate/demo-test/radio-checkbox-select-demo.html error (from Firebug console): $.meta has no properties

[jQuery] Re: Google Maps Marker to infoBubble to Image to Thickbox

2008-01-12 Thread Jack Killpatrick
It looks like thickbox is not getting bound to the link that you're dynamically creating in the popup. In function createMarker, try adding a call to tb_init(), so that thickbox gets bound to the link in the HTML that you're putting into openInfoWindowHtml(): GEvent.addListener(marker,

[jQuery] Re: [Release] jQuery Validation plugin 1.2 Release Candidate 1

2008-01-16 Thread Jack Killpatrick
Hi Jörn, Good to hear about this, thanks very much. Some quetions: 1. Is there a what's changed doc somewhere? 2. What's the minimum version of jquery required to use this version of the validate plugin? 3. Are all of the demo's using RC1? 4. Is the metadata plugin still required in

[jQuery] Re: $(document).ready does not work in IE

2008-01-17 Thread Jack Killpatrick
I've had problems with .ready() in IE, too, but have found that adding a setTimeout() usually works as a workaround: $(document).ready(function() { setTimeout(function() { // making IE happy (and sometimes Safari) doSomething(); }, 500); }); Sometimes the timeout length (500

[jQuery] Re: Adding a table row and a form with jquery?

2008-01-17 Thread Jack Killpatrick
This doesn't directly address your question, but for rendering out HTML, you might want to consider trimpath templates: http://code.google.com/p/trimpath/wiki/JavaScriptTemplates I use them for all kinds of HTML rendering. Then you can just create regular HTML instead of cobbling together

[jQuery] Re: $.post related question

2008-01-18 Thread Jack Killpatrick
You might find this useful for serializing your data and working with the dynamically created forms: http://www.malsup.com/jquery/form/#fields - Jack fluffless wrote: Hello! I'm new to jquery (and actually, js); I'm using it to cover some customer's needs and I'm finding it pretty much

[jQuery] Re: Another jdMenu problem... IE specific...

2008-01-21 Thread Jack Killpatrick
Chris, I don't have time to dig into looking at your code right now, but I had a similar problem with jdMenu when the top level menu item did not have an A tag inside of it, due to how jdMenu handled either event binding or event bubbling. If I remember correctly, IE threw because a property

[jQuery] need menu plugin recommendation

2008-01-28 Thread Jack Killpatrick
Hi All, Can anyone recommend a jquery menu plugin to create a menu like the one in the header of this page? http://www.hologic.com/ah/index.cfm Things to notice: 1. images instead of text are used for top and bottom level menu items 2. both levels have a mouseover image 3. the submenu

[jQuery] Re: New and better demos

2008-01-28 Thread Jack Killpatrick
Thanks for the additional demos, they opened my eyes to a few usages that I hadn't thought of when looking at the axis-based demos. Very nice. I'm wondering: could this be adapted to do velocity based (for lack of a better word) scrolling, like the iphone and ipod touch do? I'm thinking

[jQuery] Re: need menu plugin recommendation

2008-01-29 Thread Jack Killpatrick
and individual class and use css for hover effect (background-image). good luck, Hannes On 29 Jan., 04:13, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi All, Can anyone recommend a jquery menu plugin to create a menu like the one in the header of this page? http://www.hologic.com/ah/index.cfm Things

[jQuery] Re: need menu plugin recommendation

2008-01-29 Thread Jack Killpatrick
Thanks Joel. If nothing else comes up I might fiddle with that approach. - Jack Joel Birch wrote: I suppose you could add position:relative to the parent li element so that their submenu uls are positioned under them, then adjust each submenu ul's left:-whatever value to pull them back left a

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-12 Thread Jack Killpatrick
I haven't used that rev, but happen to be looking at an older rev and there's a config setting for UseBROnCarriageReturn. Maybe that could get you going down the right path. - Jack Andy Matthews wrote: We've been using FCK editor for a while now. It used to create a single return when

[jQuery] Re: Choosing an Autocompletion solution

2008-02-13 Thread Jack Killpatrick
I also decided to use that one (Jörn's) after evaluating 4 or 5 others. As you (timothy) noticed, many of the solutions borrowed from each other, but that one seemed to have the best aggregate of features from them all and some of the others looked like they might have been stagnating. It has

[jQuery] Re: Updated API browser

2008-02-13 Thread Jack Killpatrick
FWIW, I pulled the necessary files down to my local system to give it a try (running of a local web server) and noticed that it's not much faster running locally than remotely. I suspect that's because of client-side lookups on the fetched XML file? If so, any way to speed it up? (I haven't

[jQuery] Re: Calling WCF services using jquery?

2008-02-21 Thread Jack Killpatrick
No takers, eh? Anyone using WCF with jquery without asp.net ScriptManager? TIA, Jack Jack Killpatrick wrote: Hi All, I'm wondering if anyone can advise me or steer me to some useful links... I'm doing some research about MS WCF 3.5 web services and how it can be used for json-based web

[jQuery] unbind LocalScroll?

2008-02-23 Thread Jack Killpatrick
Wondering if anyone can help me with the LocalScroll plugin: I'm using the LocalScroll plugin and would like to programmatically unbind it from the nav links and target so that I can modify the set of links and the target, then rebind it. I tried using the lazy:true setting, but I found that

[jQuery] Re: blockUI, select box and IE6

2008-03-02 Thread Jack Killpatrick
, the interesting thing about putting an iframe over a select is that the select actually disappears, it doesn't just get covered up as you would expect. So by having an iframe that doesn't have 100% opacity, you'll see that the select is missing. On Feb 27, 11:18 pm, Jack Killpatrick [EMAIL

[jQuery] Re: Calling all jQ CF users...

2008-03-27 Thread Jack Killpatrick
I know this post is old, but anyway... I haven't looked that carefully, but perhaps the issue has to do with cloning an input that has an ID, thus ending up with 2 controls with the same id (albeit different names)? I'm not sure why image-upload-2 would not exist on submit even if you didn't

[jQuery] Re: Image bounce

2008-03-30 Thread Jack Killpatrick
This is probably not the example you're thinking about, but sounds similar and might help: http://gsgd.co.uk/sandbox/jquery.bouncer.php - Jack ram wrote: A wile back I received a email demonstrating several different image displays. One that I need today but cant find is where the image

[jQuery] Re: Interface TransferTo function in jQuery UI?

2008-04-02 Thread Jack Killpatrick
rolfsf, do you have a stable example? I need to do this asap with jquery 1.2.x (simulate interface TransferTo) and am not able to start using the UI or Enchant stuff yet (for this project). Thanks, Jack rolfsf wrote: FWIW, I've gotten a similar effect using the animate() function, though

  1   2   3   4   >