[jQuery] Re: keeping table header fix

2009-10-02 Thread Jack Killpatrick
Hmm, I gave this a try. Setting height stretches the table rows out vertically if there are less records than the height. I tried putting a fixed height div around the table and not setting a height on the tbody, but then the tbody overflow-y never kicks in. Hmm. Also, if I set the height of

[jQuery] Re: A quick note about CFJS

2009-10-15 Thread Jack Killpatrick
Great, thanks for the announcement. BTW. $.DollarFormat is a fav ;-) - Jack Chris Jordan wrote: I just wanted to let everyone know that CFJS 1.1.11 is now available. There was a small bug in two of the list functions (ListContains and ListContainsNoCase). You can read about the changes here

[jQuery] Re: listmenu

2009-10-24 Thread Jack Killpatrick
HI, Glad you like the plugin. I'm not sure what you mean about disappearing on mouseout. Can you clarify that for me? Thanks, Jack Rsolve wrote: hi, first of all, great plugin is it possible to make lm-wrapper not disappear on mouseout ? it would be just what i need. Thanks

[jQuery] Re: listmenu

2009-10-24 Thread Jack Killpatrick
showing until we click another letter. similar to list nav. Maybe it's just better to use listnav. Rui Lobo R.Solve 2009/10/24 Jack Killpatrick j...@ihwy.com mailto:j...@ihwy.com HI, Glad you like the plugin. I'm not sure what you mean about disappearing on mouseout. Can you

Re: [jQuery] listnav - how to implement paging

2009-12-04 Thread Jack Killpatrick
How do you picture paging working, from a UI perspective? -Jack prasad wrote: Hi, I like the 'jQuery ListNav Plugin' very much and i need to implement it in my application. I need to implement the paging functionality along with this plugin. If i have more than 100 rows for a character, its

Re: [jQuery] Share plugin

2009-12-04 Thread Jack Killpatrick
I recommend that you post a page about it, with a demo, add it to the jquery plugins directory and make an announcement on this list. I'd like to see what you've done, if you have it up somewhere. I find myself needing that often and have used various solutions with varying degrees of

Re: [jQuery] Checkboxes in Combobox

2009-12-17 Thread Jack Killpatrick
It's not a combo box, but: http://abeautifulsite.net/2008/04/jquery-multiselect/ - Jack jambik wrote: I'm looking plug-in that allows to put checkboxes into combobox element.

Re: [jQuery] Re: Looking for that plugin that uses scrollTo for product demos...

2010-01-04 Thread Jack Killpatrick
Maybe this? http://www.slidedeck.com/ - Jack kgosser wrote: bump. any thoughts? On Dec 17 2009, 6:24 pm, kgosser kgos...@gmail.com wrote: Hey all, I saw this site a few months ago that was showing off a new plugin which used the scrollTo tool to scroll through one screen shot. I can't

Re: [jQuery] iHwy creditcard2 validation extension fails on some Discover cards

2010-01-12 Thread Jack Killpatrick
Hi, We've made the change to the plugin and are hoping to deploy it tonight. After it's deployed I'll post an ANNOUNCE here. Thanks for bringing this to my attention. We also added LaserCard support and updated some other card prefixes. - Jack dnfdrmn wrote: Hi all, We're working with

[jQuery] ANNOUNCE: new rev of credit card validation extension

2010-01-13 Thread Jack Killpatrick
Hi All, We've released a new version of our jQuery Validation plugin credit card extension. Changes include: 1. updated card prefixes (including latest Discover Card changes) 2. support for LaserCard More info here: http://www.ihwy.com/labs/jquery-validate-credit-card-extension.aspx We

Re: [jQuery] Re: ANNOUNCE: new rev of credit card validation extension

2010-01-13 Thread Jack Killpatrick
:29 pm, Jack Killpatrick j...@ihwy.com mailto:j...@ihwy.com wrote: Hi All, We've released a new version of our jQuery Validation plugin credit card extension. Changes include: 1. updated card prefixes (including latest Discover Card changes) 2. support

Re: [jQuery] Listmenu Question: Number of returned lines...

2010-01-14 Thread Jack Killpatrick
Each browser performs differently, because of how the plugin takes the original set of DOM nodes (list items, usually) and moves them around in the DOM. Basically, IE6 sux wind, but IE7+ is OK. Safari and Chrome seemed to be the fastest in my not-so-scientific tests. Firefox 3+ was OK. I

Re: [jQuery] Complicated Question

2010-01-16 Thread Jack Killpatrick
This may or may not help you, but often in situations like this what I do is use .closest() to get the id that I need for the edited record, like this: ul id=forms li id=r_123 class=recordyour form gets injected here/li li id=r_456 class=recordyour form gets injected here/li /ul

Re: [jQuery] Complicated Question

2010-01-16 Thread Jack Killpatrick
If uRec is still like it was before: function uRec(selector){ var $form = $(selector); in the example below you're passing it an id, so try: var $form = $('#' + selector); I was suggesting changing the button type from submit to button, yes. It's no big deal, but at least it will

Re: [jQuery] Complicated Question

2010-01-16 Thread Jack Killpatrick
If you're rendering the button on-the-fly (as part of your form) be sure to either a) hook up that button click handler after the button is rendered or b) use the event delegation approach I showed in my example. It sounds like your click is not firing now, probably because the click isn't

Re: [jQuery] New Forums

2010-01-21 Thread Jack Killpatrick
A little quibble I'd like to add is that, as a plugin developer who has been relying on filtering incoming emails to support the plugins, now I have no way to easily do so, since the forums can't email me everything that's happening. I think a workaround is being instated, but I'm not sure.

Re: [jQuery] Round corners for IE

2010-02-01 Thread Jack Killpatrick
I've had good luck with this plugin: http://www.parkerfox.co.uk/labs/cornerz - Jack Erik wrote: Whats the latest solution for achieving round corners for IE. I've been using these in my css for all my div's: -moz-border-radius-bottomright: 6px;

<    1   2   3   4