Re: [jQuery] After donating how do I download a book title?

2010-01-18 Thread Brett Ryan
My apologies, I'm sure that was not on there when I made the donation as I did read the whole page. -Brett 2010/1/17 Nicolai Constantin Reuschling > Brett, > > have you even read the website: http://jquery14.com/donate > > "The jQuery Project will send you an email with instructions for > downl

[jQuery] After donating how do I download a book title?

2010-01-14 Thread Brett Ryan
I made a donation with the current promotion to receive a free ebook, but was not sent anything to download a title. How do I download the title?

[jQuery] Sortable help

2010-01-13 Thread Ryan Gartin
This is sort of in reference to this (http://groups.google.com/group/ jquery-en/browse_thread/thread/8219bd3a3f106497) post. Also to note, I am completely new to jQuery, but it's awesome!!! Ok, why does the following work in jquery 1.2.6 (UI: jquery-ui- personalized-1.6rc2.min.js) but not in 1.3.2

[jQuery] jQuery.data() works in Mac OS WebKit, but not on iPhone OS?

2009-12-24 Thread Ryan Joseph
I'm playing around with jQTouch for an iPhone OS app that I've been toying with off and on for a while. I wanted to try my hand building it as a web app so I started playing with jQTouch. For reference, here is the page+source (all my code is currently in index.html so you can just "View Source" to

[jQuery] custom error message

2009-11-18 Thread Ryan Elfman
How do I return a custom message based on an if statement in the addMethod function? $.validator.addMethod("validateBaseDepth", function(value, element, params) { var blnImperialUnits = ($ ("#RequireBaseDepthUnitImperial:checked").val() == "imperial" ? true : false);

[jQuery] A couple of minor issues with Superfish plugin features: dropShadows, autoArrows, and supersubs

2009-11-16 Thread Ryan Kirk
Hi, I am very new to javascript and jQuery. I'm going through a book right now but I'm just not there yet. I found the fantastic superfish plugin. I am good at CSS and have a valid, fully-functioning CSS-only menu. Superfish also works great: the animation and delay works perfectly. However I am

[jQuery] Re: JQuery and Mootools still not working

2009-11-15 Thread Ryan Levin
t; $j("#section").fadeOut(" > > > > > slow", function(){ > >$j("#section").load("ajaxcontent.php?section="+section,false, > > function() { > > $j("#section").fadeIn("slow"); > >}); > >

[jQuery] Re: JQuery and Mootools still not working

2009-11-15 Thread Ryan Levin
t; $j("#section").fadeOut(" > > > > > slow", function(){ > >$j("#section").load("ajaxcontent.php?section="+section,false, > > function() { > > $j("#section").fadeIn("slow"); > >}); > >

[jQuery] JQuery and Mootools still not working

2009-11-12 Thread Ryan Levin
uot;+section,false, function() { jQuery("#section").fadeIn("slow"); }); }) return false; } /*<![CDATA[*/ var Lst; function CngClass(obj){ if (Lst) Lst.className=''; obj.className='active'; Lst=obj; } /*]]>*/ I would appreciate any help!!! Thanks, Ryan

[jQuery] Re: (treeview) Collapsable hitarea

2009-11-11 Thread Ryan
Anyone? On Nov 4, 1:43 pm, Ryan wrote: > I have atreeviewin my application and all works pretty well with it. > I want the toggle +/- button to work as it does by default, but want > the rest of the node to not trigger the collapse/expand event. How > would one go about preventing t

[jQuery] (treeview) Collapsable hitarea

2009-11-04 Thread Ryan
t are similar to my question but didn't get any answers that actually worked. Thanks, Ryan

[jQuery] Re: unblockUI() problems in IE

2009-10-29 Thread Ryan Shripat
Hi Eric - I was having the same issue as Matthew, but the extra line of code you've recommended solved it. Any ideas why it didn't work in the first place? Thanks, Ryan Shripat On Sep 14, 11:59 am, Eric Chan wrote: > Try the code as bellow: > > $.unblockUI(); > $(&qu

[jQuery] Validation

2009-10-27 Thread Ryan
I have seriously been fighting this issue for hours. I would appreciate some advice when someone gets a chance. I am wanting to check my database to determine if this user already exists. I thought I could just add the method to the validation. Evidently I'm doing something wrong. Here is the

[jQuery] Re: JQuery AJAX

2009-10-24 Thread Ryan White
ming from/to 2 different subdomains: a.myserver.com and stats.myserver.com. They are both coming across fine and the stats are appearing in my logs. I guess the only problem/issue/weirdness is that I don't know why it comes across as OPTIONS at this point. Thanks for your helpgreatly appreciate it

[jQuery] JQuery AJAX

2009-10-24 Thread Ryan White
Hey All, So I am having a weird situation when using the $.ajax method. And have a couple questions regarding this. What I am doing is basically just using this AJAX call to send a 'pixel' back to my server so I can collect stats on events. This event fires once every 30 seconds. $.ajax({

[jQuery] Re: Unexpected $(document).ready() behavior when jQuery is loaded after the page

2009-10-08 Thread Ryan Crumley
executed. If jQuery is present when the page loads then ready listeners are executed as expected. Ryan On Oct 8, 12:45 am, RobG wrote: > On Oct 8, 10:04 am, Ryan Crumley wrote: > > > I am experiencing unexpected behavior using $(document).ready() on a > > page where I inject jQuery

[jQuery] Re: Unexpected $(document).ready() behavior when jQuery is loaded after the page

2009-10-08 Thread Ryan Crumley
ecution of their ready listeners if the document is ready when the listener is added. In my opinion these scripts should not break just because jQuery was loaded after the page became ready. Ryan

[jQuery] Re: Unexpected $(document).ready() behavior when jQuery is loaded after the page

2009-10-07 Thread Ryan Crumley
. Ryan Crumley On Oct 7, 8:07 pm, MorningZ wrote: > While i don't know the answer to your strange issue... as > "document.ready" fires when, well, when the document is ready  i > do wonder: why the complexity? > > You aren't gaining anything except on t

[jQuery] Unexpected $(document).ready() behavior when jQuery is loaded after the page

2009-10-07 Thread Ryan Crumley
designed? Any suggested work arounds? The example at the bottom of the email illustrates the problem. The example is also available at: http://www.damagedsoftware.com/latejqueryready_test.html Thanks, Ryan Crumley function jqueryHasLoaded

[jQuery] Superfish - Not Rendering on Postback

2009-09-04 Thread 3M | Ryan
Hello, I am using Superfish for the menu system on a 3.5 asp.net webform. Everything is working good except during postbacks. For instance we use the selected ID, during the postback event of a dropdown list to filter data for another list. The menu is rendering fine until the postback event. F

[jQuery] Re: Returning html in json object

2009-08-17 Thread Ryan
lugin does some trickery with to switch it to an iframe (because you can't submit files over ajax). I can't be the only person submitting files via ajax and trying to get a json object back. I am sure I am making a really basic mistake. Any light you can shine would be a huge help. -Ryan On Aug

[jQuery] Returning html in json object

2009-08-17 Thread Ryan
I am having problems with the return data from the jquery form plugin when one of the values contains html. I am not sure if this is a jquery issue or a for plugin issue. My javascript looks like this: var uploadOptions = { dataType: 'json', url:

[jQuery] Re: jqGrid 35.5 released

2009-08-11 Thread Brett Ryan
Hi Tony, somethings up with triand.com, it keeps reporting that the account has been banned! Hope all is okay, you've done some great work. -Brett On Aug 2, 5:23 am, Tony wrote: > Happy to announce the final 3.5 release of jqGrid. > New wiki Documentation athttp://www.trirand.com/jqgridwiki > T

[jQuery] Re: Superfish as popup menu?

2009-08-05 Thread Ryan McKinley
nu? Something like: http://developer.yahoo.com/yui/examples/menu/example07_clean.html thanks for any pointers ryan

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Thank you for reminding me why I avoid posting on Google groups. On Jul 21, 8:58 am, Liam Potter wrote: > Well, considering this problem is caused by a PNG using alpha > transparency in IE, I can assume he is using alpha transparency for a > reason. > > Ryan wrote: > >

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Yes well there was no mention of wanting to use the alpha transparency but yes you are right. On Jul 21, 8:28 am, Liam Potter wrote: > completely defeating the point of using the alpha in the PNG. > > Ryan wrote: > > Another possibility if the container of the image has a solid

[jQuery] Re: Fade on IE

2009-07-21 Thread Ryan
Another possibility if the container of the image has a solid background is to change the matte of the png to that same color of the html container background. ie. if your changing the opacity of the image and its in a div that has a green background then change the matte of the png to green and

[jQuery] Custom Events Fired From Element Inside of IFRAME

2009-07-20 Thread Ryan
I have an iframe in a page which contains another page from within my application. The iframe contents include a button that, when clicked, will trigger a custom event on the parent document. While I can listen to the click event on the button from the IFRAME parent, i cannot listen to the custo

[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
Thanks Charlie, I adjusted the .sf-navbar li ul width to 60em. Originally it was 84, and extended the page when hovering, causing the body background to move since it was centered, and the page was increasing in width. On Jul 8, 12:52 pm, Charlie wrote: > Ryan, > was looking at thi

[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
menu. Gotta love CSS. On Jul 8, 12:08 pm, Ryan Ross wrote: > Hello, > > I'm developing a site and trying to see if I can get theSuperfish > menu to work in my design.  Here is the site: > > http://home.catholicweb.com/stjudeboca/index.cfm?reinit=y > > The problem I ha

[jQuery] Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
Hello, I'm developing a site and trying to see if I can get the Superfish menu to work in my design. Here is the site: http://home.catholicweb.com/stjudeboca/index.cfm?reinit=y The problem I have run into is that using the navbar to make a horizontal menu with one level below it, the sub menu

[jQuery] jQuery cycle plugin help

2009-06-08 Thread Ryan
I have been using jQuery cycle plugin for a banned with some content that fades in and out in a slideshow sort of thing but I would like to be able to div individually. Rather than saying all instances of #projects become a slide, i would like #project_img, #project_title and #project_description

[jQuery] Re: Mouse cursor changing on animation

2009-06-08 Thread Ryan Doherty
Sorry, that is only used when the slideshow is at the end of the list of items. It's not used during the animation, so it can't be the reason for the bug. -Ryan On May 27, 2009, at 3:11 PM, GaVrA wrote: Not sure i understand you correctly, but i think this is the problem:

[jQuery] jQuery Leaving Unwanted Whitespace On remove

2009-06-05 Thread Ryan
ce in the user's html. Any help would be greatly appreciated. -Ryan

[jQuery] Re: jquery accordion inside the jquery tabs

2009-06-02 Thread Ryan
I'm getting the exact same problem. Accordion inside 2nd tab of 3 is freezing. Visual Studio points to this line: j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit g is NaN, l.prop is height. g is set right before this: g=(l.now-l.start)/(l.end-l.start) l.now, l.start, l.end are

[jQuery] Mouse cursor changing on animation

2009-05-27 Thread Ryan Doherty
roduce it sporadically, so any help with making it reproducible and/or a solution would be much appreciated, thanks! JS: http://www.getpersonas.com/static/js/script.js (line 24) CSS: http://www.getpersonas.com/static/css/style.css (line 505) Ryan Doherty rdohe...@mozilla.com

[jQuery] Re: suppressing toggle on link click

2009-04-30 Thread Ryan
Does anyone know how to accomplish what Christopher is asking? I have the exact same question as I want my treeview to expand/collapse when the +/- are clicked but not the node's title. Thanks, Ryan On Apr 13, 3:10 pm, Christopher Litsinger wrote: > I'm using the jquery.treeviewpl

[jQuery] Re: Finding ID within Ajax response

2009-04-13 Thread Ryan
this issue before? > > On Apr 13, 3:33 pm, Ryan wrote: > > > In my tests wrapping your full test html page in the div seems to > > work. Not pretty but works. > > > On Apr 13, 11:29 pm, Nic Hubbard wrote: > > > > Yeah, but my page returns a full HTML

[jQuery] Re: Finding ID within Ajax response

2009-04-13 Thread Ryan
, does not seem to work. > > On Apr 13, 3:14 pm, Ryan wrote: > > > In that case you would need to add something like > > > html = ''+html+''; > > > to your function. Its a bit of an ugly hack I know. > > > Having played with it a bit now.

[jQuery] Re: Finding ID within Ajax response

2009-04-13 Thread Ryan
oblem lies with then submitting it to the jquery team. R On Apr 13, 10:55 pm, Nic Hubbard wrote: > Hey, that actually worked!  But, why would this have helped?  And, is > there a way around this, since the real form that I need to get, I > cannot wrap a div around. > > On Apr 13, 2:46

[jQuery] Re: Finding ID within Ajax response

2009-04-13 Thread Ryan
If you wrap your form in a div I think it should work - haven't tested it R On Apr 13, 10:22 pm, Nic Hubbard wrote: > Could this be a jQuery bug? > > On Apr 13, 2:13 pm, James wrote: > > > I still haven't figured it out, but playing around and setting the > > ajax response as a jquery objec

[jQuery] Re: Finding ID within Ajax response

2009-04-13 Thread Ryan
If I understand correctly what you are tring to do, I think what you are looking for is the live() event http://docs.jquery.com/Events/live On Apr 13, 5:47 pm, Nic Hubbard wrote: > Test page to show the problem:http://www.puc.edu/dev/tests/ajax-test > > On Apr 13, 9:33 am, Nic Hubbard wrote:

[jQuery] Re: Function Problem

2009-04-12 Thread Ryan
var output = ""; if(selected == "Tomorrow") output = "You Selected " + selected; $("#output").html(output); } }); On Apr 12, 11:55 pm, Ryan wrote: > How about something like this > > $(document).ready(fun

[jQuery] Re: Function Problem

2009-04-12 Thread Ryan
How about something like this $(document).ready(function(){ $("#showwhat").change(function() { show_output( $(this).val () ); }); function show_output(selected) { var output = ""; if(selected == "Tomorrow") outpu

[jQuery] Re: scrollto function works with static html, but not with identical generated html

2009-03-25 Thread ryan
al. - r On Mar 25, 2:48 am, ryan wrote: > hi all - > > i'm just trying to scroll an iframe without a big standard scrollbar, > but have run into a confusing problem: i'm able to scrollstatichtml > pages loaded in the iframe fine, but for some reason am unable to > scro

[jQuery] scrollto function works with static html, but not with identical generated html

2009-03-25 Thread ryan
x. (safari works fine). my test page is at http://nickzmusic.com/nick.html note the two nav links at the top to two identical pages (one static one generated). one works and one doesn't. any ideas as to why? thanks in advance everyone, and especially to ariel flesler! peace. -ryan

[jQuery] Treeview node click behavior

2009-03-11 Thread Ryan
Is there a way to make a node in the treeview expand/collapse ONLY if the +/- is clicked but not the folder icon or folder name but still make the node selectable?

[jQuery] [treeview] Node click behavior

2009-03-10 Thread Ryan
Is there a way to make a node in the treeview expand/collapse ONLY if the +/- is clicked but not the folder icon or folder name but still make the node selectable?

[jQuery] Re: modify from server two jquery elements in the same time

2009-02-10 Thread Ryan
Well, if you HAD to stay HTML, you could split() the html. success: function(result){ var data1 = result.responseText.split([SPLIT CHARACTER]); etc ... you could use regular expressions, but json is so much more efficient.

[jQuery] Re: modify from server two jquery elements in the same time

2009-02-09 Thread Ryan
What? Sorry, but this is hard to understand. I believe you're trying to set element data from a value in a php file, right? If so, that's pretty easy using JSON. In PHP, json_encode() converts an array or object into a string, and in Javascript it takes that string and converts it to an object. U

[jQuery] Re: attr feature

2009-02-09 Thread Ryan
This works fine for me (using jQuery 1.3): $(function(){ $('').attr('id','test').html('div html').appendTo ('body'); // inject html element, also works fine hard-coded. $('#test').attr('ryantest','hithere'); $('a').click(function(event){ event.preventDefaul

[jQuery] Re: Can I use a reference to a select id in a function like this?

2009-02-09 Thread Ryan
Yep, you have the right idea. I would do this: $(function(){ $('#agentSelect').change(function(){ var element = $('option:selected',this); // do whatever you need to do with the element console.debug(element.val()); }); }); On Feb 9,

[jQuery] datepicker not showing up

2009-01-20 Thread Ryan W.
I've been having this problem trying to get my CSS to show up for the datepicker widget using JQuery UI. As far as functionality goes the datpicker works yet I can't get the CSS to show up. I'm using themeroller to style the the datepicker and using the following style sheets. uicore.css uitheme.

[jQuery] Dynamic Event Handler

2008-11-28 Thread Ryan
I have some 'NAV' elements, that when clicked should slideToggle their respective 'DATA' elements. I am trying to do this by traversing an Object with a for loop, and each elements IDs are stored in this data structure. However, once execute, each click of any of the NAV elements only slideToggles

[jQuery] Re: Autocomplete plug-in: Changing form action url?

2008-11-17 Thread Ryan
Original subject was supposed to have autocomplete in it, because it's specific to that plugin. On Nov 17, 3:45 pm, Ryan <[EMAIL PROTECTED]> wrote: > I've got the autocomplete working, but when I hit submit (or enter), > the action attribute of the from is made empty. >

[jQuery] [autocomplete] Changing form action url?

2008-11-17 Thread Ryan
I've got the autocomplete working, but when I hit submit (or enter), the action attribute of the from is made empty. Example: I've got a form with action="URL?opt=search" '$("#remote-search").autocomplete("URL?opt=autofill"} If I don't select anything from the autocomplete list, the form gets s

[jQuery] Re: Accordion

2008-11-04 Thread Frank J Ryan
slide', autoheight: false Thanks again, Frank On Nov 2, 2008, at 10:16 PM, Frank J Ryan wrote: Hi Olaf, I'll try that. Thanks, Frank On Nov 2, 2008, at 5:48 PM, Olaf Bosch wrote: Frankjr schrieb: Hi all, I am a js idiot, but I did manage to get a page up and working. My problem

[jQuery] Re: Accordion

2008-11-02 Thread Frank J Ryan
Hi Olaf, I'll try that. Thanks, Frank On Nov 2, 2008, at 5:48 PM, Olaf Bosch wrote: Frankjr schrieb: Hi all, I am a js idiot, but I did manage to get a page up and working. My problem is that I want all accordions closed initially and can't seem to find the solution. (The first one is alwa

[jQuery] Re: event.preventDefault() seems to fail

2008-10-18 Thread Ryan Hullah
I've thought of that, but I'm not sure that would work for me. I only want a sub section of input textboxes and certain input buttons within that sub section to prevent the form submit on the Enter button. So if I did it on the form submit event, I'd need to know who caused the submit and whethe

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread Ryan Zec
If you use the livequery plugin, it will apply trigger events like click on element that are not available when the dom is first loaded. On Fri, Sep 5, 2008 at 10:49 AM, lukas <[EMAIL PROTECTED]> wrote: > > My PHP code creates a button which doesn't exist when my page is > loaded. Hence, the acc

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Ryan Zec
I don't think chrome his wanting to compete with firefox. From what i read, google as already put a lot of money into firefox so it would make no sense to build a browser to directly compete with it. From what people say, chrome is to compete with MSIE as a simple and easy to use browser, which

[jQuery] Re: positioning [tooltip]

2008-07-17 Thread Ryan McKillen
a tooltip corner). Not to say this isn't a great script at the present state. It is. -Ryan

[jQuery] positioning [tooltip]

2008-07-16 Thread Ryan McKillen
I am using the excellent Tooltip plugin from http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ and had a quick question on the settings. The top-left corner of the tooltip tracks the mouse pointer, and positioning is according to the top-left corner. I'd like to use the top-right corne

[jQuery] Re: PLUGIN: Select Multiple Control

2008-07-15 Thread Ryan Cramer
I've posted an update to asmSelect here: http://code.google.com/p/jquery-asmselect/ This version fixes the issue with IE6 from this thread, along with a few other things. It also changes the license to be the same as that used in jQuery. (Dual MIT & GNU) Ryan

[jQuery] Re: PLUGIN: Select Multiple Control

2008-07-14 Thread Ryan Cramer
ld assume it's a bug in asmSelect since the code is still drying (beta). I'll have an update soon. Thanks, Ryan

[jQuery] [tooltip] positioning

2008-07-13 Thread Ryan McKillen
I am using the excellent Tooltip plugin from http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ and had a quick question on the settings. The top-left corner of the tooltip tracks the mouse pointer, and positioning is according to the top-left corner. I'd like to use the top-right corner

[jQuery] jCarousel - highlight current external control

2008-04-17 Thread Ryan M.
mple shows this function: "function mycarousel_itemVisibleInCallbackAfterAnimation" which identifies the "idx" that is visible. Is there a way to use this function to assign a css class to the external control associated with the currently visible "idx"? Anyone else done something like this with success? Or know how to use the callback functions? Thanks, Ryan M.

[jQuery] Internet Explorer DOM elements visible on hide()

2008-03-28 Thread Ryan W.
I'm seeing some inconsistent results when using hide() in " (document).ready(function()" when using IE. My goal is to try to hide the other list items in my unordered list and only display one of them when the page loads. I've posted my code below. Works great in firefox! Any ideas on how to get t

[jQuery] Is it possible to auto increment an appended value?

2008-01-27 Thread ryan
After looking in the documentation, this doesn't look possible but maybe someone can help me. Is it possible to auto increment the value on a variable that will be appended? For example the bottom code I'm appending an extra row with a text field to the table once the fields button is clicked. I w

[jQuery] Re: Element by Name associative array

2008-01-15 Thread Ryan
t. Put in $("input") and press enter. That > will give you the whole array object from jQuery. > > I hope this is helpful, > > Glen > > On Jan 15, 2008 2:10 AM, Ryan <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > > > I'm trying to get the value of an element by it's array key. > name='example[key]' /> > > Any guidance would be appreciated. > > > Thanks

[jQuery] Element by Name associative array

2008-01-15 Thread Ryan
Hello all, I'm trying to get the value of an element by it's array key. Any guidance would be appreciated. Thanks

[jQuery] Re: [SITE SUBMISSION] Brightegg.com

2008-01-03 Thread Ryan Rose
gt; To: jquery-en@googlegroups.com > Subject: [jQuery] Re: [SITE SUBMISSION]Brightegg.com > > Ryan Rose schrieb: > > > I would like to announce the launch ofhttp://www.brightegg.com, a new > > web platform for building/managing professional-looking websites built > > w

[jQuery] [SITE SUBMISSION] Brightegg.com

2008-01-02 Thread Ryan Rose
X calendar (jquery.datePicker) and all textareas are expandable (using jQuery). I would like to personally thank John Resig for this wonderful toolkit as well as the plugin authors. Keep up the great work! Thank you and Happy New Year! Regards, Ryan Rose Chief Technology Officer Digiwize, Inc. One

[jQuery] Re: Show/Hide Div with checkbox options providing same results

2007-12-11 Thread Ryan
st one them are deselected, because the equation will still hold true. Ryan On Dec 6, 10:51 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Ok, I updated it. I made it Very jQuery. > > $("input[type=checkbox]").click(function(){ > divClass =

[jQuery] Re: Can figure out the diference between input button and button

2007-12-06 Thread Ryan
My question has been hijacked with another! :) On Dec 6, 4:36 pm, "Jake McGraw" <[EMAIL PROTECTED]> wrote: > Perhaps try instead of ...>. > > Haven't tested, but it looks like maybe your form is trying to submit before > the AJAX gets a chance to resolve. > > - jake > > On Dec 6, 2007 1:53 PM

[jQuery] Re: Show/Hide Div with checkbox options providing same results

2007-12-06 Thread Ryan
click on X > 2. expect results: div Y does something. > > Glen > > On Dec 6, 2007 11:22 AM, Ryan <[EMAIL PROTECTED]> wrote: > > > > > Actually, what I need it to do is show one instance of Div 4, not > > two. I'm using the div for a text fie

[jQuery] Re: Show/Hide Div with checkbox options providing same results

2007-12-06 Thread Ryan
atically show if hidden and hide if >shown without the IF shatement. > > Hope these help. When I first started jQuery, I had to forget everything I > knew about JS (which wasn't much). It just did it all without the muss. > > Glen > > On Dec 6, 2007 8:30 AM, Ryan <

[jQuery] Show/Hide Div with checkbox options providing same results

2007-12-06 Thread Ryan
I'm completely versed in the show/hide options available, but have a problem I haven't been able to figure out. I'm hoping jquery will have the answer. I have 5 checkbox input options, the first two options providing the same show div. For example,