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
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,
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?
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
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(
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
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
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
>
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
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
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
Hello,
Are there any existing jQuery plugin which can provide similar image
rollover functions such as the one provided by Dreamweaver?
Thanks.
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/
&
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
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( $ ){
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
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?
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
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!
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.
Hi all.
Can i know the number of li in a ul with jquery?.
Thank you all.
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); }
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
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
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
ot;color","#000");
} else {
$("#secondaryOwner
input:not(#checkBox1)").attr("disabled","disabled");
$("#secondaryOwner select").attr("disabled","disabled");
$("#secondaryOwne
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');
>
>
>
; > 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
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 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
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
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.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]>
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
.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
I would like to have a
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
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
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
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
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
41 matches
Mail list logo