[jQuery] Re: [newbie] toggle between two images

2007-10-08 Thread Christopher Jordan
oh awesome! I'm glad I could help! :o) Cheers! Chris On 10/8/07, Jeremie Bouillon <[EMAIL PROTECTED]> wrote: > > > Christopher Jordan wrote: > > None of this code is tested, so I could have made some mistakes. Also, > some > > other guru might have differe

[jQuery] Re: HTML returned from GET: What's the best solution to this issue?

2007-10-07 Thread Christopher Jordan
uot;. It's just meant to be text put into a text box or whatever > to take up visual space. > > On Oct 7, 9:39 pm, "Christopher Jordan" <[EMAIL PROTECTED]> > wrote: > > dude... what the hell is that! LOL! :o) > > > > On 10/7/07, Andy Matthews <[E

[jQuery] Re: HTML returned from GET: What's the best solution to this issue?

2007-10-07 Thread Christopher Jordan
dude... what the hell is that! LOL! :o) On 10/7/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > > Just a clarification...I really just want to be able to pass in a > string of text, from any source, and create a valid jQuery object from > it. In this case, this is the string that I'm going to be

[jQuery] Re: [newbie] toggle between two images

2007-10-07 Thread Christopher Jordan
HI Jeremie (sorry about the lack of accent characters, I'm feeling lazy right now) Would the imgFull class have the full image as a background image? and then maybe an imgThumb with a background image of the thumbnail? If so, that's as easy as doing something like this: $("#someID").click(functi

[jQuery] Re: Off-line documentation

2007-10-06 Thread Christopher Jordan
s On 10/6/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > There are a few I have seen, but all for 1.1, not 1.2. When the 1.2 xml > is released, I think we should have some new hard copies around. > > Glen > > On 10/6/07, Christopher Jordan < [EMAIL PROTECTED]> wro

[jQuery] Off-line documentation

2007-10-06 Thread Christopher Jordan
I seem to remember reading once that I could download the jQuery documentation for use off-line. I've looked a little, but couldn't find it. Does anyone remember if this is so? And if so, where do I get it? Cheers, Chris -- http://cjordan.us

[jQuery] Re: AjaxCFC

2007-10-04 Thread Christopher Jordan
Email Rob Gonda and see what he says about all this. He's the ultimate source on ajaxCFC anyway. If you get an answer to this, it'd be cool to hear about it. Chris On 10/4/07, Brook Davies <[EMAIL PROTECTED]> wrote: > > Thanks for the feecback Jack. I am using the success() method and within >

[jQuery] Re: ajaxCFC and CF8

2007-10-04 Thread Christopher Jordan
O... wrappers around the jQuery UI components sounds cool. Gotta keep us posted about that one! :o) Chris On 10/3/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Brook, > > CF8 provides quite a number of options in terms of prebuilt Ajax > controls but I tend to refer to them as "intro" widget

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

2007-10-01 Thread Christopher Jordan
If anyone cares, I think my problem here was that I didn't have the latest code for thickbox (even though, the version numbers were the same...:o/) Anyway, I found that my tb_position function looked like this: function tb_position() { $("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2)

[jQuery] Presentation pointers

2007-09-19 Thread Christopher Jordan
Hi folks, I'm going to be giving a talk to my local CFUG on jQuery, and specifically using jQuery in conjunction with ColdFusion. I've been writing a tutorial on my blog on this subject, but haven't finished it yet (it's a three-parter). However, this talk looming in the future has lit a fire unde

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

2007-09-10 Thread Christopher Jordan
Bah! Darned fingers! "Included" ... not "inclided"... :o/ Chris On 9/10/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > The opacity code is already inclided in the Thickbox code (in thickbox.css) > how much more manual are you talking about? > &g

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Christopher Jordan
Dude, that looks pretty freakin' sweet! I may have to give that one a shot sometime. Chris On 9/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > use this plugin: http://meerbox.nl/?page_id=4 > works fine and it's pretty nice ;) > > -- http://cjordan.us

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Christopher Jordan
Sam, I visited both links in your post (using IE6) and I can't see the problem? Also, I don't see anything on either page that looks like the corner plug-in has been applied. Hmmm... did you fix things already? :o/ Chris On 9/10/07, weepy <[EMAIL PROTECTED]> wrote: > > > that's an awesome plugin

