[jQuery] Re: UI download builder broken?

2008-12-01 Thread Jordan Waeles
Mika Tuupola wrote: http://ui.jquery.com/download_builder/ Is UI download builder working? I choose the components I want and click download but nothing happens. It just resets the form. I have the exact same issue. Regards, -- Jordan

[jQuery] Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
Hi folks, I'm trying to manipulate which item in a select box is selected using jQuery. The following code snippet works great in FF but fails miserably in IE6 and IE7 // select the publish to option $(#PublishToID option).each(function(){ $this = $(this); if($this.attr(textContent) ==

[jQuery] Re: Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
packed. Thanks, Chris On Feb 26, 3:11 pm, Chris Jordan chris.s.jor...@gmail.com wrote: Hi folks, I'm trying to manipulate which item in a select box is selected using jQuery. The following code snippet works great in FF but fails miserably in IE6 and IE7  // select the publish to option

[jQuery] Re: Selectbox Manipulation...Works in FF but not in IE6 or IE7

2009-02-26 Thread Chris Jordan
options value, you can set the value of the select drop-down: $(select).val(1); On Feb 26, 11:24 am, Chris Jordan chris.s.jor...@gmail.com wrote: I just realized I may need to explain a little further. I've got a table on the same page. Clicking on a record in that table populates a small

[jQuery] Re: [validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
Steve J wrote: Group, I'm putting together a form using the Validate plugin, and have run into an issue it would be nice to resolve. My issue Is around the focusInvalid option. I'd like to disable the focusInvalid behavior for a particular element, yet keep it enabled for the rest. Is

[jQuery] Re: [jQuery][validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
Jörn Zaefferer wrote: There is no official API for that, but you can customize the focusInvalid method. An example is here: http://jquery.bassistance.de/validate/demo/tinymce/ (take a look at the source) Jörn Thanks for the help. It turned out I was going round the houses to do

[jQuery] Re: [validator] how to turn off validation once it's turned on

2009-05-21 Thread Steve Jordan
Sasha wrote: What I'm trying to figure out is if I can turn off the validator for the 2nd button when I add a row to the table, while keeping it active for the 1st one. To do this you remove the metadata from the form element which you don't want to validate. e.g. if you have a required

[jQuery] Detecting Selected Text

2009-08-18 Thread Chris Jordan
Is there a particularly jQuery-ish way to determine if there is text selected on the screen? I've googled around for some code on this subject, but I want to be sure that whatever I use is cross-browser compatible. It's been my experience that if I let jQuery do the heavy lifting for me, that my

[jQuery] Re: Detecting Selected Text

2009-08-19 Thread Chris Jordan
paragraphs under 'Take one: Only indentation'. - Richard On Tue, Aug 18, 2009 at 4:08 PM, Chris Jordan chris.s.jor...@gmail.comwrote: Is there a particularly jQuery-ish way to determine if there is text selected on the screen? I've googled around for some code on this subject, but I

[jQuery] Quick announcement about CFJS for jQuery

2009-09-16 Thread Chris Jordan
Hi folks, I just wanted to drop a quick note letting everyone know that I've committed cfjs 1.1.10 to the repository on riaforge.org (http:// svn.riaforge.org/cfjs/). This new version includes HTMLCodeFormat() and HTMLEditFormat(). I'll be working on NumberFormat() soon as well as a short list

[jQuery] A quick note about CFJS

2009-10-15 Thread Chris Jordan
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 herehttp://cjordan.us/index.cfm/2009/10/15/CFJS---Bug-Fix-Release. You can download the latest version

[jQuery] Another quick update to CFJS

2009-10-19 Thread Chris Jordan
Hey folks, I've made another quick update to the DateFormat function in CFJS. You can read about it on my blog if you like (http://cjordan.us/index.cfm/CFJS). It's at version 1.1.12, and as always is available from http://cfjs.riaforge.org. Cheers! Chris

<    1   2   3