[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

[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] 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] 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] 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] 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: minify + gzip??????? stupid question i know but please explain...

2008-10-15 Thread Chris Jordan
Yeah, nothing bugs me more than when I'm searching for the answer to something on google only to come up with fifteen mailing list posts on the subject where the only answer is some smart-ass telling me to search google for it. :o/ On Wed, Oct 15, 2008 at 9:06 AM, Alex Weber [EMAIL PROTECTED]

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Chris Jordan
Yeah, wow! I'm definitely bookmarking that! Very nicely done! Chris On Tue, Oct 14, 2008 at 2:08 PM, Benjamin Sterling [EMAIL PROTECTED] wrote: Tony, I really must say that that is a beautiful piece of work; I don't have a need for it right now but be sure that I have bookmarked and passed

[jQuery] Re: Best JQuery pop-up plugin.

2008-09-19 Thread Chris Jordan
Given your requirements, you can't go wrong with using jQueryUI. - modal pop-up (check) - easy to control life cycle (check) - good documentation (check) -- http://docs.jquery.com/UI/Dialog - easy to customize look and feel ( same link as above, see Theming, also check out the theme roller, very

[jQuery] Re: Best JQuery pop-up plugin.

2008-09-19 Thread Chris Jordan
I agree that theme roller is one of the coolest things since sliced bread... :o) On Fri, Sep 19, 2008 at 3:24 PM, Richard D. Worth [EMAIL PROTECTED] wrote: For jQuery UI Dialog themes, take a look at ThemeRoller: http://themeroller.com/ - http://ui.jquery.com/themeroller There are

[jQuery] Re: Best JQuery pop-up plugin.

2008-09-18 Thread Chris Jordan
Um... jQueryUI's dialog widget is good... and super easy to use. I'm just sayin'... ;o) Chris On Thu, Sep 18, 2008 at 11:51 AM, crypto5 [EMAIL PROTECTED] wrote: Hi All, what is the best JQuery pop-up window plugin in your opinion? I am not strong experienced in JQuery and looking for

[jQuery] Re: New jQuery Website...

2008-09-10 Thread Chris Jordan
Amen to this sort of thing being a royal pain in the arse! :o( Chris On Wed, Sep 10, 2008 at 11:26 AM, Rick Faircloth [EMAIL PROTECTED]wrote: Your code demonstration is a definite strike against incremental upgrades in my eyes...something could break every few days. Since I don't use

[jQuery] Re: New jQuery Website...

2008-09-09 Thread Chris Jordan
] wrote: Yes, it does look great! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: Monday, September 08, 2008 12:58 PM To: jQuery Group Subject: [jQuery] New jQuery Website... I really like the look of the new jQuery website. When did

[jQuery] Re: New jQuery Website...

2008-09-09 Thread Chris Jordan
issue.. but i didn't look at the code... hope that helps jeremyBass On Sep 9, 9:54 am, Chris Jordan [EMAIL PROTECTED] wrote: I just looked at the site in IE7 and I'm not seeing any problems. I clicked around in the documentation, and tutorials area, and just didn't notice a problem. Jeremy

[jQuery] New jQuery Website...

2008-09-08 Thread Chris Jordan
I really like the look of the new jQuery website. When did it get launched? My hats off to the designers! It looks fantastic!! :o) Chris -- http://cjordan.us

[jQuery] Re: Doc's site down?

2008-08-28 Thread Chris Jordan
the docs site (for example) is getting the equivalent of about 3-4 Slashdot/Digg effects per day so we have to boost up the resources that we have. --John On Thu, Aug 28, 2008 at 3:22 PM, Chris Jordan [EMAIL PROTECTED]wrote: No offense to Remy, but I just don't like the way the Visual

[jQuery] Re: $ Not defined

