[jQuery] Need input on best approach to this type of menu feature

2007-12-25 Thread Rick Faircloth
Hi, all. I'd like to request some suggestions as to what core jQuery functions and plug-in(s) might best be used to create a menu feature such as the one used on this site: www.AtlantaFalcons.com You'll see an expanded area appear beneath the menu when you mouseover the main menu items at the to

[jQuery] Working with the ajax function

2007-12-25 Thread coughlinsmyalias
Hey all, i have this: $.ajax({ type: "POST", url: "add.php", data: "word": $("#word").blah.value, }) And I get this error: missing } after property list http://localhost/magnet/?addWord=ryan&submit=Add Line 17 Any idea why? And my

[jQuery] Displaying results over page

2007-12-25 Thread coughlinsmyalias
Hey, I am using php to generate the items on this page that you can drag: http://rksdesignstudios.com/magnet/ And I am wondering how i can go about on page load they will be displayed all over the page, randomly not in a line like it is above. I have checked google and jquery for plugins and not

[jQuery] Working with selectables and draggables

2007-12-25 Thread coughlinsmyalias
Hey all! Happy Holidays, I am trying to combine both selectable effects and draggables. I have this: $(document).ready(function() { $(".word").draggable({grid: [50,50]}); }); $(window).bind("load",function(){ $("#wrapper").selectable(); }); I am going to have multiple classes

[jQuery] Re: check if an id exists

2007-12-25 Thread McLars
$('#id').length is the old school, and most widely used, technique. This is probably the fastest. $('#id').is('*') does make sense semantically (expresses the intent), and is more flexible. Larry On Dec 25, 12:33 am, "Alexey Blinov" <[EMAIL PROTECTED]> wrote: > Yep... my code have size(). Forg

[jQuery] Adding result to database via php/jQuery - similar to tag feature on flickr

2007-12-25 Thread coughlinsmyalias
Hey all, I have been looking on google and on the jquery site for a function/ plugin that will allow me to do: Have a form with one field that on submit will add the word to the page instantly via ajax/php send the request to the database and post to the table then display a message like "Word h

[jQuery] Re: Problems with clueTip

2007-12-25 Thread Karl Swedberg
On Dec 24, 2007, at 5:41 PM, KnoxBaby wrote: Hello, thanks for your help again. Thanks, I want to say that I didn't upload the new "version" because it worked everything ... Second, I want to ask you if you can add the possibility to split the local content too if spitTitle is set because t

[jQuery] select function change - filter

2007-12-25 Thread [EMAIL PROTECTED]
Hi, I'm looking for some help building a filter function through select (combobox) > something like this: $("select").change(function () { $("select option:selected").each(function () {... I have different divs each with a class like "html", "flash", "print". I created a combobox to s

[jQuery] Kwick type horizontal accordion with jquery ?

2007-12-25 Thread Mark
Hey everyone! Happy holidays. Ive been on a 3 day hunt for a horizontal accordion that functions almost identically to the one offered by mootools. An example of this type of accordion can be see on the mootools homepage (http:// www.mootools.net) . I want to use jquery or any other structure

[jQuery] ui-tabs + ajaxContent

2007-12-25 Thread Joe Shaw
I am building a page that uses jQuery + ui.tabs to load content into the right half of the page. In this "loaded" content I am trying to do a ajaxContent to load a small html form when a link is clicked. The ajaxContent is unable to find any ajax class elements...ie the ajaxContent does not work.

[jQuery] Re: check if an id exists

2007-12-25 Thread Alexey Blinov
Yep... my code have size(). Forgot to point it... And thanks for info about more efficient way - using length. So... which way is better than? 1. $('#id').length > 0 2. $('#id').length() !== 0 3. $('#id').is('*') //never try it... but look pretty - Alexey On Dec 25, 2007 5:39 AM, Michael Geary

[jQuery] Re: jCarousel with mixed thumbnail image sizes needed

2007-12-25 Thread somnamblst
I have managed to change the width of the thumbnails in a horizontal jCarousel by changing the CSS for item & container to .jcarousel-skin-ie7.jcarousel-container-horizontal { width: 100%; padding: 20px 40px; } .jcarousel-skin-ie7 .jcarousel-clip-horizontal { width: 85%; height:

[jQuery] Re: Falling snow plugin

2007-12-25 Thread Kia
Thanks. Not too late yet I think :-) I've looked thru the code, but it doesn't seem to be a jQuery plugin: http://www.techlicious.name.my/wp-content/plugins/snow/snow.js But since noone else answerd, I guess there is no snow plugin for jQuery yet - so the above will have to do. Thanks again!

[jQuery] Re: mery christmas!

2007-12-25 Thread rolfsf
Feliz Natal Feijó! r. Feijó-2 wrote: > > and great 2008 to ya'll !! > > > huge hug > baita abraço > Feijó > > -- View this message in context: http://www.nabble.com/mery-christmas%21-tp14492663s27240p14496959.html Sent from the jQuery General Discussion mailing list archive at Nabble.

[jQuery] Re: Beginner help with highlight effect

2007-12-25 Thread Karl Swedberg
On Dec 24, 2007, at 11:35 AM, rics wrote: Hello, I'm a PHP developer, but all this javascript thing is new to me. It's the first time I try to do something with javascript and I'm using JQuery to help me do things fast (and best). I wish to make some highlight effect, but can't figure it ou

[jQuery] Re: local ajax development?

2007-12-25 Thread Benjamin Sterling
When you say locally, are you referring to "localhost"? The error looks like you are trying to call to a different domain, can you post some code to what you got already? On 12/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I am trying to pull in some data, but I can't get it to work

[jQuery] Re: Falling snow plugin

2007-12-25 Thread Allan Mullan
Hey Kia, Sorry, this is probably too late but I just found a site with exactly this - http://www.techlicious.name.my/2007/12/21/ubuntu-804/ - The JS in the page source will give you exactly what you want (not sure about licensing though...) Cheers, Allan Merry XMAS to all, from all the way over