[jQuery] Re: 1.2 out?

2007-09-10 Thread Christopher Jordan
Woo-HOO! On 9/10/07, Justin Sepulveda <[EMAIL PROTECTED]> wrote: > > > Yah, it looks like they're in the middle of updating everything. > > On Sep 10, 3:46 pm, MrNase <[EMAIL PROTECTED]> wrote: > > I just grabbedhttp://jquery.com/src/jquery-latest.jsand the header > > of the file says: > > > > /*

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

2007-09-10 Thread Christopher Jordan
The opacity code is already inclided in the Thickbox code (in thickbox.css) how much more manual are you talking about? Thanks, Chris On 9/10/07, Equand <[EMAIL PROTECTED]> wrote: > > > http://www.mandarindesign.com/opacity.html > > u can manually set a filter on the thickboxes overlay. > > On Se

[jQuery] Re: Coldfusionistas

2007-08-30 Thread Christopher Jordan
Andrea, Nice idea! Will this work with all MX versions of CF as well as CF8? Chris On 8/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have now set up a blog with the purpose to show up integration ways > between cf and jQuery (basically converting jquery plug-in in easy >

[jQuery] Re: [New Plugins] Ajax Queue and Ajax Sync

2007-08-07 Thread Christopher Jordan
Those sound really useful! Where can we get the code? Cheers, Chris On 8/7/07, John Resig <[EMAIL PROTECTED]> wrote: > > > Hey everyone - > > So Mike Hostetler was telling me about some Ajax queueing plugins that > he wanted to write - so I got some ideas, and less than an hour later > - here are

[jQuery] Re: blockUI... I must be doing something wrong...

2007-08-07 Thread Christopher Jordan
able called $StoreUpdateForm, I now force jQuery to look it up each time I use it. On 8/6/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > Mike, thanks. I'll check that. email me off list if you'd like to see > it working... or not working... or whatever ;o) > &

[jQuery] Re: blockUI... I must be doing something wrong...

2007-08-06 Thread Christopher Jordan
Mike, thanks. I'll check that. email me off list if you'd like to see it working... or not working... or whatever ;o) On 8/6/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Chris, > > It's hard to say without seeing the code in action. Try putting a > break on the line where $.blockUI is called.

[jQuery] Re: blockUI... I must be doing something wrong...

2007-08-06 Thread Christopher Jordan
this didn't seem to post the first time even though it's in my sent items. hopefully it will work this time. i really need help with this. thanks, chris On 8/6/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm in need of some help. I'm usin

[jQuery] blockUI... I must be doing something wrong...

2007-08-06 Thread Christopher Jordan
Hi folks, I'm in need of some help. I'm using blockUI to display a small set of fields to the user along with two buttons, "save" and "close". This little psuedo-form (it's not a true form) appears when the user clicks on a store from a list of stores that I'm displaying for them. It works great o

[jQuery] Re: Check this, if you've got the time

2007-08-02 Thread Christopher Jordan
Mitchell, Check out my blog post about AIR. It's **WAY** more than just WebKit (though it does indeed incorproate the WebKit HTML engine). http://cjordan.us/index.cfm/2007/7/19/Adobe-on-AIR-Bus-Tour-Summer-2007 In short, AIR is the Adobe Integrated Runtime. It allows you to use HTML, JavaScript,

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
ore. On 7/26/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > > Thanks Benjamin. I'll see if that helps. Unfortunately, that client just > up and decided out of the blue to stop work on all projects for about a > months time, so who knows when (if) I'll get back to it. :o( &

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
t taking out the paddings and adding them back in till you see the issue. Sadly, IE has known box issues so, you will need to adjust your math, height + paddingTop + paddingBottom, to suit. Hope this points you in the right direction. On 7/26/07, Christopher Jordan <[EMAIL PROTECTED] > wrote:

[jQuery] Re: A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
rlined"). removeClass ("ActiveLinkColor"); }).bind("click",function(){ DisplayScreen($(this).attr("method")); }); }); On 7/26/07, Christopher Jordan < [EMAIL PROTECTED]> wrote: > > Hi folk

[jQuery] A perhaps SOT CSS/jQuery question

2007-07-26 Thread Christopher Jordan
Hi folks, I'm having trouble with a bit of jQuery/CSS stuff, and I'm hoping someone here could explain what the heck I'm doing wrong. I am not by any stretch a CSS guy. I do what I can to get by. Also (and I know this sticks in lots of people's craw), this only *has to* work in IE. This is an int

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Christopher Jordan
I was about to do something like this for SSNs but you beat me to the punch. Great work Josh! You just saved me loads of time! :o) Cheers! Chris On 7/26/07, Josh Bush <[EMAIL PROTECTED]> wrote: Sorry for the confusing eye script example. Someone on this list had a request and gave me that as

