[jQuery] jQuery Form ajaxForm submit to webservice gets redirected to web service URL output

2008-01-23 Thread Chris W
Hello, If anyone can help with this I'd really appreciate it. I am using the jQuery Form plugin to submit the contents of a Form via Ajax to a Web Service. The Web service resides on a different domain to the main site. I simply want to submit the form info to the web service via Ajax, check t

[jQuery] Re: Tell-a-friend script?

2007-10-08 Thread Chris W. Parker
On Monday, October 08, 2007 3:19 PM marlyred said: > Hi, > > PHP, but my pages are static html. > > Marlyred You may have already received an email about this offlist but javascript (jQuery is javascript) cannot send emails. What it will need to do is submit the form's data to a server side sc

[jQuery] Re: uhhh.......WAT?

2007-09-28 Thread Chris W. Parker
On Thursday, September 27, 2007 5:28 PM Robert Koberg said: > Hi, > > I am new to jquery. Haven't had any problems that couldn't be solved > by the docs or a search. I am amazed that an ass/troll/clueless > individual gets so much play. > > whatev, > -Rob Since you're new to jQuery you should

[jQuery] Re: uhhh.......WAT?

2007-09-27 Thread Chris W. Parker
On Thursday, September 27, 2007 8:44 AM cmbtrx said: Oooh ooh me too! > OK, forgive my tone here...I'm actually quite flabbergasted. OK But first, when writing to a mailing list with an issue that you want resolved it's necessary to describe the issue. Some issues can be solved by just reading

[jQuery] Re: New Plugin: Picklists

2007-09-26 Thread Chris W. Parker
On Wednesday, September 26, 2007 1:58 AM Enrique Meléndez Estrada said: > I think the pattern would be: both multiselectors side by side, and > arrows to left and right indicating moving options from left selector > to the right and viceversa (instead of add and remove buttons). > > Also its bet

[jQuery] Re: Why doesn't jQuery complete animations smoothly?

2007-09-24 Thread Chris W. Parker
On Monday, September 24, 2007 10:34 AM John Resig said: > In your code you're modifying the .html() of contents twice after the > animation has already started. If you do a "show" animation (like what > .show() and .sildeDown() do) then they do a calculation animating the > height to "auto" - if

[jQuery] Why doesn't jQuery complete animations smoothly?

2007-09-24 Thread Chris W. Parker
Hello, Maybe this has everything to do with implementation and is not a fault of jQuery but I've always wondered why animations (like slideDown) do not finish smoothly. Case in point: http://leandrovieira.com/projects/jquery/lightbox/ The animation is smooth until the very end where it jumps to

[jQuery] Re: JQUERY & UTF8

2007-09-24 Thread Chris W. Parker
On Sunday, September 23, 2007 5:40 AM Bil Corry said: > Mahir wrote on 9/21/2007 11:02 PM: >> the datatype collaboration is utf8_unicode_ci in mysql. it retrieves >> value as ?? > > I'm guessing you mean the UTF-8 replacement character " ": It's probably showing up as questions marks. I had

[jQuery] Re: Jquery in the BBB

2007-09-20 Thread Chris W. Parker
On Thursday, September 20, 2007 8:15 AM Anthony Leboeuf(Worcester Wide Web) said: > Well, I just received the Files but I threw up a basic template. I > will be templating the CMS system over the next few weeks. > > http://bbb.dlg360.com/ > > this will be the look for every single local BBB in

[jQuery] Re: Tag Cloud

2007-09-20 Thread Chris W. Parker
On Thursday, September 20, 2007 8:23 AM Mandy Singh said: > All my code is written in jquery so rather than writing something to > randomly capiltalize and change font of some stuff inside a div to > generate a tag cloud, I thought something like this, if available as > jquery plugin which takes

[jQuery] Re: Jquery in the BBB

2007-09-19 Thread Chris W. Parker
On Wednesday, September 19, 2007 12:16 PM Anthony Leboeuf(Worcester Wide Web) said: > I'm doing the back end programming for the new BBB websites launching > at the beginning of next month, they are rocking Jquery all the way! > > They are using interface, roundbox, slider Battle Bots from Bor