2008-08-28 Thread Chris Jordan
I had a similar problem recently, and it turned out to be a permissions issue with just the jquery source file. Fixed the permissions problem, and the file started getting included properly. Have you looked at a possible permissions issue? Chris On Thu, Aug 28, 2008 at 11:04 AM, Chris [EMAIL

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
Mike, thanks for your suggestion. I'll give that a shot and let report back. :o) Chris On Tue, May 20, 2008 at 9:11 PM, Mike [EMAIL PROTECTED] wrote: http://rock-itnaturalstone.com/dev/ThinVeneer.php Just hover over some of the stone samples to see what it's doing. It's driving me

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
That didn't fix the flickering problem. :o( Can anyone help? http://rock-itnaturalstone.com/dev/ThinVeneer.php Chris On Wed, May 21, 2008 at 11:10 AM, Chris Jordan [EMAIL PROTECTED] wrote: Mike, thanks for your suggestion. I'll give that a shot and let report back. :o) Chris On Tue

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
really, really need help on this. :o( Chris On Wed, May 21, 2008 at 11:15 AM, Chris Jordan [EMAIL PROTECTED] wrote: That didn't fix the flickering problem. :o( Can anyone help? http://rock-itnaturalstone.com/dev/ThinVeneer.php Chris On Wed, May 21, 2008 at 11:10 AM, Chris Jordan

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
Michael, I'll try this. Thanks so much. On Wed, May 21, 2008 at 11:21 AM, Michael Price [EMAIL PROTECTED] wrote: Chris Jordan wrote: Just to clarify, in order to see the problem (especially in FF -- it looks a little different in IE) mouse over one of the thumbnails in the center

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
', fontWeight:'bold' }, overlayCSS: { backgroundColor:'#F2F2F2', opacity:'0.6' } }) },function() { // MOUSEOUT HERE $(this).unblock(); }); On Wed, May 21, 2008 at 11:31 AM, Chris Jordan [EMAIL PROTECTED] wrote

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Chris Jordan
I figured out what the hour glass is all about. I'm throwing up an overlay, and that puts up the hour glass automatically. if you hover over just the text in the middle, then there's no hour glass there. Thanks for everyone's help! Chris On Wed, May 21, 2008 at 11:45 AM, Chris Jordan [EMAIL

[jQuery] BlockUI: message as complete overlay

2008-05-21 Thread Chris Jordan
Recently in another thread (BlockUI: Strange flickering problem), I found that what I'd like is to have my message be the entire overlay. So as it stands right now, you get a semi-transparent overlay with a message in the middle. When you run your mouse over the overlay bit, the cursor turns into

[jQuery] BlockUI: What's wrong with this code?

2008-05-20 Thread Chris Jordan
Can anyone tell me what's wrong with the following code: $(function(){ $(.thumb).bind(mouseover, function(){ $(this).blockUI({ message: $(this).attr(alt) }) }).bind(mouseout,function(){

[jQuery] Re: BlockUI: What's wrong with this code?

2008-05-20 Thread Chris Jordan
I figured it out. It should be $(this).block() NOT $(this).blockUI()... duh... On Tue, May 20, 2008 at 5:10 PM, Chris Jordan [EMAIL PROTECTED] wrote: Can anyone tell me what's wrong with the following code: $(function(){ $(.thumb).bind(mouseover, function

[jQuery] BlockUI: Strange flickering behavior.

2008-05-20 Thread Chris Jordan
Hi folks, after solving my previous BlockUI problem, I'm wondering if anyone has ever seen it do this before: http://rock-itnaturalstone.com/dev/ThinVeneer.php Just hover over some of the stone samples to see what it's doing. It's driving me crazy. It's almost as if the mouseover even fires

[jQuery] Re: Jquery, AJAX and MySQL update

2008-04-11 Thread Chris Jordan
yeah, the other method of passing data via ajax is: ... url: myurl.php, type: post, data: {variablename:value, variablename2:someJSValue}, ... you could declare an object that contains your arguments that you want to pass in to updatesql.php like this: var args = {} args.name = John

[jQuery] Re: Jquery, AJAX and MySQL update

2008-04-11 Thread Chris Jordan
Chris, The hash idea that the other site was talking about is what I was telling you in my previous post. I do this all the time: function myFunction(email){ var args = {}; args.name = $('#nameid').val(); args.location = $('#locationid').val(); args.email = email;

[jQuery] Re: [POLL] Online jQuery Training from John Resig

2008-03-06 Thread Chris Jordan
+1 for I'd attend (and I answered the poll in the same way). I would like to know that for my fee, I could be given access to a recording of the session for my later review and study. I realize you guys aren't to that point yet, but if I pay, and perhaps I'm not able to attend (which could

[jQuery] Re: [POLL] Online jQuery Training from John Resig

2008-03-06 Thread Chris Jordan
I know my blog isn't of much note, but consider this subject blogged! http://cjordan.us/index.cfm/2008/3/6/John-Resig-to-Give-Online-jQueryJavaScript-Training Chris Rey Bango wrote: The jQuery team is looking to gauge interest in jQuery training delivered in a live, online format by jQuery

[jQuery] Re: Need help picking a Jquery Popup plugin

2008-03-06 Thread Chris Jordan
check out jQueryUI. I've been very happy with the dialog boxes it produces. Cheers! Chris On Thu, Mar 6, 2008 at 1:26 PM, prakash123 [EMAIL PROTECTED] wrote: Hello I have a list of links in a page, i want the end user to click the link and read the content in a popup window. (not the

[jQuery] Re: Plugin Authoring Help pt 2

2008-03-05 Thread Chris Jordan
J, I for one sure hope that someone follows up on your particular thoughts here. I've not thought of doing what you're talking about here, and I'd love to read other experts opinions on the subject. Thanks for adding to this thread. :o) Chris On Wed, Mar 5, 2008 at 8:57 AM, J Moore [EMAIL

[jQuery] Dell.com is using jQuery 1.2.2

2008-03-05 Thread Chris Jordan
Just a quick note to say that I noticed today that Dell.com is using jQuery v. 1.2.2 Go to dell.com and look at the source for yourself if you want. It looks like they're using some version of thickbox or something too. Click on My Account and a modal-type window comes up for a login. Pretty

[jQuery] Re: Problem with form validation (works in FF, but not in IE)

2008-02-25 Thread Chris Jordan
Just to let you know, that switching from jquery.validate.pack.js to jquery.validate.js worked like a champ. I wonder if the packed version can be fixed though as I'd rather use it. On Feb 24, 4:11 pm, Chris Jordan [EMAIL PROTECTED] wrote: Thanks for the response! I'll let you know how

[jQuery] validation plug-in and error placement -- need help

2008-02-25 Thread Chris Jordan
Hi folks, I'm in need of some assistance in figuring out how to place error messages via Jörn's form validation plug-in. I'm not sure I understand how it works. So far what appears to happen is that the plug-in itself adds a label tag with the class error and then the text of the error that I've

[jQuery] Re: validation plug-in and error placement -- need help

2008-02-25 Thread Chris Jordan
of a modal dialog? Thanks heaps, Chris On Feb 25, 10:03 am, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm in need of some assistance in figuring out how to placeerror messages via Jörn's formvalidationplug-in. I'm not sure I understand how it works. So far what appears to happen

[jQuery] Re: validation plug-in and error placement -- need help

2008-02-25 Thread Chris Jordan
Jörn Zaefferer wrote: Chris Jordan schrieb: Just some clarification on what I'm trying to achieve. I'm looking at the error container example for the validation plug-in and that's darn close to what I want, but I was hoping for the error container to be more like a modal dialog

[jQuery] Re: Problem with form validation (works in FF, but not in IE)

2008-02-24 Thread Chris Jordan
Thanks for the response! I'll let you know how it turned out. On Feb 20, 10:41 pm, Macarrão [EMAIL PROTECTED] wrote: Hails! Well, I've been using this plugin and it works nice! I think you'd better give the attribute name the same value as the id attribute. I believe IE and Opera selects by

[jQuery] Problem with form validation (works in FF, but not in IE)

2008-02-20 Thread Chris Jordan
Hi folks, This page http://seifactory.com/login.php works in FireFox without problem, but doesn't do anything in IE. Now, I'm only talking about validation here, the form doesn't actually *do* anything just yet. All I was trying to do was get the validation going. This is the first time I've

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

2008-02-13 Thread Chris Jordan
that's lame. enter should be a single line break. If I want a double line break, I'll hit enter twice. On Feb 13, 2008 1:29 AM, andrea varnier [EMAIL PROTECTED] wrote: On Feb 12, 8:32 pm, Andy Matthews [EMAIL PROTECTED] wrote: We've been using FCK editor for a while now. It used to create a

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

2008-02-13 Thread Chris Jordan
now double spaces with enter key? On 13 Feb, 16:03, Chris Jordan [EMAIL PROTECTED] wrote: that's lame. definitely. but I think it has something to do with editors like Dreamweaver. I remember using it once... is there a CTRL+Return combo or something? -- http://cjordan.us

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

2008-02-04 Thread Chris Jordan
wanted to give you a heads up, I've released jdMenu 1.4.0 at http://jdsharp.us/jQuery/plugins/jdMenu/1.4.0 (though I haven't posted notice of this yet) It's been updated to work with jQuery 1.2.2 and the latest dimensions plugin. Cheers, -Jonathan On 1/24/08, Chris Jordan [EMAIL PROTECTED

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

2008-01-24 Thread Chris Jordan
_ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 21, 2008, at 4:08 PM, Chris Jordan wrote: You said it was positioning correctly for you? What version of IE was that in? For me, in IE6 it shows up in the top left (0,0) of the view port... it's supposed to show

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

2008-01-24 Thread Chris Jordan
. I'd love the help. I'll of course keep working on it from my end. Thanks so much everyone, Chris On Jan 24, 2008 10:54 AM, Chris Jordan [EMAIL PROTECTED] wrote: Sorry, I'm just now getting back to this guys (I was sick yesterday). I appreciate all the suggestions. I'll bet it's malformed markup

[jQuery] Re: $(window).scrollLeft is not a function ... help! :o(

2008-01-21 Thread Chris Jordan
Problem solved. I feel stupid. It was a typo in my path to the .js source for the dimensions plug-in. Duh. :o/ Chris On Jan 21, 2008 10:25 AM, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm trying to use jdMenu for jQuery (which I have successfully used before), but I'm getting

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

2008-01-21 Thread Chris Jordan
Hi folks. I'm having another problem with the jdMenu plug-in. In IE when I hover over the top-level menu the sub-menu appears in the absolute top left of the view-port! Bah! I don't know what I've done wrong. I've used jdMenu at another client of mine, and it works great in both FF and IE. This

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

2008-01-21 Thread Chris Jordan
element. Hope that helps. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 21, 2008, at 1:42 PM, Chris Jordan wrote: Hi folks. I'm having another problem with the jdMenu plug-in. In IE when I hover over the top-level menu the sub-menu appears

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

2008-01-21 Thread Chris Jordan
1:01 PM, Chris Jordan [EMAIL PROTECTED] wrote: going to lunch. I'd like to exchange emails with you about this. I'll be back in about an hour or so. Thanks so much Karl. Chris On Jan 21, 2008 12:52 PM, Karl Swedberg [EMAIL PROTECTED] wrote: It looked to me like it was being positioned

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

2008-01-21 Thread Chris Jordan
. - Jack Chris Jordan wrote: Hi folks. I'm having another problem with the jdMenu plug-in. In IE when I hover over the top-level menu the sub-menu appears in the absolute top left of the view-port! Bah! I don't know what I've done wrong. I've used jdMenu at another client of mine

[jQuery] Re: Programmatically controlling cut and paste

2007-12-27 Thread Chris Jordan
. An alternative that works cross-browser is to hijack Flash's access to the clipboard via ExternalInterface. -- Yehuda On Dec 26, 2007, at 9:29 AM, Chris Jordan wrote: Okay, I think I just found it. Before I posted this question I was searching google for javascript programmatic cut and paste (and other

[jQuery] Programmatically controlling cut and paste

2007-12-26 Thread Chris Jordan
Is there a way to use jQuery (or javascript in general) to programmatically controll copy and paste functions? I'd like to replace the right-click context menu and *only* offer the ability to cut and paste. I was looking at using Chris Domigan's ContextMenu plug-in to capture the right-click and

[jQuery] Re: Programmatically controlling cut and paste

2007-12-26 Thread Chris Jordan
is okay for me because when users launch this app they don't get a browser choice. It's automattically using IE 6. All that said, comments are still welcomed. :o) Thanks, Chris On 12/26/07, Chris Jordan [EMAIL PROTECTED] wrote: Is there a way to use jQuery (or javascript in general

[jQuery] Re: jChess

2007-12-07 Thread Chris Jordan
Sweet! Thanks for the update. :o) Chris On Dec 7, 2007 6:38 AM, aldur [EMAIL PROTECTED] wrote: I'm in the process of setting up my web site again. it will be on the http://www.bloodmoongames.com site when the new version goes up. I've had to move hosting companies. --

[jQuery] Re: jChess

2007-12-06 Thread Chris Jordan
aldur, Let's see a demo, dude! :o) -Chris On Dec 6, 2007 9:05 AM, aldur [EMAIL PROTECTED] wrote: html head script src=jquery.js/script script src=jQuery.chess.js/script script $(document).ready( function(){ $(#chessboard).chess(); } ); /script style

[jQuery] Re: new jARIA plugin

2007-12-03 Thread Chris Jordan
This looks cool. I have to admit that to this point, I've not been required to make sure that things are accessible by screen readers and the like. It looks like if I'm ever required to do so, that this plug-in will make things *much* easier! Nice work. :o) Chris On Dec 3, 2007 1:03 PM, Chris