[jQuery] Re: A jQuery success story

2007-07-20 Thread Christopher Jordan
This is awesome, Michael! Great work! And keep spreading the jQuery goodness around. :o) Chris On 7/20/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: A Great Story Michael, thank you. ~Sean -- http://cjordan.us

[jQuery] Re: Announce: Confirmer plugin

2007-07-18 Thread Christopher Jordan
Does disabling the element for 500ms sound like a reasonable solution to you? i'm not sure that disable makes much sense for non-buttons, but i think that buttons will make up 90%+ of use cases. Instead of disabling the element for 500ms just ignore any other clicks on the element for 500ms.

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Christopher Jordan
nd maintainingplugins. If a developer is not working on it anymore, but its useful then its down to the community, devs and normal members to take over. On 7/16/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Well, Tane if my understand of "official" is right, that means the

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Christopher Jordan
Well, Tane if my understand of "official" is right, that means the plug-in will be maintained by the jQuery dev team even if the original author croaks or otherwise abandons development on the plug-in, and that would mean time they have to spend *not* developing more jQuery Core or UI stuff. I du

[jQuery] Re: syntax errors in jquery-1.1.3.1.js

2007-07-16 Thread Christopher Jordan
Rick, on top of what John said I'll add that you might notice that you can change the behavior of JSLint to allow or disallow certain things. I just know that it's caught several problems for me related to packing problems. I use http://javascriptcompressor, but that appears to be running the same

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Christopher Jordan
That's a good idea Rey! :o) On 7/16/07, Rey Bango <[EMAIL PROTECTED]> wrote: It was a great question. I know I've been in that pinch and thats why I started archiving these emails on my box as well as downloading copies. That way, if I like the plugin and the author abandons it, I still have t

[jQuery] Re: Plugin Annoucements and Additions to Plugin Library

2007-07-16 Thread Christopher Jordan
Michael, I might be wrong, but I believe that unless it's an "official" plug-in, that it's the plug-in author's responsibility to update the plug-ins page with a link to download, examples, etc. Chris On 7/16/07, Michael E. Carluen <[EMAIL PROTECTED]> wrote: Hello everyone. I have always

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-16 Thread Christopher Jordan
/16/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: Select By ID $("#MyID"); Select By Class $(".myClass"); # indicates an ID while . indicates a class. It's documented somewhere, I just know it. On 7/16/07, Bil Corry <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: Frequently Asked Questions (FAQ)

