[jQuery] JQuery UI Draggable Thumbnail Filmstrip

2010-01-08 Thread Ray
As a learning experience (and to get the look I wanted), I hand wrote HTML/CSS/jQuery code for a photo gallery with a thumbnail filmstrip. I started with a few ideas of how to slide the thumbnails underneath the main panel of the gallery, and figured the easiest and smoothest way would be to initia

[jQuery] Scroll and select

2009-11-28 Thread ray
Hello. Im trying to make a song request list like this one: http://radio.disney.go.com/speak/request.html But that one is done with flash. Mine I did it with php. I just want the function that when you select the song, to appear in a box under, just like in the site, and that when I click submit,

[jQuery] Jquery Boston Conference

2009-11-16 Thread ray
I've searched online for any posting related to a Jquery Conference in 2010. Does anyone have an idea if there will be another hosted and if so will it be in Boston; 2010?

[jQuery] Help: Serialize html form into JSON

2009-10-22 Thread Ray Daly
Need help. Stumped. I'm using jQuery and Ajax/serializeArray to read a form to get JSON object. However, it is in a format of: {"name": "firstname", "value": "Mary"} while I'd like to see it as {"firstname": "Mary"} to put it into couchdb and another application. Of course I have to use json2.jx

[jQuery] Re: html() triggering twice?

2008-12-18 Thread Ray Myers
I fixed it, never mind. Ray On Dec 18, 10:51 am, Ray Myers wrote: > I'm working on this interface where there are three select elements. > When an option in the first menu is clicked this code executes > > == > > $('.state_select OPTION').livequery(&#

[jQuery] html() triggering twice?

2008-12-18 Thread Ray Myers
PTION CHANGE = This does what it's supposed to, generate and load a set of options to add to the next select element and enable it. The problem is it's adding the list twice. I added the alert for testing and it only shows the code once. I have no idea whats happening here. Thanks - Ray

[jQuery] Re: jquery ajax-built page with embedded ajax code issue

2008-12-13 Thread ray
d still like to know what i was doing wrong w/ the above as well, as i feel like the above is a little clearer: $(".ajax_link").click(my_click); thanks for your help and patience btw. i love open source software (and the help you can get implementing things), and jquery ROCKS! -ray O

[jQuery] Re: jquery ajax-built page with embedded ajax code issue

2008-12-12 Thread ray
ks have the click handler attached correctly? -Ray On Dec 12, 2:12 pm, brian wrote: > On Fri, Dec 12, 2008 at 2:24 PM, ray wrote: > > > could you show me an example of what you mean here by this, either > > using the code above or another example?  That sounds like the >

[jQuery] Re: jquery ajax-built page with embedded ajax code issue

2008-12-12 Thread ray
ur success block) ] -Ray On Dec 12, 12:58 pm, brian wrote: > This is probably the most asked question wrt jQuery. > > The reason why your newly-created links are not being handled by the > ajax function is because they did not exist when the click handler was > attached. Either set

[jQuery] jquery ajax-built page with embedded ajax code issue