[jQuery] Re: DateJS: Robust Date manipulation library

2007-11-28 Thread Chris Jordan
that's pretty dang cool. I like the syntactic sugar. I was amazed that for all it's coolness when I entered tomorrow at 8:15PM that it understood that as tomorrow at 8:15AM... it ignored my AM/PM designation! It only works off of a 24 hour clock. That's a little disappointing, but not so much as

[jQuery] Re: SITE: http://www.foodnetwork.com/

2007-11-06 Thread Chris Jordan
That's just got to give John and the rest of the jQuery core crew the warm fuzzies, you know? It would if I were in their shoes! :o) Chris On Nov 6, 2007 7:28 PM, Andy Matthews [EMAIL PROTECTED] wrote: Don't know if this has already been posted or not, but it appears that FoodTV giant

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Chris Jordan
The way Gmail view emails as conversations really works for me. There may be 100 posts on a particular thread, but it only shows up as one line in my inbox. I have an account on a Zimbra server that's also able to view the inbox either as a list of individual emails or as conversations. I thought

[jQuery] Re: noob: table row level link and hover

2007-10-20 Thread Chris Jordan
crybaby, Given the following markup: table border=1 tr link=site.com/tutorial/1tdRow 1 Cell 1/tdtdRow 1 Cell 2/td/tr tr link=site.com/tutorial/1tdRow 2 Cell 1/tdtdRow 2 Cell 2/td/tr /table you could do something like this: $(function(){ $(tr[link]).bind(click, function(){

[jQuery] Re: noob: table row level link and hover

2007-10-20 Thread Chris Jordan
I just noticed Glen's reply and looked at that example. It's almost identical to what i was suggesting with a couple of minor differences that I thought I'd point out. His example: var newURL; $(td).click(function(){ newURL = $(this).parents(tr).attr(goto); window.location.href = newURL;

[jQuery] Re: AJAX and dynamically created dropdowns

2007-10-19 Thread Chris Jordan
to try this: http://www.texotela.co.uk/code/jquery/select/ - Jack Chris Jordan wrote: Could it be because you're name and id are identical? select name=SchoolID id=SchoolID /select Perhaps IE doesn't like this? Just a guess. Chris On 10/19/07, *Yaz* [EMAIL

[jQuery] AjaxCFC + jQuery tutorial: part 2

2007-10-18 Thread Chris Jordan
I realize that this is way late in coming, but I've finally put together part two of the AjaxCFC + jQuery tutorial. I feel seriously guilty about not getting it out before now, so I hope anyone who was interested in seeing it still is, will forgive my lateness in getting it published, and will

[jQuery] Re: Why people love the jQuery JavaScript library

2007-10-17 Thread Chris Jordan
Very cool. Thanks for the link Rey! :o) Chris On 10/17/07, Rey Bango [EMAIL PROTECTED] wrote: Read Ben Nadel's posting title jQuery And The Anticipation Of Greatness (http://www.bennadel.com/index.cfm?dax=blog:997.view) Rey... -- http://cjordan.us

[jQuery] Re: creating drop down menus with JQuery?

2007-10-15 Thread Chris Jordan
check out jdMenu http://jdsharp.us/jQuery/plugins/jdMenu/. It's pretty cool. Chris On 10/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Is there a plug-in that allows for menu creatio in JQuery? Specifically, I'm looking for something where when you roll over an arrow graphic, a

[jQuery] Re: Select box show/hide

2007-10-08 Thread Chris Jordan
bombaru, I had just helped another user with almost this same question. I'm lazy, so check out this short threadhttp://groups.google.com/group/jquery-en/browse_thread/thread/61f29abca67a866c/075832c811ad0ee3#075832c811ad0ee3 . He was doing things on a click, but you could do them on the change

[jQuery] Re: Select box show/hide

2007-10-08 Thread Chris Jordan
how to trigger the show) }); you could simplify that code like this: $(div[id^='option']).hide(); This says, get me all the elements of type div that have the attribute 'id' that starts with 'option'. Seven lines to one line! Isn't that cool!? Have fun! Chris On 10/8/07, Chris Jordan [EMAIL