2007-07-16 Thread Christopher Jordan
Select By ID $("#MyID"); Select By Class $(".myClass"); # indicates an ID while . indicates a class. It's documented somewhere, I just know it. On 7/16/07, Bil Corry <[EMAIL PROTECTED]> wrote: Richard D. Worth wrote on 7/14/2007 8:06 AM: > Just a few to start with. Please add any questions

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Christopher Jordan
If compressing your JS breaks it, try running the code through JSLint (http://jslint.com). This will detect minor errors that can cause packed JS to fail while the unpacked version works fine. I had to do this with the CFJS plug-in, and now I do it to everything I compress. Hope this helps.

[jQuery] ANN: CFJS 1.1.8 is now available for download

2007-07-09 Thread Christopher Jordan
Hi folks, Just wanted to let everyone know that version 1.1.8 of CFJS (both the jQuery and independent flavors) is now available for download from riaforge.org (http://cfjs.riaforge.org). Many thanks to Trent Richardson who coded the new functions that this version makes available, namely:

[jQuery] jQuery + AjaxCFC Tutorial Part 1

2007-07-09 Thread Christopher Jordan
Hi folks, Just wanted to let y'all know that I've written the first of a two (possibly three) part tutorial on using Rob Gonda's AjaxCFC with jQuery . Part two will be about manipulating complex dat

[jQuery] Re: Problem with a possible race condition

2007-07-04 Thread Christopher Jordan
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 thickbox. I would greatly appreciate any help. Cheers, Chris Christopher Jordan wrote: Hi folks, I'm having a problem

[jQuery] Problem with a possible race condition

2007-07-04 Thread Christopher Jordan
Hi folks, I'm having a problem that I hope someone out here can help me solve. I'm using thickbox to popup a dialog that asks a user for one piece of information in a text box. I want to set focus to that text box once the dialog is on screen, but I seem to be running into a race condition (*

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-01 Thread Christopher Jordan
I agree! You guys are the shizz! :o) Chris Marshall Salinger wrote: > Congratulations jQuery team. You guys rock! > > The news about jQuery UI is really exciting, I can't wait to test it out. > > Thanks, > Marshall > > John Resig wrote: > >> Hi Everyone - >> >> I'm pleased to announce the rele

[jQuery] Re: dumb interface question

2007-06-28 Thread Christopher Jordan
Oh! I get it. Thanks very much Dan. That's wasn't very clear on the site. :o) Chris Dan G. Switzer, II wrote: Chris, 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 in

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

2007-06-28 Thread Christopher Jordan
ocal variable window somewhere, where u can see the values of all the local variables. There is more you can do with it A very basic tutorial can be found here as well. http://ciquat.blogspot.com/2006/01/reliable-javascript-debugging-with.html - GTG On 6/28/07, *Christopher Jordan* <

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

2007-06-28 Thread Christopher Jordan
Okay, so after looking for a while online it seems that most people think that Microsoft Script Editor is superior in debugging to Visual Studio or Microsoft Script Debugger. So, I've got MSE installed, and now I'm having trouble using it. I'll admit to never having used a debugger before. I've

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

2007-06-28 Thread Christopher Jordan
Thanks! I'll give that a go! :o) Cheers, Chris Ganeshji Marwaha wrote: yes, u r right, u have to have one of those applications... i have used both script debugger and script editor. both are ok... so, first download and install it... and then follow the instructions that is given on the top o

[jQuery] How do I find this error?

2007-06-26 Thread Christopher Jordan
Hi folks, I've got a bit of a problem where by I get a JavaScript syntax error in IE6, but everything works fine (no errors show in firebug) in FF 2.0.0.4. Typically, when I get an error in IE I run it in FF so that firebug can show me the actual error. Since viewing source in IE doesn't bri

[jQuery] Detecting bound events

2007-06-21 Thread Christopher Jordan
Hi folks, I've got the need to bind a function to the keyDown for some specific elements. The problem I think I have is that those elements don't start off on the page. The elements get added as the user types, so I need to bind the event to the element when it's put on screen. What I *though

[jQuery] Re: need hellp with .get and json

2007-06-20 Thread Christopher Jordan
you say that json returns: {"statusmsg":"1","errmsg":"0","desiredurl":"dsfandsdfdsf-ds"} is that right? is the problem that you don't know how to access what is being returned? If that's the case then you'll need to eval what comes back. So lets say that: var myReturnString = {"statusmsg":"

[jQuery] Re: ANNOUNCE: Proposal for Site Submissions

2007-06-18 Thread Christopher Jordan
ow should we turn around and develop the dl in the opposite direction?) Keep it simple is my thought. John Christopher Jordan wrote: Also, you can't really get more self explainitory than "SITE SUBMISSION: blah". Well, maybe you could with "SITES THAT USE JQUERY: blah&q

[jQuery] Re: ANNOUNCE: Proposal for Site Submissions

