[jQuery] Re: sortable problem ...

2007-11-24 Thread jonlesser
The latest version in the SVN trunk seems to solve the problem. http://jqueryjs.googlecode.com/svn/trunk/ui/current/ui.sortable.js See also the discussion in the jquery-ui google group http://groups.google.com/group/jquery-ui/browse_thread/thread/6374dccb1a47597c/4622adeb0c9dbb83 -Jon [EMA

[jQuery] Re: Problem with jquery toggler conflicting with another jquery script

2007-11-24 Thread Rick Faircloth
Hi, Robert (is it Robert?) (Seems a little strange to say hi to "quik3r"...but, whatever...) Anyway, I'm sorry I don't know enough about JS or jQuery to answer your question (I'm new to it all, too), but I do like the transparent, drop-down menu on the "Verrico Associates" site. I've been thinki

[jQuery] Re: does jquery 1.2.1 support xpath????

2007-11-24 Thread Karl Swedberg
On Nov 24, 2007, at 10:06 PM, Matt Stith wrote: I believe xpath expressions should start with a double slash, like $("//html/body") try that Not if the initial element is the document root. In that case, it requires a single slash. On Nov 24, 2007 5:25 PM, [EMAIL PROTECTED] <[EMAIL PR

[jQuery] Re: jQuery Form Plugin > document.myform.submit()

2007-11-24 Thread Mike Alsup
Try this: function submitme() { $('#myform').ajaxSubmit(); return false; } On Nov 24, 2007 8:38 PM, Geoff Millikan <[EMAIL PROTECTED]> wrote: > > I love the jQuery Form Plugin! > > I want to submit the form using an onClick event instead of making the > User click a button. Is that po

[jQuery] Re: :contains selector question

2007-11-24 Thread Karl Swedberg
Hey Benjamin, For :contains(), the matching text can appear in the selector element or in any of that element's descendants [1]. Since you don't precede :contains with a selector element, it assumes the universal selector (*). So, it looks like it's doing what I would expect. In fact, it

[jQuery] Re: does jquery 1.2.1 support xpath????

2007-11-24 Thread Matt Stith
I believe xpath expressions should start with a double slash, like $("//html/body") try that On Nov 24, 2007 5:25 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I find something strange in last release. Xpath expressions doesn't > work > For example > > var test1 = $('/html/body'); > alert

[jQuery] Re: jCarousel: No width/height set for items.

2007-11-24 Thread sukhminder
Hi Jan, Yes i have included the core css file. You can see the live site at: http://www.ranglapunjab.net/ Thanks for the reply. On Nov 24, 10:23 am, Jan Sorgalla <[EMAIL PROTECTED]> wrote: > Hi, > > On 23 Nov., 13:36, sukhminder <[EMAIL PROTECTED]> wrote: > > > > > > > I haveimplementedjCarouse

[jQuery] jQuery Form Plugin > document.myform.submit()

2007-11-24 Thread Geoff Millikan
I love the jQuery Form Plugin! I want to submit the form using an onClick event instead of making the User click a button. Is that possible? I tried the below but no luck: function submitme(){$('#myform').submit(function() { $(this).ajaxSubmit(); return false; });} Click here to subm

[jQuery] does jquery 1.2.1 support xpath????

2007-11-24 Thread [EMAIL PROTECTED]
I find something strange in last release. Xpath expressions doesn't work For example var test1 = $('/html/body'); alert(test1.length); always print 0

[jQuery] Problem with jquery toggler conflicting with another jquery script

2007-11-24 Thread qwik3r
Hello, I must be up front and say that I know very little about JS. I only know enough to basically implement it and follow instructions and sometimes diagnose problems, but this time not being one of them. This is an issue of a jquery toggler not working in IE6 vs FF.I have a few other jquery sc

[jQuery] Bound Text Box

2007-11-24 Thread TunaSandwich
Hello, Is there a plug-in that I could just specify the table name and field name and when the user updates it, it automatically saves into the database? Are there any samples that do that? I suppose the catch is that you need to create a record if the recordID of the collection of fields is ze

[jQuery] :contains selector question

2007-11-24 Thread Benjamin Sterling
Hey guys, Wanted to make sure I am getting the correct returned elements. Assume I have a table like: Cell 1 Cell 2 Cell 3 Cell 4 Cell 6

[jQuery] Re: IE Help.

2007-11-24 Thread bingo
hi Austin, I am not sure what's the problem..but make sure you are not making any of these mistakes (listed in the blog) http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-complaining-about-your-javascript/ Regards On Nov 24, 3:52 pm, Austin Pickett <[EMAIL PROTECTED]> wrote: > A

[jQuery] Re: Jquery 1.2.1 > AJAX > load.() > newbie question

2007-11-24 Thread Geoff Millikan
Hold the phone, I figured it out. Example below. Thank you everyone!! $(document).ready(function(){ $(document.body).click(function () {$ ('#feeds').load('insertme.html');}); }); click here to load external source

[jQuery] Re: Jquery 1.2.1 > AJAX > load.() > newbie question

2007-11-24 Thread Geoff Millikan
I want to load the AJAX content when the submit button is pushed, not when the page is loaded. How do I do this? It seems like this would be a simple thing but I just can't get it to work. I feel really dumb for even asking but it's got me stumped. I see that there's great examples about how t

[jQuery] IE Help.

2007-11-24 Thread Austin Pickett
Are there any ie hacks or maybe some ie tricks with jquery? Ie's being stubborn with me and whenever i try to make a simple slider click x { show y } type of thing it doesn't even work. Does anyone else have trouble with IE and Jquery?

[jQuery] fadeIn/Out problem

2007-11-24 Thread krcko
Hi to all, i'm having problems with fade in/out animation. I have buttons and i want to make hover fade-in effect. this is html: Top rated Groups at the beginning button-hover is hidden, and i want to make it fade-in when button is hovere

[jQuery] Beginner: FF not setting correct width?

2007-11-24 Thread SonniesEdge
Hi all. I've just started using jQuery a couple of days ago. The first thing I've tried experimenting with is a wee bit of code that pulls the alt attribute value out of a certain class of image, wraps the image in a div, sets the div width to match the image and appends the alt text inside the di

[jQuery] Re: Jquery 1.2.1 > AJAX > load.() > newbie question

2007-11-24 Thread Geoff Millikan
Hold the phone, I figured it out. Example below. Thank you everyone!! $(document).ready(function(){ $(document.body).click(function () {$ ('#feeds').load('insertme.html');}); }); click here to load external source

[jQuery] Re: toggleClass() help - assigning double class names that look like this: "classname classname"

2007-11-24 Thread jenni
by the way is it bad practice to use functions in jquery? It feels kind of like going against its unobtrusive nature when I write them... No problem. btw you can simplify further if you wish... function toggleMode(mediaType) { $.each(['.video', '.music', '.radio'], function(n, v){

[jQuery] Re: toggleClass() help - assigning double class names that look like this: "classname classname"

2007-11-24 Thread jenni
Nice - that code blocks looks way turbo awesome. I can't wait to be able to bust out nice looking jquery code like that! XD Thanks again for your help. Jenni No problem. btw you can simplify further if you wish... function toggleMode(mediaType) { $.each(['.video', '.music', '.radio'],

[jQuery] Re: problems about jquery.validate

2007-11-24 Thread Jörn Zaefferer
Hi Jack! can jquery.validate use custom validator? And another problem is about email validator,it can't pass validate with my email address [EMAIL PROTECTED] exactly validate email address. Yes, custom validations are possible. Take a look at this and let me know if that doesn't help you:

[jQuery] Re: Styling left hand column of table.

2007-11-24 Thread Karl Swedberg
Hi Jon, You're almost there! What you want is to add a class to every td that is the first child of its parent. Using td:first will select only the very first td. You need td:first-child ! So, this line ... $(".Grid tbody tr td:first").removeClass("GridMiddleCell"); should change to th

[jQuery] Re: problem with $(String expr, JQuery context)

2007-11-24 Thread Brandon Aaron
Try wrapping your context html in a tag. -- Brandon Aaron On Nov 24, 4:16 am, tarini <[EMAIL PROTECTED]> wrote: > If I use this script: > > var str = "xToDo - Gestire progetti con AJAXAttualmente ci > sono progetti e task inseriti nell'applicazione. > >"; > > var context = $(str) > $('b

[jQuery] Re: jQuery functions on loaded html

2007-11-24 Thread Karl Swedberg
Hi Wil, The livequery plugin is excellent. Highly recommended. If you'd like to learn how to do this sort of thing yourself, check out the FAQ topic: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F That topic points to this tutorial (w

[jQuery] Re: taconite plugin with jform plugin

2007-11-24 Thread Karl Swedberg
Hi Alaiz, Marc Grabanski gave a really nice presentation on using Taconite with the Form plugin at jQueryCamp07. Marc, any chance you could post that presentation somewhere? Maybe slideshare.net with the jquerycamp07 tag? Thanks! --Karl _ Karl Swedberg www.englishrules.c

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-24 Thread caruso_g
Still no solution on that. I was wondering if using a conditional comment to get the offset of generated canvases and increasing it one pixel bottom/right and bottom would make the trick. What do you think about? On Nov 22, 10:20 am, caruso_g <[EMAIL PROTECTED]> wrote: > @Marco - Examples on the

[jQuery] Re: jQuery functions on loaded html

2007-11-24 Thread Wil Everts
Looks like livequery is what I was looking for... I'll wait a few hours more from now on before bothering you guys. Feel like the boy who cried wolf. I *really* appreciate all the help. Wil On 11/24/07, Wil Everts <[EMAIL PROTECTED]> wrote: > > Test: http://wil1.com/jtest/index.html > > Source: h

[jQuery] problem with $(String expr, JQuery context)

2007-11-24 Thread tarini
If I use this script: var str = "xToDo - Gestire progetti con AJAXAttualmente ci sono progetti e task inseriti nell'applicazione."; var context = $(str) $('b:eq(0)', context).html("example"); I'll get this error: ret[i].getElementsByTagName is not a function ( jquery.js (line 1429)

[jQuery] Re: fadeout a div after a few seconds

2007-11-24 Thread guix69
Thank you for your detailed answer which fits what I had understood from the documentation. So the #pdresult div is updated with Your personal details have been saved and I use var pdoptions = { target: '#pdresult', success:function(response) { setTimeout(function(){ $('#pdresult div').fadeOut('

[jQuery] Styling left hand column of table.

2007-11-24 Thread jonhobbs
Hi, I've just read the Jquery book and though I understood a bit about selectors, turned out I was wrong! I am trying style every cell in a table but style the left and right most colums differently. I start with three classes GridLeftCell GridMiddleCell GridRightCell ... and I style ever

[jQuery] jQuery functions on loaded html

2007-11-24 Thread Wil Everts
Test: http://wil1.com/jtest/index.html Source: http://wil1.com/jtest/wil.js Description: When you click on an arrow image the sub-listings are loaded via a plain html file (eventually this will load from an api call), the image is changed, the list is then slideToggle'd. Problem: It seems that n

[jQuery] taconite plugin with jform plugin

2007-11-24 Thread alaiz007
Hello, I'm a newbie with JQUERY and i'd like to use taconite plugin with a submit form. Could you show me a little example or where I can find it. Thanks Alaiz

[jQuery] Re: Looking for theoretical help for news scroller.

2007-11-24 Thread Glen Lipka
Try this: http://www.learningjquery.com/2006/10/scroll-up-headline-reader Glen On Nov 24, 2007 2:44 AM, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > > Hi, I'm playing with jquery, and I'm tryng to do a news scroller. > > In my markup I have an unordered list with position relative that

[jQuery] Looking for theoretical help for news scroller.

2007-11-24 Thread Giovanni Battista Lenoci
Hi, I'm playing with jquery, and I'm tryng to do a news scroller. In my markup I have an unordered list with position relative that I move with setInterval and top position. I draw a little scheme to show you what's my problem: http://www.gianiaz.net/jquery/newsscroller/newsscroller.png There'

[jQuery] Re: jCarousel: No width/height set for items.

2007-11-24 Thread Jan Sorgalla
Hi, On 23 Nov., 13:36, sukhminder <[EMAIL PROTECTED]> wrote: > I have implemented jCarousel dynamically loading images with AJAX. It > runs fine until I click some other link on the page and it shows me > the following error: "jCarousel: No width/height set for items. This > will cause an infinit

[jQuery] Re: Jquery 1.2.1 > AJAX > load.() > newbie question

2007-11-24 Thread Wizzud
http://docs.jquery.com/How_jQuery_Works#Launching_Code_on_Document_Ready On Nov 24, 4:34 am, Geoff Millikan <[EMAIL PROTECTED]> wrote: > When I click the "submit" button it should do AJAX and put the > contents of the insertme.html file in the id "feeds" but it's not > working. I must be missin

[jQuery] Re: Concatenation

2007-11-24 Thread [EMAIL PROTECTED]
On Nov 23, 11:38 am, Llaurick <[EMAIL PROTECTED]> wrote: > I would like to know if there is a function (or any other way) in > JQuery (or a plugin) that would allow to create a concatenation of a > collection of String. What I would like is to take a list or array of > strings (text) and create s

[jQuery] Jquery 1.2.1 > AJAX > load.() > newbie question

2007-11-24 Thread Geoff Millikan
When I click the "submit" button it should do AJAX and put the contents of the insertme.html file in the id "feeds" but it's not working. I must be missing something really basic... function loadme(){alert("Hi, I'm running!"); $ ('#feeds').load('insertme.html');}

[jQuery] Re: Simple Question: Using Variables in jQuery

2007-11-24 Thread [EMAIL PROTECTED]
On Nov 23, 4:46 pm, yetanother <[EMAIL PROTECTED]> wrote: > $("ul#"myID).load("data.html"); > You need to use JavaScript string concatenation to build the selector: $("url#" + myID).load("data.html"); Also, you'll probably want to avoid assigning the same ID to two different elements. You're c

[jQuery] Re: Simple Question: Using Variables in jQuery

2007-11-24 Thread Wil Everts
Now I have it, I just needed to make them have unique id's and it worked. EX: if bob is the id, linkid = bob and the ulid = bobul) $(document).ready(function(){ $("a.bob").click(function() { var ID = $(this).attr("id"); $("#"+ID+"ul").load("data.html"); }); }); On 11/23/07, yetanother <[EMAI