[jQuery] Re: Select box show/hide

2007-10-08 Thread Chris Jordan
Swedberg www.englishrules.com www.learningjquery.com On Oct 8, 2007, at 4:23 PM, Chris Jordan wrote: Also, I just noticed this code: $(document).ready(function() { // (hide the divs on initial view) $('#option-1').hide(); $('#option-2').hide(); $('#option-3').hide(); $('#option-4

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-10-01 Thread Chris Jordan
I'm having this same problem. I have a very long list of items that are each clickable. When the user clicks on one it pops up a thickbox that allows the user to edit that item. However, when the user clicks on items far down in the list, they appear to get no thickbox. After a little

[jQuery] Thickbox 3.1: Transparency issues in IE6

2007-09-10 Thread Chris Jordan
Hi folks, I've just started using thickbox 3.1 and I notice that transparencies are *not* working in IE6. Is anyone else having this issue? I've not had this issue in the past, so it's confusing me. The CSS appears to be correct to me, but for some reason, the background refuses to be

[jQuery] Re: Thickbox 3.1: Transparency issues in IE6

2007-09-10 Thread Chris Jordan
: Do you have a link where we can check your problem? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: lundi 10 septembre 2007 17:09 To: jQuery (English) Subject: [jQuery] Thickbox 3.1: Transparency issues in IE6

[jQuery] Re: Problem with a possible race condition

2007-07-05 Thread Chris Jordan
Bump. Can anyone shed some light on this? Thanks heaps, Chris On Jul 4, 3:42 pm, Christopher Jordan [EMAIL PROTECTED] wrote: Okay, just an update for anyone thinking of helping. I ran the dialog page by itself (sans thickbox) and the focus gets set just fine. So this is somehow related to

[jQuery] Re: Problem with a possible race condition

2007-07-05 Thread Chris Jordan
/body script //$(##SSNID)[0].focus(); /script /CFOutput /html I'll try the onShow callback, but if you can think of anything else, I'd love to hear about it. Many thanks, Chris On Jul 5, 11:45 am, Klaus Hartl [EMAIL PROTECTED] wrote: Chris Jordan

[jQuery] dumb interface question

2007-06-28 Thread Chris Jordan
Hi folks, I've never used the interface plug-in before, and I've just downloaded it, but I'm not completely understanding how to install it. The zip file contains a file called interface.js and then a folder called compressed that contains all the effects js files. Am I supposed to put the

[jQuery] Re: How do I find this error?

2007-06-27 Thread Chris Jordan
Thanks heaps, Mike! I've a question though. That blog entry you point to says: When you've enabled Script Debugging 'View-Script Debugger' will now be present to help you break into the debugger. But, I'm not finding that's the case. Also, it goes on to talk about three applications that the

[jQuery] Re: New Plugin Repository

2007-06-25 Thread Chris Jordan
Okay, I've finally looked over this big ol' thread to see if my question was covered or not... and it wasn't. Back when this page was first released (and then removed after the DDOS atack), I had registered and added my plug-in. The good news was that I went to put my plug-in back in the

[jQuery] Can I select just one?

2007-06-14 Thread Chris Jordan
Hi folks, I've not really had a need to do this before, but is it possible to tell jQuery that when doing a selection I just want the first one found? I know that I can reference the zeroth element in the array of matches. As it happens, right now I've got a need to just get the first occurance

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Jonathan, I've solved my problem. I didn't have the latest versions of everything as I thought I did. Thanks for the tip on using $ (.jd_menu).jdMenu(); for my dynamic purposes. Thanks! Chris On Jun 9, 12:42 pm, Chris Jordan [EMAIL PROTECTED] wrote: Hey, I've just simplified my html even

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
as opposed to a top level menu so what you'll need to do is call $(...).jdMenu() at the end of your ajax call after you've appended your MenuLists. Cheers, -Jonathan On 6/4/07, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm in need of some help using jdMenu. I've got a nice menu up

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
On 6/4/07, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm in need of some help using jdMenu. I've got a nice menu up and running using ver. 1.2.1, but it's static: meaning that I've hard coded the un-ordered lists that make up the menu contents. What I need now is a way for my app

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Chris Jordan
way to helping you. what is MenuLists? what is being passed back from the server? are you sure it is passing back what you want? How are you building your menu? Ben On 6/4/07, Chris Jordan [EMAIL PROTECTED] wrote: Hi folks, I'm in need of some help using jdMenu. I've got a nice

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

2007-05-17 Thread Chris Jordan
I added the ColdBox ColdFusion Framework website to the list. They're using jQuery + thickbox. Chris On May 16, 9:34 am, rolfsf [EMAIL PROTECTED] wrote: I just spottedjqueryon John Edward's site,http://www.supportthetroopsendthewar.com/ I was curious about the script they'reusingfor the

[jQuery] CFJS now at version 1.0.5

2007-04-22 Thread Chris Jordan
Hi folks, Just a quick note that I've made some significant improvements to the CFJS for jQuery plug-in. Most noticeably is the inclusion of all but one of the ColdFusion List functions. I've left out ListQualify() because in the context of JavaScript it didn't seem particularly useful to me. If

[jQuery] OT: How to request something from the google groups folks?

2007-04-22 Thread Chris Jordan
Does anyone know if you can request a feature for GoogleGroups? Just in case someone from Google is monitoring (... they *do* do that don't they?) here's my request: I've got a request for the web based interface. I'd like to see a method of adding code windows. Not unlike those in BlogCFC or

[jQuery] Thickbox question: Passing variables to pages in the iframe

2007-04-21 Thread Chris Jordan
Hi folks, First let me say that I *did* search the list, and I *did* find a thread or two on this subject, but the solutions I found there seemed hokey to me. The problem is I'm trying to pass a JSON string on the URL (I'm using TB_show directly), and my most recent guess as to the problem is

[jQuery] Re: Proposed modification of ThickBox 2.1.1

2007-04-21 Thread Chris Jordan
Okay, so viewing the post from the web interface the image didn't work out. If you can't see the image, then you can view it here (http:// cjordan.us/images/example.png) Cheers, Chris On Apr 21, 12:32 pm, Christopher Jordan [EMAIL PROTECTED] wrote: Recently I started using ThickBox for my

[jQuery] Re: CFJS Announcement: please get the latest version

2007-04-21 Thread Chris Jordan
I'm sorry for the maybe too frequent updates, but I've just spotted another bug and have fixed it. The newest version is 1.0.4. SVN Revision 20 (unpacked) or SVN Revision 18 (packed). Sorry for any inconvenience. Cheers, Chris On Apr 21, 12:15 am, Chris Jordan [EMAIL PROTECTED] wrote: Hey

[jQuery] CFJS Announcement: please get the latest version

2007-04-20 Thread Chris Jordan
Hey folks, Anyone using the cfjs plug-in for jQuery is urged to go get the very latest version from the SVN repository over at http://cfjs.riaforge.org. Why? Well, I accidentally left some debugging alerts in the code of my last update. The alerts were associated with my last bug fix for the

[jQuery] Re: Class doesn't support Automation? -OR- I think there's a bug in jquery.dump.js

2007-04-19 Thread Chris Jordan
Okay, I think I figured this one out. I've put up a very simplified page that shows the problem in action, and it was during the creation of this page that I figured out what (or more accurately where) the issue is. view the page here (http://cjordan.us/test/ChrisTest.cfm). My original

[jQuery] Re: Keyboard shortcuts

2007-04-19 Thread Chris Jordan
That shortkeys plugin is cool! I'm gonna have to remember that one. :o) Chris On Apr 19, 2:49 pm, Leonardo K [EMAIL PROTECTED] wrote: http://sanisoft-demo.com/jquery/plugins/shortaccesskey/ orhttp://rikrikrik.com/jquery/shortkeys/ On 4/19/07, Glen Lipka [EMAIL PROTECTED] wrote:

[jQuery] Re: ThickBox question

2007-04-18 Thread Chris Jordan
Rob, That is essentially what I ended up doing. I got busy with the coding so I didn't have time to update this thread, but that is exactly what I ended up doing. Thanks for the help though! :o) Cheers, Chris On Apr 18, 3:51 am, Klaus Hartl [EMAIL PROTECTED] wrote: Chris Jordan schrieb

[jQuery] Re: unbind() fails on handler specified in the HTML

2007-04-18 Thread Chris Jordan
Is there any more information on this. I was curious if unbind() would work on an event set specifically in the HTML, so I thought I'd search the list... Looks like it was worth the search. Can anyone on the dev team (or just anyone who knows the answer) tell us if unbind() is meant to work on

[jQuery] Class doesn't support Automation?

2007-04-18 Thread Chris Jordan
Hi folks, I think I'm missing something simple here, but I can't seem to see it. Here's my function: function DeleteGroup(){ var $group = $(#GroupKeyID)[0]; var index = $group.selectedIndex; var groupname = $group[index]; $.dump(groupname); } Calling this function (FROM IE)

[jQuery] Re: Plugin: CFJS updated

2007-04-18 Thread Chris Jordan
On Apr 18, 5:47 pm, Chris Jordan [EMAIL PROTECTED] wrote: In this case (for the sake of formatting) I shortened the array Well, it seems that the formatting *still* didn't really work out... but hopefully you get the idea. ;o) On Apr 18, 5:35 pm, Web Specialist [EMAIL PROTECTED] wrote

[jQuery] ThickBox question

2007-04-17 Thread Chris Jordan
Hi folks, I've searched the archives, but didn't find what I was looking for. So if this has already been discussed and someone can point me to the old thread, that'd be awesome. Otherwise: Is it possible to trigger the opening of a thickbox without a link? In other words, I want to do this:

[jQuery] Re: ThickBox question

2007-04-17 Thread Chris Jordan
Okay, I just took a look at thickbox.js and want to know if all I have to do is call TB_show(caption, url, rel); ? I'll play around with this, but would love it if anyone could tell me if they've had this need before and how they solved it. Thanks, Chris On Apr 17, 4:13 pm, Chris Jordan [EMAIL

[jQuery] Plugin: cfjs updated (again)

2007-04-10 Thread Chris Jordan
Hi folks, I just wanted to let y'all know that I've added a few new functions to the cfjs plugin. They seem pretty basic, but I thought we should have them anyway. Added 04/10/2007: IsArray( value ) IsDefined( value ) IsStruct( value ) one thing to note is that (for now) the

[jQuery] [Plugin update]: jquery.cfjs.js

2007-04-09 Thread Chris Jordan
Hi folks, Just thought I'd drop a quick line to let everyone know that I've added the ListPrepend() function to the ColdFusionJavaScript plugin for jQuery. This *is* a function that CF offers (though I hadn't occasion to use it until recently), so I figured it needed to be in the plugin. It is

  1   2   >