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

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

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

[jQuery] Re: New To List - Question about JModal - DNR

2007-04-17 Thread Chris Jordan
Welcome to the list Jimmy. Thanks for the kudos on CJFS. :o) Cheers, Chris On Apr 17, 4:08 pm, "Jimmy Glass" <[EMAIL PROTECTED]> wrote: > Hi. > > I don't know if this is really a support forum, but. > > Has anyone had the problem of not being able to resize a JQModal window > vertically? I am ab

[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, Ch

[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

[jQuery] Re: am I in the last table row?

2007-04-18 Thread Chris Jordan
Hi, I just recently did something like this creating a little grid control. The idea was that I had a table with data filled in and a row at the bottom that was where the user could insert new information. Then when the user tabbed away from the last row a new row would be inserted (if that makes

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

[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
I posted some a while back in another thread. I really *should* have examples both on http://cjordan.us and on http://cfjs.riaforge.org/ I'll get that done soon. It's super simple though. Here's an example from a piece of code I'm writing now: if($.IsDefined(myArray[myArray.length - 1]) && $.St

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

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

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

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

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

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

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

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

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

2007-09-10 Thread Chris Jordan
andre Plennevaux" <[EMAIL PROTECTED]> > wrote: > > > 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: l

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

[jQuery] Re: Detecting Selected Text

2009-08-19 Thread Chris Jordan
emirror/story.html > > the last 6 paragraphs under 'Take one: Only indentation'. > > - Richard > > On Tue, Aug 18, 2009 at 4:08 PM, Chris Jordan wrote: > > > > > Is there a particularly jQuery-ish way to determine if there is text > > selected on the screen?

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

[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 here. 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

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

[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 thread . 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
hide(); $('#option-7').hide(); // (need help figuring out 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 '

[jQuery] Re: Select box show/hide

2007-10-08 Thread Chris Jordan
divs in another div with an id of > "options": > $('#options > div').hide() // etc. > > Hope that helps. > > --Karl > _ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > On Oct 8, 2007, at 4:23

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

2007-10-15 Thread Chris Jordan
check out 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 gr

[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: AJAX and dynamically created dropdowns

2007-10-19 Thread Chris Jordan
Could it be because you're name and id are identical? Perhaps IE doesn't like this? Just a guess. Chris On 10/19/07, Yaz <[EMAIL PROTECTED]> wrote: > > > Hello everyone, > > I have a script that basically just reads some data from an xml file, > then the data gets loaded into a dropdown, by

[jQuery] Re: AJAX and dynamically created dropdowns

2007-10-19 Thread Chris Jordan
> > controls in IE. I don't see a 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: > >

[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: noob: table row level link and hover

2007-10-20 Thread Chris Jordan
crybaby, Given the following markup: Row 1 Cell 1Row 1 Cell 2 Row 2 Cell 1Row 2 Cell 2 you could do something like this: $(function(){ $("tr[link]").bind("click", function(){ var link = $(this).attr("link"); window.location.href = link; }); }); In case you had

[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 = ne

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

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

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

[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: > > > > > > > > $(document).ready( >function(){ >$("#chessboard").chess(); >} > ); > > >table.board{border:1px solid black} >table.board td{

[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. > > -- http

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

[jQuery] Re: Programmatically controlling cut and paste

2007-12-26 Thread Chris Jordan
mentioned above only works for IE which 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: > &

[jQuery] Re: Programmatically controlling cut and paste

2007-12-27 Thread Chris Jordan
E, you're good to go. 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 > s

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

[jQuery] dynamic jdMenu help

2007-06-04 Thread Chris Jordan
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 to build the menu on the fly depending on what screen the u

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Chris Jordan
t; <[EMAIL PROTECTED]> wrote: > Chris, a url would go a long 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 Jo

[jQuery] Re: dynamic jdMenu help

2007-06-04 Thread Chris Jordan
Ben, Thanks for responding. I am frustrated, and I have a headache. Thanks for bearing with me. I just got back from dinner, and I'm going to hit the sack to try and let go some of this frustration, but tomorrow I'll put some code together to show online. I'm having a couple of problems now. F

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
ation is lacking quite a bit so I appologize. > > I realized that this works best for sub-menus 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, > -Jona

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Chris Jordan
jax > 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 and > > runni

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
4) Thanks, Chris On Jun 5, 11:02 am, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > On 6/5/07, Chris Jordan <[EMAIL PROTECTED]> wrote: > > > > > > > @Ben, > > > Thanks man. I appreciate it. > > > @Brian, I think you've hit the nail

[jQuery] Re: dynamic jdMenu help

2007-06-09 Thread Chris Jordan
Repo Decision Worksheet Logoff Of course, the includes are all still the same as in my last post. The firebug error is still the same. Thanks, Chris On Jun 9, 12:37 pm, Chris Jordan &l

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

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

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

[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

[jQuery] Re: Problem with a possible race condition

2007-07-05 Thread Chris Jordan
Customer SSN //$("##SSNID")[

[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
ng jquery 1.2.6 packed. Thanks, Chris On Feb 26, 3:11 pm, Chris Jordan 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 > >  // selec

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

2009-02-26 Thread Chris Jordan
rking correctly, how about trying: >     $this.attr("selected", "selected") ; > to set the value. > > Or if you can get the actual options value, you can set the value of > the select drop-down: > $("select").val(1); > > On Feb 26, 11:24 am, Chris Jo

[jQuery] Re: Doc's site down?

2008-08-28 Thread Chris Jordan
No offense to Remy, but I just don't like the way the Visual jQuery docs are laid out. I *really* like the way the official docs are laid out on docs.jQuery.com. If a copy of the docs in that exact format could be hosted somewhere else as an alternative to docs.jQuery.com, then I'd be happy with th

[jQuery] Re: Doc's site down?

2008-08-28 Thread Chris Jordan
eaking us off into multiple servers. Right now 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,

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

[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: New jQuery Website...

2008-09-09 Thread Chris Jordan
ea > though... > > On Sep 8, 10:03 am, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > > Yes, it does look great! > > > > Rick > > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Chris Jordan > > Sent: Monday,

[jQuery] Re: New jQuery Website...

2008-09-09 Thread Chris Jordan
; IE 7.0.5730.13 > > "if" i was to pin it down... i'd say it's a clearing 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

[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

[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

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

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

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

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

2008-01-21 Thread Chris Jordan
Hi folks, I'm trying to use jdMenu for jQuery (which I have successfully used before), but I'm getting the following errors when trying to use it this time around (1.3.beta2). When using the unpacked version I get: $(window).scrollLeft is not a function When using the packed version I get th

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

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

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

2008-01-21 Thread Chris Jordan
o those parent elements > rather than the body 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&#x

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

2008-01-21 Thread Chris Jordan
ris On Jan 21, 2008 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 <

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

2008-01-21 Thread Chris Jordan
d look for diffs if > that doesn't get you anywhere. > > - 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 t

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

2008-01-24 Thread Chris Jordan
> > > --Karl > _____ > 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

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

2008-01-24 Thread Chris Jordan
o fix this, and I've only got an hour left. What a pia... Anyway, if anyone can help me out. 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

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

2008-01-24 Thread Chris Jordan
indow).innerHeight()/Width() aren't valid. I'm finishing up > the 1.4 release which will be updated for latest jQuery releases. > > Cheers, > -Jonathan > > > On 1/24/08, Chris Jordan <[EMAIL PROTECTED]> wrote: > > > > Karl, > > > > I ran t

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

2008-02-04 Thread Chris Jordan
t; wrote: > Hi Chris, > > Just 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.

[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

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

2008-02-13 Thread Chris Jordan
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > > > Behalf Of andrea varnier > > Sent: Wednesday, February 13, 2008 9:14 AM > > To: jQuery (English) > > Subject: [jQuery] Re: OT: FCK editor now double spaces with enter key? > > > > On 13 Feb, 16:0

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

2008-02-20 Thread Chris Jordan
Hi folks, This page 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 at

[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

[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

[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 tag with the class "error" and then the text of the error that I've spe

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

2008-02-25 Thread Chris Jordan
rror messages inside 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 u

[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

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

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

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

[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" a

  1   2   >