2007-06-18 Thread Christopher Jordan
Also, you can't really get more self explainitory than "SITE SUBMISSION: blah". Well, maybe you could with "SITES THAT USE JQUERY: blah" Chris Rey Bango wrote: Good feedback John. Our primary method of communication at the moment is the mailing list so what I'd like to see is everyone nice

[jQuery] Re: Dealing with Non existent nodes

2007-06-16 Thread Christopher Jordan
Why wouldn't you use something like this: $("title").val(); Chris Scottus wrote: I am using var title = document.getElementsByTagName('title').item(0).innerHTML; to get the content of a pages title tag. But if the page has no title tag I get "Error: document.getElementsByTagName("title")

[jQuery] Re: Can I select just one?

2007-06-14 Thread Christopher Jordan
Thanks everyone! Chris Jake McGraw wrote: With some functions, its only the first item which is modified / used like: $("a").attr("href"); Okay, everyone beat me to the punch, if you follow their directions, I think you'll be set. - jake On 6/14/07, Chris Jordan <[EMAIL PROTECTED]

[jQuery] Re: ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
thanks guys. I get it now. I can't believe I didn't see that before! :o/ I appreciate it! :o) Chris spinnach wrote: no header here also, it 404's.. dennis. Christopher Jordan wrote: Andy is the header not showing up correctly for you? It appears fine for me. I checked i