2008-12-12 Thread ray
e link specified in the href parameter in the browser (which i've set to #, since i want jquery to handle the link). any help would be appreciated. thanks, -ray

[jQuery] Re: Image rollover using jQuery

2008-12-02 Thread Ray M
Thank you. This is exactly what I want! On Dec 1, 12:46 pm, howa <[EMAIL PROTECTED]> wrote: > http://code.google.com/p/jquery-swapimage/ Ray

[jQuery] Image rollover using jQuery

2008-11-30 Thread Ray M
Hello, Are there any existing jQuery plugin which can provide similar image rollover functions such as the one provided by Dreamweaver? Thanks. Ray

[jQuery] Re: Please examine my code or tell me why it may not be working.

2008-09-04 Thread Ray
n Sep 4, 6:43 pm, Ryura <[EMAIL PROTECTED]> wrote: > Looks like you never included the actual jQuery file, only the plugin. > > On Sep 4, 9:21 pm, Ray <[EMAIL PROTECTED]> wrote: > > > > > I downloaded the jquery cycle plugin fromhttp://malsup.com/jquery/cycle/ &

[jQuery] Please examine my code or tell me why it may not be working.

2008-09-04 Thread Ray
I downloaded the jquery cycle plugin from http://malsup.com/jquery/cycle/ and renamed it jquerycycle.js. I made minor changes to the images but kept everything else pretty much in tact. I didn't touch the javascript file except for renaming it and it is not working. HELP! I have an external styl

[jQuery] How do I acess the value of an inline anchor?

2008-06-14 Thread Michael Ray
Hi, I am using the example code written on the localScroll page I am trying to figure out how to pass the anchor value of the inline link to the load() function. $('#detailsContainer .description').load('/index/description/id/' + ?); The full code is below: jQuery(function( $ ){

[jQuery] thickbox + more jquery issue

2008-05-08 Thread mike ray
I am using thickbox in a web site. I am having trouble getting jquery to work inside of the thickbox that is displayed. Basically, all I am trying to do inside the thickbox popup is have a rollover image. I cannot get jquery to work inside the thickbox, not even the alert('test') function. Shoul

[jQuery] superfish in ie5.5

2008-05-07 Thread Ray Mckoy
A days ago i asked a question about compatibility of superfish in ie5.5. Now i see this: http://www.i-cre8.co.uk/sf-menu/ A superfish menu that works in ie5.5 at least in part (works, submenus but no sub-submenus) What is the difference?? How to implement this?

[jQuery] Re: jCarousel Firefox issue

2008-05-05 Thread Ray Mckoy
dramsay escribió: > I just added a carousel to http://www.humormegraphics.com. The > carousel looks and works great in Safari and IE. However, using > Firefox there seems to be a weird jump in the easing when you click on > the right arrow. > > It's possible that I missed setting a value somewhere

[jQuery] jcarousel in ie 5.5

2008-05-02 Thread Ray Mckoy
Anybody knows how to make work jcarousel in ie 5.5?. Now i see a white space in the place of the jcarousel. Perfect in ie6, ie7 and Firefox. Thanks!

[jQuery] Re: size of an ul

2008-04-30 Thread Ray Mckoy
Jason Huck escribió: > $('ul').children().size(); > > - jason > > > On Apr 30, 2:58 am, Ray Mckoy <[EMAIL PROTECTED]> wrote: > >> Hi all. >> Can i know the number of li in a ul with jquery?. >> >> Thank you all. >> > > Thank you very much. That's what i need.

[jQuery] size of an ul

2008-04-30 Thread Ray Mckoy
Hi all. Can i know the number of li in a ul with jquery?. Thank you all.

[jQuery] Re: ui-slider

2008-03-09 Thread Michael Ray
Another way to do the same thing is to set the minValue and maxValue, as the slider will always start at Zero. $('#months').slider({ steps: 14, range: true, minValue: -6, maxValue: 7, change: function(e,ui) { alert(ui.value); }

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-05 Thread Michael Ray
ahh the limitations of technology. who knew that flash would be the solution? what an unlikely bedfellow. On Wed, Mar 5, 2008 at 1:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've had lots of run-ins with this sort of problem - lol - and > basically ... > > 1: PHP cannot d

[jQuery] Re: help with a strategy?

2008-03-05 Thread Michael Ray
the PHP doesn't have to be that obtrusive, with endless echo and print statements. Turn your data into a two dimensional array $rows: On Tue, Mar 4, 2008 at 10:20 AM, charlie <[EMAIL PROTECTED]> wrote: > > Hi all, the application I'm attempting to write couldn't be simpler

[jQuery] Can I use jQuery to make stickies/post-it notes ?

2008-03-05 Thread mike ray
I know there's a way, but does anyone would know of any tutorials describing how to make 'stickies' on a web page? I would appreciate a nudge in the right direction. Ultimately, what I want to make is a way for people to post notes on a virtual calendar that they can drag around to any position o

[jQuery] Re: Checkboxes not working with .toggle()

2008-03-04 Thread Michael Ray
ot;color","#000"); } else { $("#secondaryOwner input:not(#checkBox1)").attr("disabled","disabled"); $("#secondaryOwner select").attr("disabled","disabled"); $("#secondaryOwne

[jQuery] Re: adding a loading image to a mouse pointer

2008-03-04 Thread Michael Ray
inho, using CSS would be the better way On Tue, Mar 4, 2008 at 8:46 AM, jaredmellentine <[EMAIL PROTECTED]> wrote: > > You could always use CSS to set the cursor property to 'wait'. > > #myelement { > cursor: wait; > } > > Or use jQuery to set it > > $('#myelement').css('cursor', 'wait'); > > >

[jQuery] Re: How do I make an inline anchor link slowly scroll down?

2008-03-04 Thread Michael Ray
; > Now you are not including jQuery.ScrollTo... how do you expect it to > > work ? > > Add the plugin and it works... > > > > Cheers > > Ariel Flesler > > > > On 3 mar, 15:52, "Michael Ray" <[EMAIL PROTECTED]> wrote: > > > &g

[jQuery] Checkboxes not working with .toggle()

2008-03-04 Thread Michael Ray
I am using a checkbox to enable/disable a fieldset of input fields in a form. This toggle worls great, but the checkbox itself won't change it's state at all. Here is the code: $("#checkBox1").toggle( function () { this.attr("checked", "checked"); $("#secondaryOwne

[jQuery] Re: why jQuery?

2008-03-03 Thread Michael Ray
jQuery should work with ANY back end language, since it is a font end language. On Mon, Mar 3, 2008 at 12:52 PM, zok <[EMAIL PROTECTED]> wrote: > > Hey, > > thanks for your answers. > Doesn't jQuery work with Rails? Cause I think jQuery is more flexible > and has the simler code. Right? > > Thank

[jQuery] Re: identify tables with same ID ( duplicate ids)

2008-03-03 Thread Michael Ray
its not hard to change it from an ID to a class, just say class="blahblahblah" instead of id="blahblahblah" You could also store the table IDs in a database and then you would never have duplicate IDs On Mon, Mar 3, 2008 at 1:39 PM, MorningZ <[EMAIL PROTECTED]> wrote: > > It's your application a

[jQuery] Re: How do I make an inline anchor link slowly scroll down?

2008-03-03 Thread Michael Ray
Thank Olaf for finding that spelling error! Ok, so I fixed that spelling error (what a shameful mistake i know), but it still does not want to work! I have simplified the code even further to just affect all inline links on the page: Here is the code $(document).ready(function(){ $.localS

[jQuery] Re: How do I make an inline anchor link slowly scroll down?

2008-03-02 Thread Michael Ray
) jquery.localscrol... (line 72) trigger(Object type=click target=a currentTarget=a eventPhase=2)jquery.js(line 27) unique()jquery.js (line 26) var $target = $( settings.target || $.scrollTo.window() );//if none specified... On Sun, Mar 2, 2008 at 12:03 PM, Michael Ray <[EMAIL PROTECTED]>

[jQuery] Re: Extending jQuery

2008-03-02 Thread Michael Ray
I think there's a wysiwyg editor being worked on in the development trunk. You should look into whats going on with it and be a major contributer to it! On Wed, Feb 20, 2008 at 10:20 AM, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > > I want to learn the ins and outs of jQuery by writing a WYSIWYG

[jQuery] Re: How do I make an inline anchor link slowly scroll down?

2008-03-02 Thread Michael Ray
.com/project/scrollto > > > > --Karl > > _ > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > > > On Mar 1, 2008, at 7:13 PM, mike ray wrote: > > > > > > > > > > > > > I want there to be an event s

[jQuery] submit

2008-02-22 Thread mike ray
I would like to have a

[jQuery] Re: Form Ripping

2008-02-17 Thread Michael Ray
it looks like you have a synax error. // Each input $("#loaded_html form").each(function() doesn't have any brackets. Try downloading the Firebug plug in for Firefox. On Feb 17, 2008 1:17 PM, Phil S <[EMAIL PROTECTED]> wrote: > > Anybody know why this jQuery code only shows the fieldsets I wr

[jQuery] Re: Delete first ten children of a prent div

2008-02-17 Thread Michael Ray
27;#calendar > div:nth-child(4)').hide(); J('#calendar > div:nth-child(5)').hide(); J('#calendar > div:nth-child(6)').hide(); J('#calendar > div:nth-child(7)').hide(); return false; }); However, This click event will only work once. How can I get it to work ev

[jQuery] Re: Defining more than one function

2008-02-17 Thread Michael Ray
Thank you! I think the problem was that I was using numbers as ID names. On Feb 17, 2008 4:37 AM, 1man <[EMAIL PROTECTED]> wrote: > > Apologies that should be > > j('#idOne, #idTwo, #idThree, ').hide(1); > > Matt > > On Feb 17, 2:19 am, "Mic

[jQuery] Delete first ten children of a prent div

2008-02-17 Thread Michael Ray
I have made a calendar, whose HTML looks like this data for that day data for that day data for that day data for that day data for that day data for that day data for that day data for that day data for that day data for that day etc. All of the w

[jQuery] Defining more than one function

2008-02-16 Thread Michael Ray
I am trying to define three functions within the $(document).ready() function. However, each of these functions only work if the other two are not there. I have to use noConflict mode because I am also using Protype as well. What is the proper syntax to define more than one function? Here's what I