[jQuery] Re: Superfish feature request

2008-01-07 Thread Jesse Klaasse
You're right, this is the quirk I'm talking about. I'm on Windows myself, so I have been referring to Windows Firefox. I'm still puzzled by this :| I hope we (or someone else) will be able to work this out.

[jQuery] Server side JQeury

2008-01-07 Thread howa
I have been following John's article: http://ejohn.org/blog/bringing-the-browser-to-the-server The script only support well formed XML, as defined in the function (env.js) window.__defineSetter__(location, function(url){ var xhr = new XMLHttpRequest();

[jQuery] Re: Problems with clueTip

2008-01-07 Thread psy*
Thanks for your reply! But I just want to open it faster in internet explorer since IE doesn't rcognize the fadein effect and so shows it after the time, the tooltip would have been faded in completely, you understand?? Why can't the IE use the fadein effect? Is three any workaround??? Thanks!

[jQuery] Re: looking for plugin that presets values in text box

2008-01-07 Thread McLars
How about just using tooltips (or clueTips), instead of all that custom code for each field? You could even attach the tooltip on a little icon or question mark next to each field. Larry Kevin Scholl wrote: The plugin toggleVal (written by a colleague of mine) might be of some interest to

[jQuery] Re: Server side JQeury

2008-01-07 Thread [EMAIL PROTECTED]
On Jan 7, 3:46 am, howa [EMAIL PROTECTED] wrote: I have been following John's article:http://ejohn.org/blog/bringing-the-browser-to-the-server The script only support well formed XML, as defined in the function (env.js) window.__defineSetter__(location, function(url){                 var

[jQuery] Using JQuery with PHP Frameworks

2008-01-07 Thread rics
Hello, I wish to start usign some PHP framework soon and was wondering wich one works better with JQuery. I will use Zend Framework or CakePHP. Not decided yet. Do you have any experience with one of them? How can I use JQuery with them? Any article or tutorial I can read? Thanks, rics

[jQuery] Aspect Oriented Extension for jQuery

2008-01-07 Thread PragueExpat
Surfing dzone.com this morning, I came across this plugin for jQ: http://code.google.com/p/jquery-aop/wiki/Reference. Being unfamiliar with aspect oriented programming, I did a quick wikipedia lookup and quickly realized that this could be a great way to keep code clean. My question is this:

[jQuery] keyboard sortable list

2008-01-07 Thread MaSTeRMinD
Hello, Im building an app that requires keyboard use and im using jquery for some of the things. I was looking for a plugin that can do exactly this on this page. http://www.dhtmlkitchen.com/scripts/draglib/DragModule/demo/dragpane/index.html Any idea which one, because i can't find any.

[jQuery] keyboard sortable list

2008-01-07 Thread MaSTeRMinD
Hello, Im building an app that needs to be able to work with keyboard. Im using jquery fot some of the things and i searched for a plugin with exactly this behaviour, http://www.dhtmlkitchen.com/scripts/draglib/DragModule/demo/dragpane/index.html but i can't find any plugins that do this. Are

[jQuery] Re: .click()