[jQuery] Re: ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
s "subfolders" because of Ray's BlogCFC code. Make sure to change your references to "/images/custom/BlogTitle.gif" and you'll be good. *From:* jquery-en@googlegroups.com [mailto:[EMA

[jQuery] Re: ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
;/images/custom/BlogTitle.gif" and you'll be good. *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Christopher Jordan *Sent:* Thursday, June 14, 2007 2:45 PM *To:* jQuery Mailing List *Subject:* [jQuery] ANN:

[jQuery] ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
Just wanted to let any interested folks know that CFJS 1.1.6 has been released. As always, the latest version is available from the SVN repository on RIAForge.org. I've also blogged about the changes . Cheers everyone! Chris -- http

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

2007-06-13 Thread Christopher Jordan
I have to agree with you Scott. Not that Chris' idea is a bad one, but I prefer to put my version numbers in the comments, usually within the first line or two. Chris Scott Sauyet wrote: Chris W. Parker wrote: As a humble user of jQuery and several great plugins I would like to request th

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Christopher Jordan
igned up on the list so its a nice number of supporters! Rey... Christopher Jordan wrote: Just to make a comment on the community for a second. I must say that this is the first web community where I've felt welcome. I don't know if that's because I've been on the list (tha

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Christopher Jordan
or that. It makes my job as the jQuery Evangelism Lead that much easier. I really appreciate your efforts. As for stats, we currently have 2302 signed up on the list so its a nice number of supporters! Rey... Christopher Jordan wrote: > > Just to make a comme

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Christopher Jordan
Just to make a comment on the community for a second. I must say that this is the first web community where I've felt welcome. I don't know if that's because I've been on the list (thanks to you Rey) since before jQuery had a version number, or because I rarely if ever see anyone discouraging

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-13 Thread Christopher Jordan
Benjamin, I have a scheduling program with three months worth of calendars on screen. I build the calendars empty on the server side, and then populate them with javascript. Each calendar was a table and I was storing information on each like, what date was represented, whether the cell was

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-12 Thread Christopher Jordan
Sean Catchpole wrote: I hear a lot of discussion about how jQuery isn't that slow, the test wasn't perfectly fair (what test is?), that keeping code small is important, and that development time is the most important thing. 1) Lots of people take speed tests seriously, even if they're not a

[jQuery] Re: ANNOUNCE: Open Source Project Tracker Using jQuery

2007-06-11 Thread Christopher Jordan
I had problems adding a new project. Error Executing Database Query. Unknown Types value The error occurred in /vservers/ajaxcfco/htdocs/project/cfcs/project.cfc: line 61 Called from /vservers/ajaxcfco/htdocs/project/editProject.cfm: line 10 Called from /vservers/ajaxcfco/htdocs/project/cfcs/

[jQuery] Re: dynamic jdMenu help

2007-06-05 Thread Christopher Jordan
Thanks Jonathan. I'm stuck at a different client right, now but later on today I'll try adding the line you suggested to my ($function()); code. Thanks again for the help, and I'll holler if I've got more questions. Chris Jonathan Sharp wrote: On 6/5/07, *Chris Jordan* <[EMAIL PROTECTED]

[jQuery] Re: Announce Google gears , dojo partners with them

2007-05-31 Thread Christopher Jordan
I don't know much about the HTML5 specification, but honestly, how quickly will all the major browsers adopt the new specification? FF3? Sure. They're great at keeping up with the bleeding edge. But like it or not IE still has the lion's share of the market, and are not likely to adopt a new sp

[jQuery] Re: Coldfusion 8 Public Beta now available

2007-05-30 Thread Christopher Jordan
... warm goodness m Andy Matthews wrote: Oh...and to top that, HostMySite.com is offering FREE Coldfusion 8 hosting: http://www.hostmysite.com/CF8 I'm guessing that it's only for the duration of the public beta, but still. It's a good way to dip your toes into the warm goodn

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

2007-05-24 Thread Christopher Jordan
I think this guy (the "Chairman and CTO" guy), needs only look at the sites using jQuery. Uh... ever heard of Intuit? Quickbooks? Quicken? TurboTax? MSNBC? The BBC? Intel? It sounds to me like he's trying to justify their use of Dojo (which may or may not be a bad thing. I don't know. I've n

[jQuery] Re: Ajax Data Format Recommendation

2007-05-21 Thread Christopher Jordan
Oops... I typed out my examples too fast. That first example of the data parameter should read: data: "MyVar1=" + myJSVar1 + "&MyVar2=SomeConstantString"; I forgot the ampersand. *sheepish grin* Cheers, Chris Christopher Jordan wrote: Sam, Instead of $.get()... I&#x

[jQuery] Re: Ajax Data Format Recommendation

2007-05-21 Thread Christopher Jordan
Sam, Instead of $.get()... I'd use $.ajax(). Check out this post from Brian Ronk on basically the same subject. Read

[jQuery] Re: dealing with spam on the jQuery list.

2007-05-21 Thread Christopher Jordan
We'd have to mark them as spam via the gmail web client though, right? I use Thunderbird to get my gmail. I almost never visit the actual gmail web client. :o' Chris (J)(a)(k)(e) wrote: Jean, It's a valid fear... but have no fear! those google boys are (t)here! I've marked all the spam, as

[jQuery] Re: jquery.us

2007-05-18 Thread Christopher Jordan
done = done + 1; John Resig wrote: Well, that's just weird; definitely trying to make $ with adwords. This is the type of thing that you can ban a site for. 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 o

[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread Christopher Jordan
Are you talking about something more than: ... that? This will automatically add the scroll bar when your div gets full enough to warrant one. What exactly are you looking for? Chris Tom Shafer wrote: I am in need of a simple div with scrollbar plugisn. I am not quite sure how to writ

[jQuery] Re: getJSON() or post() parameter question

2007-05-17 Thread Christopher Jordan
n May 17, 2007, at 4:31 PM, Christopher Jordan wrote: Also, Brian, $.post() has been deprecated in favor of $.ajax(). where you would write something like: $.ajax({ type: 'POST', url: 'page.php', datatype: 'html', // or json, or xml or script depending on wh

[jQuery] Re: getJSON() or post() parameter question

2007-05-17 Thread Christopher Jordan
nglishrules.com www.learningjquery.com On May 17, 2007, at 4:31 PM, Christopher Jordan wrote: Also, Brian, $.post() has been deprecated in favor of $.ajax(). where you would write something like: $.ajax({ type: 'POST', url: 'page.php', datatype: 'html', // or json,

[jQuery] Re: getJSON() or post() parameter question

2007-05-17 Thread Christopher Jordan
Also, Brian, $.post() has been deprecated in favor of $.ajax(). where you would write something like: $.ajax({ type: 'POST', url: 'page.php', datatype: 'html', // or json, or xml or script depending on what's getting returned data: {'name':'Joe', 'age':'24',...},//also I think you c

[jQuery] Adding a Callback function.

2007-05-16 Thread Christopher Jordan
Hi folks, I've got a need for one of my functions to accept a callback function as a parameter (if that's even the right way to do it). Anyway, I'm having trouble and I'm hoping that someone here could help me. This particular situation deals with a parent page, and a child page which is lo

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

2007-05-16 Thread Christopher Jordan
What are they using for their navigation menus? Those are nice. Are they jQuery? I took a real brief glance at the source, but couldn't tell straight away what was being used. Cheers! Chris boermans wrote: Another for the list - put together by my friends and colleagues at Fusion for anothe

[jQuery] Re: Plug-in Mailing list?

2007-05-16 Thread Christopher Jordan
Thanks John. I know you've been busy. Thanks for all the hard work! :o) Chris John Resig wrote: I haven't had the opportunity to set it up yet - that along with the dev and web lists. I'll be moving them to Google Groups shortly. --John On 5/16/07, Christopher Jordan &l

[jQuery] Plug-in Mailing list?

2007-05-15 Thread Christopher Jordan
Is the plug-in mailing list still alive? I'm writing a plug-in and I've got some questions I'd like to talk about with other plug-in developers. Thanks, Chris -- http://cjordan.us

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Christopher Jordan
Amen, Rey. I was about to say the same thing. Let's talk about jQuery instead. Chris Rey Bango wrote: Guys, please cut this out. Its cluttering up the list for no good reason. Rey... RobG wrote: Secret wrote: [...] God is the Intelligent Creator of the Universe. Who created your god?

[jQuery] Re: New jTip, Plugged In (alpha)

2007-05-15 Thread Christopher Jordan
+1 Karl. Very cool stuff! :o) Chris John Beppu wrote: Very nice! On 5/15/07, *Karl Swedberg* <[EMAIL PROTECTED] > wrote: Hey everyone, I've been toying around with a new version of the jTip plugin, which was originally created by Cody Lindley. -- h

[jQuery] Re: * Important: Repent, Completely trust in God only and, Love Him with all of your heart.

2007-05-15 Thread Christopher Jordan
Amen. Thou shall not spam mailing lists in the name of thy God. It's the twelfth commandment. What's the 11th? According to my high school algebra teacher it's "Thou shall not divide by zero!" ;o) Marshall Salinger wrote: It's a sin to spam the jQuery list! Secret wrote: There is a sectio

[jQuery] Re: tagging

2007-05-14 Thread Christopher Jordan
$("#myInput").val(); //use this to retrieve the value of an element. meaning an element that has: value="" $("#myInput").val("myNewValue"); // use this to set the value of an element. I chose to use IDs for my selector above but you could easily use a class for the selector. Check out the selec

[jQuery] Re: Plugin authoring

2007-05-08 Thread Christopher Jordan
It's a wiki... you can add it yourself. that's what I did. :o) Chris Shelane wrote: Since there were no takers, I created space on Google code. It's a bit of an overkill, but oh well. http://code.google.com/p/jqueryselectcombo/ A jQuery plugin for populating data of a select item from result

[jQuery] Re: New patch release for CFJS

2007-05-08 Thread Christopher Jordan
releasing a new version every few days, just wait and release every few weeks. That way you get less releasing. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Monday, May 07, 2007 6:46 PM To: jQuery Mailing List Subjec

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

2007-05-07 Thread Christopher Jordan
Daemach, Nice demo! This plugin looks pretty sweet! :o) Cheers, Chris Brandon Aaron wrote: Looks great! BTW ... jQuery 1.1.3 will support col and colgroup tags. -- Brandon Aaron On 5/7/07, Daemach <[EMAIL PROTECTED]> wrote: I just uploaded my latest plugin, tableFilter(). It's an early

[jQuery] New patch release for CFJS

2007-05-07 Thread Christopher Jordan
Well, I've been looking at the numbers on RIAForge.org at the number of people downloading CFJS for jQuery. My first thought was, "Yay! Lots of people are finding it useful!" My second thought was that about a dozen or so people find it useful, but keep having to re-download, because I'm cons

[jQuery] Re: $.post send data problem

2007-05-07 Thread Christopher Jordan
I could be dead wrong here, but when I'm sending a hash like that to my pages (they're CF pages, but I don't *think* that makes a difference) I always put quotes around the name of the argument. Like this: {"u":"User", "p":"Pass", "r":"Stay"} I do not, however use quotes if the value I'm pas

[jQuery] Re: this is a test

2007-05-07 Thread Christopher Jordan
... Had this been a real emergency, Rey Bango would have emailed the list to tell us... ;) Matt Stith wrote: ...of the emergency alert system. On 5/7/07, Andy Matthews <[EMAIL PROTECTED]> wrote:       Andy Matthews Seni

[jQuery] Re: Thanks to Karl Swedberg During the Downtime

2007-05-07 Thread Christopher Jordan
I'll echo Scott's sentiments here! ThankfulUser++ Chris Scott Sauyet wrote: > Rey Bango wrote: > >> I wanted to thank jQuery team member, Karl Swedberg for his invaluable >> assistance in getting the jQuery.com site up and running during our >> previous host's less than business-like termina

[jQuery] Re: jquery.com - hacked?

2007-05-07 Thread Christopher Jordan
I'm not seeing the temporary page with the chain of events that John describes below. Does this mean that a new host has been found and everything is back to 'normal', or has something else happened? What's the latest news? Cheers, Chris John Resig wrote: I've updated the main page of the

[jQuery] Rounded Corners bug?

2007-05-04 Thread Christopher Jordan
Hi folks, I've got a problem with the corners plugin where sometimes in IE (not always), it will do this: If the image above is missing click here to see it. Any ideas? Thanks, Chris -- http://www.cjordan.us

[jQuery] CFJS 1.1.1 now available

2007-05-02 Thread Christopher Jordan
Hi folks, I've been working the CFJS plugin again tonight, and I've added eight new functions and fixed some sloppy JS code that was keeping the packed version of the code from working. The new version of the code is available from: http://cfjs.riaforge.org http://jquery.com/plugins (listed

[jQuery] Re: problematic ajax request

2007-05-02 Thread Christopher Jordan
Dave, This could just be me, but I've never returned more than one value from the server via an ajax request. When I want multiple values, I use an array or a structure... or if I'm returning a fully formatted HTML page I return a single string with all of the markup in it. I don't *think*

[jQuery] Re: Forms, Tables and jQuery

2007-05-02 Thread Christopher Jordan
I agree with Mike here. In fact, now that I code with jQuery, I've started to pay much more attention to my markup to see that it's correct -- or at least that it works with jQuery. ;o) Chris Mike Alsup wrote: that jQuery should iterate over form.elements if special form selectors are us

[jQuery] Re: CFJS plugin

2007-05-02 Thread Christopher Jordan
Ariel Jakobovits wrote: in cfml you access the first element with index 1. how can you use "1 based" indexing in javascript?!? you would force everyone to remember to start at index 1 whenever they used code from this plugin. that would be ridiculous. Chris is on the right path. Thanks,

[jQuery] Re: CFJS plugin

2007-05-02 Thread Christopher Jordan
y. Much appreciated! - Jack Christopher Jordan wrote: Jack, I have fixed both of these bugs. I've made fixes to DollarFormat() and a required function, _CommaForThousands(), before. I hope I've got everything right this time. I think I do. ;o) Cheers, Chris Jack Killpatrick wrot

[jQuery] Re: CFJS plugin

2007-05-02 Thread Christopher Jordan
the toolbox. Michael -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Tuesday, May 01, 2007 7:08 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: CFJS plugin Yeah, I think it's a bug. I'll fix it.

[jQuery] Re: CFJS plugin

2007-05-01 Thread Christopher Jordan
found some more (in latest release): DollarFormat resulted in a number like this: $,201,445.05 DecimalFormat results in a number like 123..45 If those aren't bugs, or you need repro code, let me know. Thx, Jack Christopher Jordan wrote: Yeah, I think it's a bug. I'll fix it. :

  1   2   >