[jQuery] Passing data to the jQuery.get callback

2008-11-04 Thread Jordan
keep the ID of the DIV i'm loading data into with each request. Any help appreciated, Thanks a lot, Jordan

[jQuery] Add a second trigger in this function

2010-01-05 Thread Jordan
I recently implemented the Image Cross Fade Transition (http:// jqueryfordesigners.com/image-cross-fade-transition/) It works great, and I'm hoping to add to the code to enhance the functionality. Currently, if I hover over the image, it runs the cross fade transition, which I would like to keep.

[jQuery] Re: Add a second trigger in this function

2010-01-06 Thread Jordan
for this. Example the jQuery trigger.http://docs.jquery.com/Events/trigger But for now, the simpliest solution is just to add another selector like this $('div.example, div.tv').hover( . / Johan On Jan 5, 8:33 pm, Jordan jscottphil...@gmail.com wrote: I recently implemented the Image

[jQuery] Re: Add a second trigger in this function

2010-01-07 Thread Jordan
, Jordan jscottphil...@gmail.com wrote: Thanks for the insight Johan! When I implemented that though, it just added the hover cross fade to the other div as well. I am looking for a way to make the 2nd div JUST trigger the first. I was looking at the page you linked to and I am messing around

[jQuery] 2nd Trigger for images hover function

2010-01-08 Thread Jordan
I recently implemented the Image Cross Fade Transition (http:// jqueryfordesigners.com/image-cross-fade-transition/) It works great, and I'm hoping to add to the code to enhance the functionality. Currently, if I hover over the image, it runs the cross fade transition, which I would like to keep.

[jQuery] Re: 2nd Trigger for images hover function

2010-01-11 Thread Jordan
Perfect! Thanks so much! On Jan 8, 4:15 pm, Šime Vidas sime.vi...@gmail.com wrote: How many DIVs of class tv do you have? One? And you want an other DIV to trigger the cross-fade on the tv DIV? If that is the case...     $(document).ready(function () {         $('div.tv,

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Christopher Jordan
Rey, It's good that you and Karl jumped on this. Any time I talk to anyone about jQuery, I always, and without fail mention how great, active, and helpful the community is. I'd hate to think that anyone has the impression that the jQuery folks are getting 'too big for their britches' so to

[jQuery] Re: General discussion

2007-04-09 Thread Christopher Jordan
Deigo, I like it too. Cool. I did notice the same as Scott about the limitation error on example 2. I also noticed a problem where example 3 kept adding browse boxes and buttons. I started with one, then got an additional one for each file I added, and after removing all the files, I was

[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

[jQuery] Re: Find Programming Job?

2007-04-09 Thread Christopher Jordan
Does anybody else feel like this is spam? Or am I just weird? Chris Cindy wrote: Find Your Programming Job Vacancy and resources here -- http://www.jobbankdata.com/job-programming.htm -- http://www.cjordan.us

[jQuery] Re: Find Programming Job?

2007-04-10 Thread Christopher Jordan
Well... at least I'm not the only one. I belong to some other lists, where it's very common to find legitimate job postings... that's the only reason I questioned it. :o' Chris Jake wrote: it's up to us to police the list... any chucklehead can join and post... and many do! inside gmail,

[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] Re: Plugin: CFJS updated

2007-04-17 Thread Christopher Jordan
My pleasure, Gareth. The only way you could have made the grin on my face bigger was if you'd said, Cor Blimey!. :oD Chris Gareth Hughes wrote: Blimey, I didn't know about this... Very cool. Thanks Chris. - Original Message - From: Christopher Jordan [EMAIL PROTECTED] To: jQuery

[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] 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] Re: ThickBox question

2007-04-19 Thread Christopher Jordan
) are 16x16 images. I hope all of that helps! There can be quite a bit more work to use and style jqModal, but it is designed to be played with where TB is designed to be ready to go and used as-is. rob On 4/18/07, *Christopher Jordan* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Rob

[jQuery] Re: Class doesn't support Automation?

2007-04-19 Thread Christopher Jordan
cut-and-pasted my latest code snippet without thinking which version of the syntax it was showing. Any other thoughts? I'd sure appreciate yours or any other guru's help on this one. Thanks heaps, Chris Scott Sauyet wrote: Chris Jordan wrote: function DeleteGroup(){ var $group

[jQuery] Re: Class doesn't support Automation?

2007-04-19 Thread Christopher Jordan
I'll see what I can to about getting an example page posted to the web where others can see it. My client currently has me working on another aspect of the project, but I should still be able to get it done today. Thanks, Chris PS... giggle/ What'd you call me?! snort/ guffaw/ I'm a

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

2007-04-19 Thread Chris Jordan
a bug. Just thought I'd share this with y'all in case anyone else gets bitten by it. Now... if we can just get that $.dump() bug fixed (if indeed it is fixable in IE). Hmmm... ;o) Cheers, Chris I've got a test page that shows this bug. On Apr 19, 10:39 am, Christopher Jordan [EMAIL PROTECTED

[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: Google AJAX Feed API

2007-04-20 Thread Christopher Jordan
-0500, Christopher Jordan [EMAIL PROTECTED] wrote: So by mashing you mean supplying multiple feeds from different domains? Maybe I should just google mashing feeds or feed mashing defined or something. Chris Mike Alsup wrote: Hi Chris, Typically you need a server-side component to pull off

[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] 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] Proposed modification of ThickBox 2.1.1

2007-04-21 Thread Christopher Jordan
Recently I started using ThickBox for my modal windowing needs, but wasn't happy with the "close" button that is hard coded into TB_show(). I modified it like so: function TB_show(caption, url, rel, closeButton) { // closeButton can be a fully formed img tag or whatever text you want. //

[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: attr('defaultValue') does not exist.

2007-04-21 Thread Christopher Jordan
do you actually have an attribute on your input element called defaultValue? like this: input type=text name=myText id=myTextID value=someValue defaultValue=theDefaultValue then you could say: $(#myTextID).val(); and that would give you: someValue or you could say:

[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] Re: Thickbox question: Passing variables to pages in the iframe

2007-04-21 Thread Christopher Jordan
/Plugin%3A-frameReady-updated.--Now-with-better-docs-and-demos--%29-tf3610043s15494.html http://ideamill.synaptrixgroup.com/?p=6 Christopher Jordan wrote: 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

[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] Re: datePicker v2 beta

2007-04-24 Thread Christopher Jordan
Kelvin, The size of the calendar is totally controlled via CSS so yes - you can configure it with CSS... cool :o) The date picker is implemented as a popup but did you see the renderCalendar examples? These allow you to draw a calendar table into any element in your document. I'll have

[jQuery] Re: Cascading Stylesheets presentation tonight

2007-04-26 Thread Christopher Jordan
Andy, This presentation sounds like it's gonna be great! Will it be recorded so that folks can download it later? Chris Andy Matthews wrote: Hey everyone...just wanted to let you know that I'm going to be making a presentation on CSS tonight for the Nashville Coldfusion Usergroup. here's

[jQuery] Slightly OT: Ajax Loading Images

2007-04-27 Thread Christopher Jordan
Hi folks, I'm wondering where folks are getting their loading images for ajax purposes. I've tried ajaxload.info, but after several experiments, those only seem to look good when specifying the background color. When using a transparent background color, they seem to be... well, less than

[jQuery] Re: CFJS plugin

2007-05-01 Thread Christopher Jordan
Ariel, Thanks for catching those. I started my plugin from another library and had to fix numerous bugs. I'm finding that I've still not caught them all. I'll address both of those issues later today. If you need something sooner for some urgent reason, let me know, and I'm sure I could

[jQuery] Re: CFJS plugin

2007-05-01 Thread Christopher Jordan
code, let me know. Thx, Jack Christopher Jordan wrote: Yeah, I think it's a bug. I'll fix it. :o) Chris Andy Matthews wrote: I don't know if the array bug is a bug or a feature. Coldfusion actually starts counting arrays at 1. So it's possible that could be intentional, although given

[jQuery] Re: CFJS plugin

2007-05-01 Thread Christopher Jordan
Andy, It appears that Randy Anderson (LeftCorner.com) chose to start his Arrays at index 1 instead of 0. I can see the logic behind it: wanting to keep things behaving as much like ColdFusion as possible. However, I disagree with this choice. I'd rather each language deal with arrays the

[jQuery] Re: CFJS plugin

2007-05-01 Thread Christopher Jordan
(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. :o) Chris Andy Matthews wrote

[jQuery] Re: CFJS plugin

2007-05-02 Thread Christopher Jordan
in 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. :o) Chris

[jQuery] Re: CFJS plugin

2007-05-02 Thread Christopher Jordan
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 wrote: While you're at it (fixing bugs), I

[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

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

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

[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 passing is a

[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

[jQuery] Re: New patch release for CFJS

2007-05-08 Thread Christopher Jordan
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 Subject: [jQuery] New

[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

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

[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] 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: 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 [EMAIL PROTECTED

[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

[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

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

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

2007-05-17 Thread Christopher Jordan
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, or xml or script depending on what's getting

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

2007-05-17 Thread Christopher Jordan
, 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 what's getting returned data: {'name':'Joe', 'age':'24

[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread Christopher Jordan
Are you talking about something more than: div style=width:300px; height:400px; overflow:auto;/div ... 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

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

[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: 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 http://groups.google.com/group/jquery-en/browse_frm/thread/ec2eca0746d2d5f4/37389139ca16ab64?lnk=gstq=getJSON%28%29+or+post%28%29+parameter+questionrnum=1#37389139ca16ab64 on basically the same subject. Read my

[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'd use $.ajax(). Check out

[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

[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

[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

[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: 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-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: 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: 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: 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 td like, what date was represented, whether the cell

[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

[jQuery] Re: ANNOUNCE: Speed Tests Feedback

2007-06-13 Thread Christopher Jordan
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 (thanks to you Rey) since before jQuery had

[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

[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 http://cjordan.us/index.cfm/2007/6/14/CFJS-Ver-116-Released. Cheers everyone! Chris --

[jQuery] Re: ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
. *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: CFJS 1.1.6 Released Just wanted to let any interested folks know

[jQuery] Re: ANN: CFJS 1.1.6 Released

2007-06-14 Thread Christopher Jordan
Of *Christopher Jordan *Sent:* Thursday, June 14, 2007 2:45 PM *To:* jQuery Mailing List *Subject:* [jQuery] ANN: CFJS 1.1.6 Released 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

[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: 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 it in FF 2.0.0.4

[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: ANNOUNCE: Proposal for Site Submissions

2007-06-18 Thread Christopher Jordan
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 Chris Rey Bango wrote: Good feedback John. Our primary method of communication at the moment

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

[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: How do I find this error?

2007-06-28 Thread Christopher Jordan
of the blog entry. This should result in ur view-script debuggger menu... if it doesnt, then goto options, disable script debbugging, the close IE, then open IE again, then enable script debugging again, then close IE and then open IE again. it should work... -GTG On 6/27/07, *Chris Jordan

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

2007-06-28 Thread Christopher Jordan
script debugging again, then close IE and then open IE again. it should work... -GTG On 6/27/07, *Chris Jordan* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Thanks heaps, Mike! I've a question though. That blog entry you point to says: When you've enabled Script Debugging

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

2007-06-28 Thread Christopher Jordan
, 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* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

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

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

[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: 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] 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
/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

  1   2   3   >