2008-01-07 Thread chrismarx
best to see the live page- On Jan 6, 9:32 pm, Steffan A. Cline [EMAIL PROTECTED] wrote: on 1/6/08 5:29 PM, chrismarx at [EMAIL PROTECTED] wrote: first, it would be better jquery technique to bind your img outside of the onclick $('#imgID').click(function(){

[jQuery] Superfish appears behind Flash in IE7

2008-01-07 Thread Luke Brookhart
I'm having a problem with Superfish drop down menus appearing behind a flash object in IE7. I use FusionCharts for a Flash Chart system and I've set the flash settings with param name=WMode value=Transparent and embed wmode=transparent but I still have the problem. It only occurs in IE

[jQuery] Re: height of a hidden element

2008-01-07 Thread Sebastián V. Würtz
boermans escribi: I was thinking of innerfade http://medienfreunde.com/lab/innerfade/ hope that helps On Jan 7, 2:16 pm, boermans [EMAIL PROTECTED] wrote: I could be thinking of the wrong plugin? thx, is a good plugin, but cycle have callback and pause/play ...

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Ariel Flesler
How is that the client can listen for responses of the server? it's an XHR connection that remains opened ? Ariel Flesler On 6 ene, 21:30, Peter E Higgins [EMAIL PROTECTED] wrote: For whatever reason the magnet post didn't get pushed to my client, but I wanted to chime in. fwiw, I have been

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Eridius
Well not sure if thier will be an complications I would recommend using Codeigniter. rics wrote: Hello, I wish to start usign some PHP framework soon and was wondering wich one works better with JQuery. I will use Zend Framework or CakePHP. Not decided yet. Do you have any

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread Karl Swedberg
Hi Dominique, Check out this page in the documentation: http://docs.jquery.com/Ajax/load#urldatacallback It includes a nice example of doing just what you're attempting: $(#links).load(/Main_Page #p-Getting-Started li); --Karl _ Karl Swedberg

[jQuery] Re: Server side JQeury

2008-01-07 Thread howa
On 1月7日, 下午6時00分, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Jan 7, 3:46 am, howa [EMAIL PROTECTED] wrote: I have been following John's article:http://ejohn.org/blog/bringing-the-browser-to-the-server The script only support well formed XML, as defined in the function (env.js)

[jQuery] Re: cluetip question

2008-01-07 Thread Karl Swedberg
Thanks for answering this question, Shawn! I really appreciate the time you've taken here and on your blog to help others with some of clueTip's features. Feijó, Shawn showed you a way to use an element on the same page for the tooltip's contents. If you'd like to use the invoking

[jQuery] Re: jQuery.ScrollTo 1.3 released

2008-01-07 Thread Andy Matthews
I'd say that RAR is just fine. There's a free zip app called 7-zip that can work with RAR files. It's a great little find. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stosh Sent: Saturday, January 05, 2008 9:03 PM To: jQuery (English)

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Olivier Percebois-Garve
hi I used jquery with cake. In cake 1.1 Prototype is used as javascript helper for AJAX, etc but you are free not to use it. I think there is a helper that has be made specifically for jquery, a port of phpQuery if I remember right. Personally I do not like much helpers to generate js code, so

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread Andy Matthews
Karl... I'm thinking he wants to show/hide a div on another page. Not pull content into the current page from another. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Monday, January 07, 2008 7:42 AM To:

[jQuery] Re: append ul (unordered list) ie bug

2008-01-07 Thread Danny
It looks like you've got some syntax errors. In the first example, ul id=c-rply-to'+id+'/ul is missing a double quote: ul id=c-rply-to'+id+'/ul (that's a single quote followed by a double right after id+ In the second, #('#c-r+id) should be $('#c-r'+id) See if that works Danny On Jan 6, 4:28 

[jQuery] Re: Fading out a text

2008-01-07 Thread JP
That was it! Nice and simple CSS no need trickering around with javascript. Thanks -jp On Jan 7, 1:05 pm, Erik Beeson [EMAIL PROTECTED] wrote: Effect can be seen here:http://fortuito.us/ I think I would be inclined to overlay an alpha PNG to get that effect, not javascript. --Erik On

[jQuery] Re: Working with data from a GoogleMaps InfoWindow

2008-01-07 Thread chrismarx
can u post a link? On Jan 6, 4:52 pm, chrismarx [EMAIL PROTECTED] wrote: if you're using jquery u dont even need a form. but if you do want to serialize your parameters, that's fine. i think the easiest thing to do is to give your form an id, making it easy for jquery to find it. once

[jQuery] DragDrop tree

2008-01-07 Thread broutard
Hi, I'm looking for a dragdrop tree like this : http://interface.eyecon.ro/demos/drag_drop_tree.html But this tree must to be reorderable. In fact, I looking for a dragdrop reorderable tree which can be built with an other tree (draggable) similar like this :

[jQuery] Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-07 Thread KnoxBaby
Hello, look at this page: http://www.jahlabs.de/jquery/test2/ I'm using validaiton plugin to validate the form, but there is the following weird behaviour: When I write something to the textbox and click on submit, the error occurs that I have to insert at least 5 characters (even though I

[jQuery] Re: jCarousel Lite and Thickbox

2008-01-07 Thread John S
I'm currently developing a site for the company I work for (can't post url at this time) using those plugins. Very easy to use, I have an image and a link clickable to launch Thickbox. On Jan 6, 10:10 am, Andrea - Aosta [EMAIL PROTECTED] wrote: Anyone as worked with this two plugin... i want

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Yılmaz Uğurlu
I recommend Symfony [1] with Unobtrusive JavaScript Plug-In [2]. It dynamically generated javascript from your php code. [1] http://www.symfony-project.org/ [2] http://trac.symfony-project.com/wiki/sfUJSPlugin 2008/1/7, Eridius [EMAIL PROTECTED]: Well not sure if thier will be an

[jQuery] Drag-Drop tree

2008-01-07 Thread broutard
Hi, I'm looking for a dragdrop tree like this : http://interface.eyecon.ro/demos/drag_drop_tree.html But this tree must to be reorderable. In fact, I looking for a dragdrop reorderable tree which can be built with an other tree (draggable) similar like this :

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread aldur
So what you want is that you have a site map structure and when you mouse over a link it runs off and gets a specific DIV from that page? it should be possible to use ajax to retrieve the page html source and parse it for a specific div. large memory hog. would it be possible for you to add a

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Mike Schinkel
rics wrote: I wish to start usign some PHP framework soon and was wondering wich one works better with JQuery. I will use Zend Framework or CakePHP. Not decided yet. Are you looking for a framework for creating RESTful web services for use with jQuery, or something else? -Mike

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Peter E Higgins
On Monday 07 January 2008, Ariel Flesler wrote: How is that the client can listen for responses of the server? it's an XHR connection that remains opened ? there are a couple transports availble in the dojox.cometd client, long polling being the default. subscribe() would issue a command to

[jQuery] Re: append ul (unordered list) ie bug

2008-01-07 Thread chrismarx
doh! its so misleading when firefox fixes your errors for u. i'll stop thinking thats it jquery bugs- On Jan 7, 10:14 am, Danny [EMAIL PROTECTED] wrote: It looks like you've got some syntax errors. In the first example, ul id=c-rply-to'+id+'/ul is missing a double quote: ul

[jQuery] getJSON doesn't remove the script tags when using a callback.

2008-01-07 Thread Steph(an)
The getJSON function does not remove the scripts added to head when using a callback (for jsonp). This of course means that you get a build up of markup if you're using the getJSON function (with callback) to poll a resource. Someone called Tom had noticed this before, but the discussion was not

[jQuery] Re: Server side JQeury

2008-01-07 Thread howa
On 1月8日, 上午12時50分, John Resig [EMAIL PROTECTED] wrote: I am wondering why it was difficult to parse HTML at the beginning. Simply: Because one doesn't exist. I've since written one and hope to be integrating it soon. --John Good! Server side using jquery is really useful for extracting

[jQuery] any update on new versions of jQuery or jQuery UI?

2008-01-07 Thread Eridius
is there any update on when new versions of jQuery and/or jQuery UI are coming out? I know I heard the last dates of 17/18 of December last month. I am mainly interested in the jQuery UI. -- View this message in context:

[jQuery] Odd behavior calling height() or width() on a page with flash content

2008-01-07 Thread Tobias Parent
OK, this is strange, at best. I'm trying to use the clueTip plugin for some titles on a page that plays video content in a flash player, in the event that the title has exceeded a given length. clueTip works fine, but it's triggering a redraw of the flash content in FF. Working fine in IE. I

[jQuery] Re: jQuery cycle not working??

2008-01-07 Thread Mike Alsup
The curvycorners plugin is causing cycle to fail. But I can't see why because the code is packed. Mike On Jan 7, 2008 9:48 AM, Ash [EMAIL PROTECTED] wrote: Hi I need some help with this I have never used this before and i can't seem to be able to get it to work. Now it might be because I

[jQuery] Re: help with addClass

2008-01-07 Thread Jonathan Sharp
The problem is that you're binding the click event to the projectLink class on document ready but since no one has clicked the image yet the class isn't present so there are no elements that match the class selector and thus no events bound. You could do something like the code below. This will

[jQuery] Re: Aspect Oriented Extension for jQuery

2008-01-07 Thread Jonathan Sharp
Also worth noting is that jQuery is not required for this library. It uses the jQuery namespace (jQuery.aop) but this could easily be changed to work with non-jQuery implementations. -js On 1/7/08, PragueExpat [EMAIL PROTECTED] wrote: Surfing dzone.com this morning, I came across this plugin

[jQuery] Re: Odd behavior calling height() or width() on a page with flash content

2008-01-07 Thread Karl Swedberg
Hi Tobias, Sorry you're experiencing that weird problem! I have a workaround in clueTip that allows you to set a different parent element for the cluetip div to be inserted into, but it looks like the Flash reset bug has been fixed in recent svn versions of jquery.js:

[jQuery] Using jQuery in Wordpress

2008-01-07 Thread Sean O
So I'm trying to use jQuery in Wordpress (2.3.2)... Mostly for site design/effects now, eventually for posts too, if possible. It looks like jQuery is in the WP core now, but when I Firebug a few $() functions, I get errors. Any trick to getting this going? Googling provided sparse / old

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Benjamin Sterling
Sean O, I just include it in my theme: script type=text/javascript src=?php bloginfo('template_directory');?/common/js/jquery-1.2.1.min.js/script Not sure how to include what they have in the core, but I think it is out of date anyways. On 1/7/08, Sean O [EMAIL PROTECTED] wrote: So I'm

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Karl Swedberg
wonderful job, Jonah! btw, looks fine in my Mac Safari 3 --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 7, 2008, at 11:01 AM, weepy wrote: Hi I'd like to announce my latest jQuery plugin. I hope you'll find it useful. FEATURES: # Antialiased

[jQuery] MooFlow: Carousel of sorts

2008-01-07 Thread Ty
Has anyone seen the MooFlow image gallery: http://www.outcut.de/MooFlow/ It even allows the pictures to be rotated using the mouse wheel. Very cool stuff, I suppose anything could be ported to jquery, or not? Don't have an immediate use for this, but it's cool, I've seen similar things done in

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: Benjamin Sterling [mailto:[EMAIL PROTECTED] Not sure how to include what they have in the core, but I think it is out of date anyways. I didn't even mess with trying to get whatever is included working - I didn't want to get stuck using an old version,

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Sean O
Ben, Jim, thanks for the replies. I was ready to just hack it in myself, but I haven't worked with Wordpress in quite some time and remember it being fairly fragile. I'll give your code a shot, Benjamin. Shameless plug for my wife's site: http://www.yourdoorandmore.com/ @Jim: my wife is

[jQuery] Re: MooFlow: Carousel of sorts

2008-01-07 Thread Sean O
This is seriously cool! Kind of a Cover Flow-style effect... I wouldn't be surprised if Mike Alsup, the reigning jQuery slideshow master -- see: http://www.malsup.com/jquery/cycle/ has a Cycle plugin option for this soon ;) SlideViewer

[jQuery] Re: Need

2008-01-07 Thread Glen Lipka
You might better off using CSS instead of the background= for a couple of reasons. td width=90 align=center background=images/rboxbg.jpg becomes td class=col4 red menu td.col4 {width: 90px} td.red {background: #ff url(images/rboxbg.jpg);} Ok, so this would clean up the html ALOT. Now, in

[jQuery] jQuery UI resizable

2008-01-07 Thread [EMAIL PROTECTED]
Does anybody know some good tutorials apart from the wiki and examples? I can get the damn divs to resize! LOL! I think I'm going crazy :

[jQuery] jQuery 1.2.2? btw...

2008-01-07 Thread [EMAIL PROTECTED]
I'm using the beta and it's much more performant than the 1.2.1 and I got no bugs so far... some intensive js scripts have decreased my cpu load to even half in some cases, I wonder when it is going to be released I'm curious on what is going to come up other than performance tweaks :D wish

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread rics
Nope. Just looking some framework that can help me develop faster and better. But I just learned JQuery and the things I can do with it are amazing. I don't want to stop using it just because I can't put it to work with the new framework. :D On Jan 7, 8:08 am, Mike Schinkel [EMAIL PROTECTED]

[jQuery] Re: Is it possible to show a specific div on a distant page (same domain) ?

2008-01-07 Thread dme69
Hi, Thanks for all your answers. I'm going to look at this solutions. I'm not sure I will be able to modify each page ... Thanks again. It will help me. Dominique. On 7 jan, 14:39, aldur [EMAIL PROTECTED] wrote: So what you want is that you have a site map structure and when you mouse over a

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Penner, Matthew
Very nice! I've been wanting antialiased corners for a while. Any possibility of working with Dave Methvin and merging the two corner plug-ins? I can see this being a source of confusion for other users. Good job! Matt Penner -Original Message- From: jquery-en@googlegroups.com

[jQuery] Consideration for processor-intensive JavaScript jQuery applications

2008-01-07 Thread timothytoe
I have a JS app that does a lot of calculations. I'm having trouble keeping the browser responsive. My current solution is to take apart loops that last a long time and make them into functions that call themselves with setTimeout(). (As far as I can tell, you HAVE to do this to keep the browser

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Gerry Tucker
This page http://scratbycoastalerosion.org.uk/gallery/?photoset_id=72157603031152209view=slideshow from one of my Websites is using enqueued jQuery and the Cycle plugin for a gallery. My own shameless plug. Gerry -- From: Priest, James

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Gerry Tucker
Sean, JQuery in WP 2.3.2 is up to version 1.1.4. I imagine at WP 2.5 it will move to v1.2.x. In your header file (header.php) you need to add the following line BEFORE the line that reads ?php wp_head(); ?. ?php wp_enqueue_script('jquery'); ? so that it reads: ?php

[jQuery] Re: Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Micky Hulse
Pretty cool. :) Nice work. On Jan 7, 8:01 am, weepy [EMAIL PROTECTED] wrote: Hi I'd like to announce my latest jQuery plugin. I hope you'll find it useful. FEATURES: # Antialiased # Very Fast # Support for any size radius and border width with minimal performance increase # No

[jQuery] Re: Aspect Oriented Extension for jQuery

2008-01-07 Thread Penner, Matthew
Someone else can probably give a better definition of AOP, but a very simplistic view is the ability to add additional functionality (aspects) to your code. This functionality is contained in its own methods and objects, leaving your original code nice and clean. Here's an example I

[jQuery] Help With Odd ID Search

2008-01-07 Thread npetcu
I'm updating some of the legacy software we have at my company and changing much of the JavaScript to jQuery. I'm having a bit of trouble with a few particular id's however. I'm trying to access the last select element of a block of code and retrieve the id like this: $(#itemForm:standards

[jQuery] Loading animation when waiting JQuery.post() to return

2008-01-07 Thread rics
Hello, How can I set an animation to play when the page is waiting for a return from ajax function such as .get() or .post()??? Didn't find examples in docs. Thanks, rics

[jQuery] Re: jqForm: Need help with basic validation...

2008-01-07 Thread Micky Hulse
Doh! So simple. Thanks! :) On Jan 6, 6:15 pm, Mike Alsup [EMAIL PROTECTED] wrote: function validate(formData, jqForm, options) { var x = jqForm[0]; var valid = x.required.value.split(,); // This works. for(var i=0; i valid.length; i++) { // This works. var z = valid[i]; // This works.

[jQuery] Re: Using jQuery in Wordpress

2008-01-07 Thread Gerry Tucker
Sean, JQuery in WP 2.3.2 is up to version 1.1.4. I imagine at WP 2.5 it will move to v1.2.x. In your header file (header.php) you need to add the following line BEFORE the line that reads ?php wp_head(); ?. ?php wp_enqueue_script('jquery'); ? so that it reads: ?php

[jQuery] Re: Processor-intensive JavaScript considerations

2008-01-07 Thread timothytoe
Somehow I missed you reply and started another similar thread today. Sorry. I'm still getting used to Google Groups.

[jQuery] Fw: [jQuery] Using jQuery in Wordpress

2008-01-07 Thread Gerry Tucker
Sean, In your header file (header.php) you need to add the following line BEFORE the line that reads ?php wp_head(); ?. ?php wp_enqueue_script('jquery'); ? so that it reads: ?php wp_enqueue_script('jquery'); ? ?php wp_head(); ? Gerry --

[jQuery] Re: Manipulating elements with a click

2008-01-07 Thread Yaz
Hi, Thanks! It worked after I changed this to $(this). Other than that, it was perfect. :) -yaz On Jan 5, 5:43 pm, Hamish Campbell [EMAIL PROTECTED] wrote: Theres lots of ways to do it, eg: $(document).ready(function() { $('ul#content li a').click(function() { // binds a

[jQuery] Re: LIVE jQuery

2008-01-07 Thread coughlinsmyalias
Thank you for the explanation! i will do some more research in to that and see how i can get that in to my code :) I might post a question about implementing that in to mine as well. Any demos out there for me to look at? And is this installed on the client side? On Jan 7, 8:07 am, Peter E

[jQuery] Re: Need

2008-01-07 Thread Klaus Hartl
On 7 Jan., 22:40, Glen Lipka [EMAIL PROTECTED] wrote: You might better off using CSS instead of the background= for a couple of reasons. td width=90 align=center background=images/rboxbg.jpg becomes td class=col4 red menu td.col4 {width: 90px} td.red {background: #ff

[jQuery] Re: Need

2008-01-07 Thread Glen Lipka
Klaus, Good point. I was just using red for communication/example sake. It should be alert or whatever. Glen On Jan 7, 2008 2:02 PM, Klaus Hartl [EMAIL PROTECTED] wrote: On 7 Jan., 22:40, Glen Lipka [EMAIL PROTECTED] wrote: You might better off using CSS instead of the background= for a

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Andy Matthews
Confusion?? One plugin has a z on the end of it. That's totally different. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Penner, Matthew Sent: Monday, January 07, 2008 11:18 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] Re: Help With Odd ID Search

2008-01-07 Thread Jonathan Sharp
Try escaping the colon: $(#itemForm\\:standards select:last) Cheers, -Jonathan On 1/7/08, npetcu [EMAIL PROTECTED] wrote: I'm updating some of the legacy software we have at my company and changing much of the JavaScript to jQuery. I'm having a bit of trouble with a few particular id's

[jQuery] Re: Need

2008-01-07 Thread Glen Lipka
Ahh, I see in another post the dynamic part. Changing the subject messes up gmail in keeping the posts together. This is how you put on a click handler as described in the other post. $(td a.menu).click( function() { $(this).parents(td:first).addClass(foo).removeClass(blah); } ); I hope

[jQuery] selecting element question

2008-01-07 Thread Eridius
for instance $('[EMAIL PROTECTED]') would select based on name being gender but is there a way to select based on name being gender and checked being checked in one select of chained select? -- View this message in context:

[jQuery] Re: keyboard sortable list

2008-01-07 Thread Glen Lipka
http://rikrikrik.com/jquery/shortkeys/ Does this work? Glen On Jan 7, 2008 2:34 AM, MaSTeRMinD [EMAIL PROTECTED] wrote: Hello, Im building an app that requires keyboard use and im using jquery for some of the things. I was looking for a plugin that can do exactly this on this page.

[jQuery] Re: selecting element question

2008-01-07 Thread Josh Nathanson
I think this will work - $(input[name=gender]:checked) The '@' has been deprecated now. -- Josh - Original Message - From: Eridius [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Monday, January 07, 2008 2:09 PM Subject: [jQuery] selecting element question for instance

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Mike Alsup
Jonah, This looks really great! Issues # IE6 has some slight problems with the VML in some cases # Mac/Safari doesn't work (Windows Safari is fine) Hey, what happened to bulletproof?? :-) Mike

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Collin Allen
I've successfully used jQuery with Zend Framework and found it a nice fit. I made heavy use of their JSON encoder to get data back and forth between the server and client side. On Jan 7, 3:57 am, rics [EMAIL PROTECTED] wrote: Hello, I wish to start usign some PHP framework soon and was

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Peter E Higgins
On Monday 07 January 2008, coughlinsmyalias wrote: Thank you for the explanation! i will do some more research in to that and see how i can get that in to my code :) I might post a question about implementing that in to mine as well. Any demos out there for me to look at? And is this

[jQuery] Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread Robin Rowell
Hi all and Joel. Is there a version of Superfish that uses jquery generated arrows (using dynamically created classes) for submenus that contain further content? (this page would be an example: http://sperling.com/examples/menuh/ ) Thanks!

[jQuery] Re: Help With Odd ID Search

2008-01-07 Thread Nick P
That did it. Thank you so much! I've been trying to escape the colon using one slash :p Thanks again! - Nick On Jan 7, 3:08 pm, Jonathan Sharp [EMAIL PROTECTED] wrote: Try escaping the colon: $(#itemForm\\:standards select:last) Cheers, -Jonathan On 1/7/08, npetcu [EMAIL PROTECTED]

[jQuery] Re: LIVE jQuery

2008-01-07 Thread coughlinsmyalias
Peter..when you say: fwiw, I have been considering porting the dojox.cometd client to jQuery-plugin-like code. Do you mean its not a jQuery plugin yet? Looking more in to that and am still kind of confused how to make the whole say be live would every event have to be wrapped in say a

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Glen Lipka
This is awesome. I think I might replace the curvy corners on my site with this. I think the canvas method is just too cool. Glen On Jan 7, 2008 4:14 PM, weepy [EMAIL PROTECTED] wrote: Hey, what happened to bulletproof?? :-) It will be :) . In fact it now works on Mac/Safari Regarding

[jQuery] Re: jQuery 1.2.2? btw...

2008-01-07 Thread polyrhythmic
On Jan 7, 8:27 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using the beta and it's much more performant than the 1.2.1 and I got no bugs so far... some intensive js scripts have decreased my cpu load to even half in some cases, There are typos in your subject line, it should read:

[jQuery] Re: Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread rolfsf
I might be misunderstanding, but the arrows in the example link are not done with javascript - it's just css (from the linked page): #menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */ { background-image: url(navdown_white.gif);

[jQuery] Re: Sever Push - live site

2008-01-07 Thread Morgan Allen
I am not sure. It is dependent on how your PHP backend works. Looking at your demo I see that when I move a word, it is POSTed to store.php, is that then entered into a database? stored in a flat file? held in memory with magic? Regardless, the idea is that in words.php (say,

[jQuery] Re: Loading animation when waiting JQuery.post() to return

2008-01-07 Thread jody
I think what you might be after are ajaxStart and ajaxStop: http://docs.jquery.com/Ajax/ajaxStart#callback http://docs.jquery.com/Ajax/ajaxStop#callback That could start and then stop something like an animated gif that would overlay the page until the ajax request was finished. Getting the

[jQuery] Re: $('table tr').hover() not working in IE

2008-01-07 Thread David McFarland
$('table tr').hover( function() {$(this).addClass('hover');}, function() {$(this).removeClass('hover'); }); This is my CSS:

[jQuery] Re: Sever Push - live site

2008-01-07 Thread Morgan Allen
Opps, meant to add more here. Hope this helps you, please ask more detail questions if not, I am doing a lot of work right now with Comet. Server Push methods, and Bayuex, and am currently working to bring Comet to jQuery. So any ideas for usage will help me make my plugin useful to the jQuery

[jQuery] Re: Sever Push - live site

2008-01-07 Thread coughlinsmyalias
Ahh..I see how it works..well a better idea anyway. How that talks with the PHP. At my site that I posted above..how would something like that work? set up an event? Because I want each drag sequence to show on the page and keep it updated along with adding words, etc. Thank you -

[jQuery] Re: Persistent menu using cookies based rather than location based

2008-01-07 Thread Jonny
I am having a similar issues and as of yet nobody has been able to give me a solution :( It seems like it should be a pretty straight forward problem, and lot's of people are asking for help with it, so where are the experts (that know how to communicate to us non- experts)??? Still wondering,

[jQuery] Re: Loading animation when waiting JQuery.post() to return

2008-01-07 Thread Josh Nathanson
I think what you might be after are ajaxStart and ajaxStop: http://docs.jquery.com/Ajax/ajaxStart#callback http://docs.jquery.com/Ajax/ajaxStop#callback That could start and then stop something like an animated gif that would overlay the page until the ajax request was finished. Getting the

[jQuery] Re: Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread Kevin Scholl
This isn't Superfish specifically, though I did write it based very largely on the original Suckerfish, with enhancements. http://beta.ksscholl.com/jquery/suckerfish.html Kevin On Jan 7, 5:04 pm, Robin Rowell [EMAIL PROTECTED] wrote: Hi all and Joel. Is there a version of Superfish that

[jQuery] Can JQuery support iCab 3 (for legacy Mac OS9)

2008-01-07 Thread howa
We have some users still running OS9, I would like to know if any OS9 users here can confirm if JQuery (1.2x) support iCab 3, so we can advise them to use this browser. http://www.icab.de/dl.php Thanks.

[jQuery] Re: Superfish Menus - Including Dynamic Navigation Arrows

2008-01-07 Thread [EMAIL PROTECTED]
Hi Robin, You can always control the Sub Level arrows by a new CSS class. You can get the extra class into your nav via jQuery without needing to edit Joels script, by just adding... $(document).ready(function(){ // normal Superfish Call $(ul.nav).superfish({ hoverClass: sfHover,