[jQuery] Re: Announce: jQuery UI 1.0 Released

2007-09-17 Thread Chris W. Parker
On Monday, September 17, 2007 12:03 AM John Resig said: > Hi Everyone - > > We just pushed the brand-new jQuery UI 1.0 out the door. That's great guys. I'm just today starting a new project so I'm glad I'll be able to take advantage of the new library. > Reminder: We have a jQuery UI mailing l

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Chris W. Parker
On Friday, September 14, 2007 9:10 AM Glen Lipka said: > Viola! All my JS files were significantly smaller. (check my site to > see evidence) I prefer the cello. But that's just me. (See http://wsu.edu/~brians/errors/voila.html)

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Chris W. Parker
On Friday, September 14, 2007 9:25 AM Bil Corry said: > Andy Matthews wrote on 9/14/2007 8:11 AM: >> Yesterday I asked on the list for suggestions on how to filter the >> contents of a table using an autocomplete type interface. Didn't get >> any answers so last night I wrote it myself. > > Sorr

[jQuery] Re: Code Review: Table filtering...

2007-09-14 Thread Chris W. Parker
On Friday, September 14, 2007 6:12 AM Andy Matthews said: > Yesterday I asked on the list for suggestions on how to filter the > contents of a table using an autocomplete type interface. Didn't get > any answers so last night I wrote it myself. I'm positive there is a plugin out there that does

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Chris W. Parker
On Wednesday, September 05, 2007 2:47 PM Jörn Zaefferer said: > Thanks Chris for the post. So far the plugin is meant to allow both. > Though especially the restricting-mode is flawed and doesn't provide > the necessary feedback. I also agree that Tab should dismiss the > selectbox and work as us

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Chris W. Parker
On Wednesday, September 05, 2007 1:09 PM Jörn Zaefferer said: > http://jquery.bassistance.de/autocomplete/ I'm confused by this plugin. Is it meant to restrict the input to a predefined list of options ONLY or should it also allow new entries along with a predefined list (or both)? I'm just c

[jQuery] Re: how to block another ajax request when one is in the progress

2007-08-30 Thread Chris W. Parker
On Thursday, August 30, 2007 8:46 AM Xinhao Zheng said: > i write a hover event for div,and in the handler use ajax to request > data.but it give me a problem: > it do the same ajax request many times(the number is the times i hover > the div) when the first ajax didn't finished. I don't have an

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

2007-08-24 Thread Chris W. Parker
On Friday, August 24, 2007 1:47 AM John Resig said: > jQuery 1.1.4 has just been released! The full details of this release > can be found on the jQuery blog: > http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for -12/ > > Suffice it to say that some significant speed increas

[jQuery] Re: [ANNOUNCE] LavaLamp for jQuery lovers released!

2007-08-23 Thread Chris W. Parker
On Thursday, August 23, 2007 9:20 AM Ganeshji Marwaha said: > You can get a complete overview and how to implement it in your site > here - http://gmarwaha.com/blog/?p=7 > > Special thanks to Stephan Beal who gave it its name and to Glen Lipka > who generously chipped in and helped with image s

[jQuery] Re: Trouble Deleting Table Rows

2007-08-22 Thread Chris W. Parker
On Tuesday, August 21, 2007 11:19 PM ethanpil said: > I have spent 3 or 4 hours trying different > variations of getting that close link to generate an event, but I cant > even get it to give me an alert or anything else [snip] > Close'; [snip] > $('a.close_ticket').click(functi

[jQuery] Re: [ANNOUNCE] tablesorter 2.0 released

2007-08-15 Thread Chris W. Parker
On Wednesday, August 15, 2007 4:38 PM Christian Bach said: > Hi List, > > I just released the 2.0 version of tablesorter. [snip] > Get it all at http://tablesorter.com Fantastic. Awesome. Amazing. Great.

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 3:12 PM Ganeshji Marwaha said: > Chris - Thanks for your comment. But, i think, you got it wrong. My > site's demos are specifically done such that disabling javascript > will disable the entire carousel. This is not the problem of the > plugin itself. For example, ta

[jQuery] Re: [ANNOUNCE] jCarousel Lite - version 1.0

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 2:08 PM Andy Matthews said: > Dude... > > > This plugin is flawless. You covered every base that anyone could > have thought it. Oh *really*? First thing I noticed (since JS is turned off by default) is that it's not unobtrusive. It'd be *great* if the pictures j

[jQuery] Re: Slightly OT: overview of HTML5 elements

2007-08-09 Thread Chris W. Parker
On Thursday, August 09, 2007 2:01 PM Dan G. Switzer, II said: > A lot of these are probably more for the benefit of the search > engines and for SEO purposes. Tags like and > gives search engines a little more information about what they're > parsing (the same with the , and tags.) > > Obvio

[jQuery] Re: jquery editor?

2007-06-21 Thread Chris W. Parker
On Thursday, June 21, 2007 5:23 PM Alexandre Plennevaux said: > This may be slightly off-topic, yet i would like to know which piece > of software you like best to write jquery code? I use HTML-Kit but will be moving to Aptana once they build in better support for PHP. > /** > * > * @name fl

[jQuery] Re: Release: Validation plugin 1.1

2007-06-21 Thread Chris W. Parker
On Thursday, June 21, 2007 12:04 PM Jörn Zaefferer said: > Hooray! Version 1.1 of the validation plugin ( > http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ) > brings, along a few bufixes, sophisticated validation on blur, keyup > and click events. They are designed to help the use

[jQuery] Re: Radio button

2007-06-21 Thread Chris W. Parker
On Thursday, June 21, 2007 9:48 AM Klaus Hartl said: > $(document).ready(function() { > $("[EMAIL PROTECTED]'section']").click(function(){ > $(this)[this.checked ? 'addClass' : 'removeClass']('checked'); }); > }); What kind of syntax is that third line? (I don't mean the ternary operator.)

[jQuery] Re: New Plugin Repository

2007-06-19 Thread Chris W. Parker
On Monday, June 18, 2007 11:26 PM John Resig <> said: > One of the great aspects of jQuery is its extensibility, as evidenced > by the many excellent plugins that have been developed for it. The > jQuery team, and the Web team in particular, have been working hard > behind the scenes to put toget

[jQuery] Re: Shopping Cart Dynamic Price Update

2007-06-18 Thread Chris W. Parker
On Monday, June 18, 2007 3:52 PM cfdvlpr <> said: > Now, the prices are dynamically generated, but only for 1 size of > product. > I'm hardcoding the size of the product where you see the 0. > However, I'm not sure how to take this to the next step and to take > into account the size. By "size"

[jQuery] Re: Shopping Cart Dynamic Price Update

2007-06-18 Thread Chris W. Parker
On Monday, June 18, 2007 12:04 PM cfdvlpr <> said: > But instead of hardcoding the price breaks, I want to make that > dynamic. > The price break is a list which I have in a Coldfusion list variable > in my .cfm file where I include the .js file above. Definitely don't hardcode the price breaks.

[jQuery] jQuery blog is borked

2007-06-18 Thread Chris W. Parker
Just in case no one is already aware of it, the jQuery blog (http://jquery.com/blog/) is borked.

[jQuery] Re: Request to all developers: Put version number in file name please

2007-06-13 Thread Chris W. Parker
On Wednesday, June 13, 2007 12:26 PM Scott Sauyet <> said: > I don't have a major problem with this, as I would simply strip the > version number out when I replace older versions with new ones, but I > find that it's easier without them. I tend to update all live pages > in any system at the sa

[jQuery] Request to all developers: Put version number in file name please

2007-06-13 Thread Chris W. Parker
Hello, As a humble user of jQuery and several great plugins I would like to request that anyone who releases anything to the public always insert the version of the release in the filename. Instead of my_cool_plugin.js, use my_cool_plugin.v1.js. Instead of my_cool_plugin.latest.js, use my_co

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Chris W. Parker
On Wednesday, June 13, 2007 8:31 AM Rey Bango <> said: > Hopefully, everyone will bare with us > just a bit while we focus on finishing v1.1.3 and then jump on v1.2. I don't think taking our clothes off will help the situation. ;)

[jQuery] Re: Adding AJAX(?) functionality to existing site... do I make new server files?

2007-06-13 Thread Chris W. Parker
On Tuesday, June 12, 2007 5:07 PM Benjamin Sterling <> said: > Chris, > If you want to keep your site unobtrusive, then option 2 would be > better. Just pass an extra param, whether it is a POST or a GET, and > have the serverside page keep a look out for that param. This of > course is assuming

[jQuery] Adding AJAX(?) functionality to existing site... do I make new server files?

2007-06-12 Thread Chris W. Parker
Hello, What's the standard method for fitting an existing site with AJAX functionality? Currently all my server side files that process requests, like deleting rows from a database (e.g. customers, products, etc.), automatically redirect the user to another page with a status message (e.g. succ

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Chris W. Parker
On Tuesday, June 12, 2007 7:25 AM Rey Bango <> said: > With that said, its definitely our turn to get things ramped up but > we're kind of in a quandary. See, one of the benefits of jQuery is its > very small file size. We're still the smallest library out there and > our overall functionality is

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Chris W. Parker
On Monday, June 11, 2007 3:58 PM Shelane Enos <> said: > Works fine on my XP (the one that sits in the corner of my office), > though I haven't used it extensively. Oh *that* computer? The one in the corner of your office? For minute there I thought you were talking about a different computer...

[jQuery] Re: Jquery presentation today

2007-06-11 Thread Chris W. Parker
On Monday, June 11, 2007 11:38 AM Shelane Enos <> said: > I'm giving a presentation today on jquery to our new development > group. (my boss is now in charge of this group, previously under > someone else here) is there any update on when 1.1.3 might be > released? How close are we? Just was

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-06-11 Thread Chris W. Parker
On Thursday, June 07, 2007 10:37 PM Roberto Ortelli <> said: > New Logitech website is using jQuery too > http://www.logitech.com Anyone know which js library currently has the most high-profile sites using their library? Although I'm almost a complete novice when it comes to js it's pretty nice

[jQuery] Re: jQuery core charset???????????(please help!!!!me!)

2007-06-06 Thread Chris W. Parker
On Wednesday, June 06, 2007 10:53 AM oscar esp <> said: > Any one knows some conversion dll or "script" or "something" I am > desesperate!!! > > In order to refresh my problem: > > I have a asp page with iso-8859-1 wich recives a post in utf-8... I > can not change teh code page neither the ser

[jQuery] Re: Why does *this* function kill Interface Drag/Drop?

2007-06-05 Thread Chris W. Parker
On Tuesday, June 05, 2007 9:38 AM dennis <> said: > Dan Switzer was kind enough to provide the information that I need to > reinitialize > the Drag/Drop Interface code. Can someone help me understand how to do > that? How can we while not knowing what Dan provided? Did he send it off list? If so

[jQuery] Re: datePicker calendar icon dropping below input

2007-06-01 Thread Chris W. Parker
On Friday, June 01, 2007 3:44 PM Gee Starr <> said: > Chris, I think my issue is slightly different: I am trying to get > label text to show on the same line as the input field and datePicker > button. Ahh... I see. I misunderstood. > Start date name="startDate" class="datePickerField" /> >

[jQuery] Re: datePicker v2 beta

2007-06-01 Thread Chris W. Parker
On Friday, June 01, 2007 1:11 PM gee <> said: > E.g., instead of: > > Start date: [text input] [.png] > > The display appears as: > > Start date: > [text input][.png] > > I gather it has something to do with using a float in the style > declaration for a.dp-choose-date. Before I wade into exp

[jQuery] datePicker calendar icon dropping below input

2007-06-01 Thread Chris W. Parker
Hello, I can't figure out why the calendar icon is moving below the input field it is attached to. It used to work fine in v1 but now that I've upgraded* to v2 I can't get it to appear to the right of the input field. I'm working on an internal project that I don't want to post the URL of but

[jQuery] Re: Masked Input Field

2007-05-25 Thread Chris W. Parker
On Friday, May 25, 2007 9:50 AM Jörn Zaefferer <> said: > Masked-input gives you visual hints of the expected input and its very > easy to learn that you don't have to enter any delimiters. See Steve Krug's book called "Don't Make Me Think". The less learning a user does, the better. >> * Even

[jQuery] Re: Masked Input Field

2007-05-25 Thread Chris W. Parker
On Thursday, May 24, 2007 11:36 AM Jörn Zaefferer <> said: >> Although, security issues aside, I guess it could help to prevent >> mistakes from your users. Would it make things easier for the user >> or frustrating? >> > Clientside validation is all about usability. A few points: * Personall

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 1:25 PM Jonathan Sharp <> said: > Yep, they are being powered. The first engine typically has the crew > (typically 2-3: engineer, conductor, breakman). All engines are MU'd > (multiple unit) which means the engineer controls all of them as one. > HUGE electric motors ar

[jQuery] Re: off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 12:25 PM Chris W. Parker <> said: Whoops. I guess I forgot to change the address.

[jQuery] off list RE: [jQuery] Re: What is up with the Coach Wei slam of jQuery?

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 11:29 AM Jonathan Sharp <> said: > Sir, in regards to your comments about jQuery being a car as opposed > to a train I desire to set you straight! jQuery is definitely more > like a train than a car! [snip] > The tools we're developing are at an > enterprise level for

[jQuery] Re: Feature/Plugin request - Animation queue

2007-05-24 Thread Chris W. Parker
On Thursday, May 24, 2007 7:01 AM Gordon <> said: > Thanks. I was pretty angry at that response, and yes, I might have > worded some of it better, but I really was just askign for help > looking for a plugin/solution to the problem, that's hardly askign > someone else to do my work for me. Serio

[jQuery] Re: Masked Input Field

2007-05-23 Thread Chris W. Parker
On Wednesday, May 23, 2007 3:00 PM Glen Lipka <> said: > Trying to use this. > http://digitalbush.com/projects/masked-input-plugin > It is an awesome plugin by the way! Yeah that is pretty sweet. Except that... It's a waste. You *still* absolutely have to do proper server-side validation. Clien

[jQuery] Re: Like Google Calendar

2007-05-23 Thread Chris W. Parker
On Wednesday, May 23, 2007 11:39 AM Jean Nascimento <> said: > I have to made a Calendar for my sys and wanna make some like the > Google Calendar > but my real doubt is How the best way to make the cells (days/events) > div in a tables? divs with display: table-cell ?? I wanna know the > best wa

[jQuery] Re: Dispatch events into dynamically loaded content

2007-05-22 Thread Chris W. Parker
On Tuesday, May 22, 2007 11:23 AM [EMAIL PROTECTED] <> said: > Hello everybody and my apologies for my poor english but I'm a french > speaker. I had no problem with your English. :) > I want to dispatch a "load" event on a link in a "loaded" content. [snip] > I'd like that the "My second lin

[jQuery] Re: Trouble with calendar icon and datePicker v2

2007-05-22 Thread Chris W. Parker
On Tuesday, May 22, 2007 2:20 AM Wizzud <> said: > the class of the anchor is actually .dp-choose-date, not .date-picker > as the example page states. Check his css and you'll find an entry for > a.dp-choose-date{}. Great! Thanks.

[jQuery] Trouble with calendar icon and datePicker v2

2007-05-21 Thread Chris W. Parker
Hello, Why doesn't $('#date').datePicker(); cause the calendar icon to appear anymore? Only thing I'm seeing now are the words "Choose Date". It worked fine before I upgraded. I've checked and rechecked the demo page and I don't see what Kelvin is doing different from myself *other* than him ass

[jQuery] Re: datePicker v2: setStartDate() is not a function?

2007-05-21 Thread Chris W. Parker
On Sunday, May 20, 2007 10:00 AM Kelvin Luck <> said: > Since the date picker methods are added to all jQuery methods I > thought it polite to prefix them to avoid naming collisions with > other plugins. > > Ahh - I've just noticed that there was a typo in the documentation > which is maybe why

[jQuery] datePicker v2: setStartDate() is not a function?

2007-05-18 Thread Chris W. Parker
Hello, I'm trying to implement datePicker v2 but Firebug says "$('#date').setStartDate is not a function". I must be missing something simple because I can click "calendar" and have the calendar appear. So it works, just not completely. Any ideas where I'm going wrong? Relevant code is at the e

[jQuery] Re: jquery.us

2007-05-18 Thread Chris W. Parker
On Friday, May 18, 2007 9:48 AM Chris W. Parker <> said: > On Friday, May 18, 2007 12:37 AM John Resig <> said: > >> Here's what everyone can do: >> 1) Go to the site and click "Ads by Google" in the Adsense block. >> 2) Click the "Send

[jQuery] Re: jquery.us

2007-05-18 Thread Chris W. Parker
On Friday, May 18, 2007 12:37 AM John Resig <> said: > Here's what everyone can do: > 1) Go to the site and click "Ads by Google" in the Adsense block. > 2) Click the "Send Google your thoughts on the site or the ads you > just saw" link on the subsequent page. > 3) Check "The site is hosting/dis

[jQuery] Re: JQuery Powered Site- Just Launched- AskSolvers.com

2007-05-18 Thread Chris W. Parker
On Thursday, May 17, 2007 4:41 PM Michael E. Carluen <> said: > I just launched a new jQuery powered site- http://asksolvers.com > . It is still pretty new, and still in > the process of publicly promoting the site... comments and suggestions > welcome. Those are

[jQuery] Re: Chili 1.8 gets chainability

2007-05-17 Thread Chris W. Parker
On Thursday, May 17, 2007 1:12 PM Andrea Ercolino <> said: > Hi everybody. > > I've just released http://notelog.com/category/chili/ Chili 1.8 , > which eventually gets a very requested feature: the mithical jQuery > chainability. Improved speed and better examples are good news too. > > I hop

[jQuery] Re: Can't set focus on element with DatePicker applied

2007-05-10 Thread Chris W. Parker
On Tuesday, May 08, 2007 2:42 PM Bil Corry <> said: > Chris W. Parker wrote on 5/8/2007 1:00 PM: >> $("#date").focus(); >> $("#date").datePicker(); > > Have you tried reversing it? > > $("#date").datePicker(); > $(&

[jQuery] Can't set focus on element with DatePicker applied

2007-05-08 Thread Chris W. Parker
Hello, I'm trying to set focus on a form field but when I apply the DatePicker plugin* it stops working. But perhaps this doesn't really have anything to with DatePicker and is a js/jQuery thing. Here's the relevant code: js: $("#date").focus(); $("#date").datePicker(); HTML: If I c

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-08 Thread Chris W. Parker
On Monday, May 07, 2007 5:19 PM Daemach <> said: > Those might be possible - let me give it some thought. Handling the > regex is going to be tricky because it's a string and therefore needs > to be escaped. > > On May 7, 4:40 pm, "Chris W. Parker" <[EM

[jQuery] Re: New plugin: simple character counter for textareas

2007-05-08 Thread Chris W. Parker
On Tuesday, May 08, 2007 8:48 AM [EMAIL PROTECTED] <> said: > I've just released the first version of a simple plugin to add > character counters/limiters to textarea elements. The demo and code > can be found here: > > http://www.tomdeater.com/jquery/character_counter/ Great! Comment: I thin

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Chris W. Parker
On Monday, May 07, 2007 4:02 PM Daemach <> said: > I just uploaded my latest plugin, tableFilter(). It's an early beta > with ugly, less than optimal code, but it works pretty well. Feed it > a clean table and it will auto-filter, auto-sort and auto-page. You > can sort and/or filter on multip

[jQuery] Re: behaviors?

2007-04-27 Thread Chris W. Parker
On Thursday, April 26, 2007 2:19 PM Starbow <> said: > I was just watching the video of John Resig at Yahoo, and in one slide > he talked about behaviors... Are you talking about this? "Advancing Javascript with Libraries" http://video.yahoo.com/video/play?vid=410472 Thanks, Chris.

[jQuery] Re: TableSorter sorting weird

2007-04-26 Thread Chris W. Parker
On Thursday, April 26, 2007 1:43 PM Chris W. Parker <> said: > Hello, > > Anyone know how to get the TableSorter plugin to reliably sort short > dates? Yeah buddy I do. Don't add extra data to the column you want to sort and expect it to sort right. I was adding an img

[jQuery] TableSorter sorting weird

2007-04-26 Thread Chris W. Parker
Hello, Anyone know how to get the TableSorter plugin to reliably sort short dates? By default it works with dates in a long format (US) like this: April 25, 2007 12:00 Am But it won't work with a short format (out of the box) like: April 25, 2007 However, I did manage to get it to sort

[jQuery] Re: datePicker v2 beta

2007-04-24 Thread Chris W. Parker
On Tuesday, April 24, 2007 2:55 AM Kelvin Luck <> said: > I'd like to announce the beta release of v2 of my datePicker plugin > for jQuery. This release is a complete rewrite which makes the date > picker considerably more powerful and flexible than it previously > was. Check out the temporary pr

[jQuery] Re: disabling right click

2007-04-20 Thread Chris W. Parker
On Friday, April 20, 2007 8:58 AM Sharique <> said: > How I can disable right click on perticular element or div using > jQuery. > --- > Sharique I don't know but let me be the first to ask, why? If you're trying to protect your content (images or viewing source) you're wasting your time since

[jQuery] Re: manipulating TEXAREA content

2007-04-19 Thread Chris W. Parker
On Thursday, April 19, 2007 3:44 PM Dug Falby <> said: > Hi all, > > I wonder if I could get your opinion on whether or not something is > possible and if it is, is there a really compact way of doing it with > jquery? > > I would like to make a character counter for a textarea input. I would >

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-17 Thread Chris W. Parker
On Tuesday, April 17, 2007 3:25 PM Dan G. Switzer, II <> said: > Chris, > >> Comment: When I type and am no longer matching anything in the >> available list the box should disappear. I think. > > It's already known and listed in the "Known Issues" under "mustMatch > option is broken." ;) Then

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-17 Thread Chris W. Parker
On Tuesday, April 17, 2007 2:04 PM Jörn Zaefferer <> said: > There is now a page with a download, link to the demo and > documentation: > http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ > > The documentation lacks better examples, so until that is improved, > please try out the

[jQuery] Using TableSorter with hide()/show() on table rows

2007-04-13 Thread Chris W. Parker
Hello, Is there anyway to tie rows in a table together so that when TableSorter sorts the table it will always keep the rows together and in the same order? I'm trying to dynamically hide/show certain rows but they appear at the bottom of the table because of TableSorter. Anyone have any thou

[jQuery] Re: Why do hide/show elements appear at the end?

2007-04-13 Thread Chris W. Parker
I figured out why. It's because I'm using TableSorter on that table and all the rows (as would be expected) are being sorted. I'm going to start a new thread on this. Chris.

[jQuery] Re: Why do hide/show elements appear at the end?

2007-04-13 Thread Chris W. Parker
On Friday, April 13, 2007 9:37 AM Glen Lipka <> said: > That is exactly what I got with your code. > Which browser is it acting wrong? > Can you post your code somewhere? That's good, if not confusing, news. :) I'm using FF2. I'll send you a link off list. Thanks, Chris.

[jQuery] Why do hide/show elements appear at the end?

2007-04-13 Thread Chris W. Parker
Hello, I am hiding/showing a that appears (in the HTML) immediately after the that contains the control but when it is shown it appears at the end of the table (along with the other s that I'm doing the same thing to). HTML: hide/show control here I am! hide/show control

[jQuery] Re: TableSorter question

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 2:35 PM Christian Bach <> said: > Sorry Chris, seems you found a bug. > > I checked in a new version that takes care of business. > > http://dev.jquery.com/browser/trunk/plugins/tablesorter/jquery.tablesort er.js?format=txt Cool. I'll give it a try. Chris.

[jQuery] Re: TableSorter question

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 1:40 PM Chris W. Parker <> said: > On Monday, April 09, 2007 12:43 PM Christian Bach <> said: > >> tableSorter({ >> sortColumn: 0, >> sortDir: 1 >> }); >> >> Will sort the first column in the opposite direction

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 1:56 PM Diego A. <> said: > However, I complete agree with your point about changing an existing > selection. But wouldn't it make more sense to have a 'change' link > that would fire up the file selection dialogue without actually > displaying 3, 4, 5 input boxes?

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 1:07 PM Diego A. <> said: > Hi Chris, > > Thanks for the suggestions. I made the debug mode just so people > could see what's actually going on. I didn't intend it to be used. It > would defeat the purpose of the plugin if I didn't hide the > additional elements. I dis

[jQuery] Re: TableSorter question

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 12:43 PM Christian Bach <> said: > tableSorter({ > sortColumn: 0, > sortDir: 1 > }); > > Will sort the first column in the opposite direction. Actually that just makes my arrow appear upside down. Here's what I see without sortDir set. Column April

[jQuery] Re: General discussion

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 11:38 AM Diego A. <> said: > The name says it all. Just thought somebody might find it useful. > Please reply to this thread with suggestions, comments... > > http://www.fyneworks.com/jQuery/multiple-file-upload/ Pretty cool dude. The limit-3 demo only allowed me to a

[jQuery] Re: TableSorter question

2007-04-09 Thread Chris W. Parker
On Monday, April 09, 2007 12:02 PM Andy Matthews <> said: > There's an option for default sort. How is the data getting to the > page? Is it hard-coded or the result of an SQL operation? It's both. I mean that it's not JSON or XML data. The data returned from the SQL call is used to create the t

[jQuery] TableSorter question

2007-04-09 Thread Chris W. Parker
Hello, I want my table to be sorted in the opposite direction that it's currently being sorted in when TableSorter does its first sort. I can't find a switch to do that but perhaps I'm not seeing it. Anyone know what it's called or should I just add my own? Thanks, Chris.

[jQuery] Re: THICKBOX doesnt work when on line...why?

2007-04-05 Thread Chris W. Parker
On Thursday, April 05, 2007 11:04 AM helpshelps <> said: > i have a problem implementing jquery and thickbox in my site, and i > can't understand the reason, because, the off-line site is perfectly > working with all the libraries and visualize the thickbox, but when i > upload it on my linux ser

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-05 Thread Chris W. Parker
On Wednesday, April 04, 2007 5:07 PM Glen Lipka <> said: > The worst thing ever?? Come on. Have you tried Microsoft Bob? When it comes to email yes. [snip irrelevant stuff] > Or should I have said that here? The first time I read your email I missed this part. :/ > On a serious note, I thi

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 2:48 PM Glen Lipka <> said: > Top posting, bottom posting. (Age old dillema - or at least 10 years > old) Is it acceptable to erase the message and just post? Like this? That's the worst thing ever! It makes it almost impossible to get context unless you've already

[jQuery] Re: google group question

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 4:23 PM dc <> said: > is there any way to receive email updates using a different email > address than my gmail account? > > thanks! Subscribe to the group with a different email address.

[jQuery] Re: Table sorting with skipped rows

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 11:04 AM CircleFusion <> said: > I dunno if the title of this thread makes sense, but the higher-ups > want to know if I can have a table like this... > > http://www.circlefusion.com/projects/ge/table_sort_example.gif"; /> > > where one of the rows is attached to an

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 12:08 PM Erik Beeson <> said: > The page doesn't have to be blank, you could at least have a link back > to where the user came from or something. [snip] This approach makes a bit more sense to me. Thanks for all the information. Chris.

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 11:05 AM Erik Beeson <> said: > It's almost 11am and I'm still awake from yesterday. I'm very likely > not communicating well :) It's ok. Thanks for taking the time to answer my question. :) > If you're using separate > pages for your form, you could have the "succe

[jQuery] Re: Something that bugs me about the google groups messages...

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 8:45 AM Rick Faircloth <> said: > I'll have to check and see if there's some way in Outlook to stop the > addition of the "Re:" before the subject line... > > I wonder if there's any way to set that in the Google Groups list > settings? John? It doesn't seem that it

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 10:15 AM Erik Beeson <> said: > TB_remove() closes the thickbox, but you need to call it from the > context of the top window, not the inner iframe window. So you > probably want to do something like parent.TB_remove() on the last > page. Or, if you want to remove the

[jQuery] How do I handle form submission within ThickBox?

2007-04-04 Thread Chris W. Parker
Hello, I'm using ThickBox in IFrame mode and I'm loading a form that submits to another page and then redirects to a third page. I just did a test of this and ThickBox loads my form page fine but after I submit the form and the processing page is done and redirects to the third page, the third pa