[jQuery] Re: Center a Div

2007-10-30 Thread Karl Swedberg
On Oct 29, 2007, at 7:36 PM, jmancor wrote: Hello everyone! I got this question going around my head and its just because i can't find a proper solution. Thing is i got a project on which i want to show a preloader whenever something is sent or some event has been triggered. How could i set

[jQuery] Uploading to SVN

2007-10-30 Thread floepi
Hi, yesterday i checked out the svn dev version with all the plugins. I tried the rating plugin which did not work with the 1.2 version of jQuery. (slice problem) I made all the changes and got it working (was another slight issue with the averageIndex). Now i would like to commit my changes.

[jQuery] Re: Using jQuery to select labels

2007-10-30 Thread Pramod yadav
Try this One. Hope that it will work objForm is th name of the form .Loop through the form elements for input tag. for ( specify the loop condition ) { if(objForm[vIdx].tagName==INPUT) { if(objForm[vIdx].value != ) { if(objForm[vIdx].id != '' $j([EMAIL

[jQuery] Re: rounded corners in tabs

2007-10-30 Thread SterlingK
Addendum to my last post: There's another reason that I need to find a better way. If I load the 'about' tab first (go to http://reconcilers.sterlingkcreations.com/#about to see example), the rounding doesn't work at all. So I really need to have all rounded boxes have the same class (i.e.

[jQuery] Re: jQuery Presentation

2007-10-30 Thread sgrover
http://www.slideshare.net/sgrover/jquery But I didn't see anyplace to upload the support files, so you're still better off to go to the original package (slideshare didn't like my fonts apparently, so it's not looking as good as it should... but it's there.) Shawn Yehuda Katz wrote:

[jQuery] how can i upload file with $.post and php

2007-10-30 Thread Saleh Souzanchi
i can not use $.post for upload file plz help me.(i need sample)

[jQuery] jQuery article on dev.opera.com

2007-10-30 Thread Hans S . Tømmerholt
Hello. Been lurking this list for quite some time. I'm impressed with the activity and friendliness here. I'd just like to give you a heads up that I've posted an article about jQuery on http://dev.opera.com, the developer website made by Opera Software. It's meant as an article in a

[jQuery] Re: Match a named dropdown

2007-10-30 Thread Snook
To match that single select element, do: $(select[name=opportunity_type]).change(function() { That's works fine, thanks a lot Josh. -- Damien

[jQuery] Re: rounded corners in tabs

2007-10-30 Thread Klaus Hartl
On 30 Okt., 05:05, SterlingK [EMAIL PROTECTED] wrote: Dave, you nailed it. I'm pretty new to jquery stuff, so I really appreciate that nudge in the right direction. What I did is a callback on 'show' in my tabs function. Two relatively small problems have now arisen from that. First, in

[jQuery] Re: invoke jQuery Cycle Plugin - help please!

2007-10-30 Thread Boris
Thank you for the quick answer Mike, really appreciate it :) Yes, the pager3.html looks like something that I really could use! Thanks a lot! I think it would be great if you made your own effect-plugin, since the effects in cycle in my opinion are much cleaner than the one that interface are

[jQuery] Re: jQuery Presentation

2007-10-30 Thread Dave Buchholz - I-CRE8
Thanks Shawn, As a jQuery Newbie I learnt a lot from your notes Regards, Dave Buchholz I-CRE8 http://www.i-cre8.co.uk Skype ID: I-CRE8 -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sgrover Sent: 30 October 2007 03:26 To:

[jQuery] Re: Uploading to SVN

2007-10-30 Thread Lauris Bukšis-Haberkorns
Submit bug report and attach diff here: http://dev.jquery.com/newticket Lafriks On 10/30/07, floepi [EMAIL PROTECTED] wrote: Hi, yesterday i checked out the svn dev version with all the plugins. I tried the rating plugin which did not work with the 1.2 version of jQuery. (slice problem)

[jQuery] Re: jQuery.ScrollTo

2007-10-30 Thread Flesler
Wow... lots of thanks.. you are definitely going to get more support if you need :) Also thanks for finding that bug.. :D Ariel Flesler On Oct 29, 11:54 pm, SterlingK [EMAIL PROTECTED] wrote: Um... excuse me? Excuse me? Attention, everyone! Is this thing on? Testing? Testing? 1, 2, 3...

[jQuery] Re: how can i upload file with $.post and php

2007-10-30 Thread Jean
i used the ajaxForm plugin for that it´s use a hidden iframe to send the file On 10/30/07, Aditya Mooley [EMAIL PROTECTED] wrote: On 10/30/07, Saleh Souzanchi [EMAIL PROTECTED] wrote: i can not use $.post for upload file plz help me.(i need sample) It is not possible to upload

[jQuery] Plugin/syntax conflict

2007-10-30 Thread [EMAIL PROTECTED]
Hey I've written small functions for DOM traversal and placed them in jquery.plugins.js: jQuery.fn.prevUntil = function(expr) { var match = []; this.each(function(){ var n = this; while (n = n.previousSibling) { if

[jQuery] Creating objects for components using jquery

2007-10-30 Thread [EMAIL PROTECTED]
Hi, I know this is an amatour message but I was wonderig if someone could point me to the right direction. with Dojo, you create objects and then you do something like this var chart = new dojo.charting.Chart(null, Example chart, This is the example chart description); //Add the plot area at

[jQuery] Download JQuery

2007-10-30 Thread shapper
Hello, I want to download and start using JQuery. Which one should I download? And why the file sizes do no match? For example, for 45.3Kb - http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.1.min.js 14Kb - http://docs.jquery.com/Release:jQuery_1.2.1 Thanks, Miguel

[jQuery] Get div

2007-10-30 Thread shapper
Hello, How can I get use a Div given its ID? Or I can only get it given the css class applied to it? Thanks, Miguel

[jQuery] Re: Download JQuery

2007-10-30 Thread Dan G. Switzer II
Miguel, I want to download and start using JQuery. Which one should I download? And why the file sizes do no match? For example, for 45.3Kb - http://code.google.com/p/jqueryjs/downloads/detail?name=jquery- 1.2.1.min.js 14Kb - http://docs.jquery.com/Release:jQuery_1.2.1 The reason for the size

[jQuery] Re: jQuery article on dev.opera.com

2007-10-30 Thread Rey Bango
Thank you for the excellent articles Hans! :) Rey Hans S. Tømmerholt wrote: Hello. Been lurking this list for quite some time. I'm impressed with the activity and friendliness here. I'd just like to give you a heads up that I've posted an article about jQuery on http://dev.opera.com, the

[jQuery] reproducing old Interface effects w/jQuery 1.2

2007-10-30 Thread Priest, James (NIH/NIEHS) [C]
Just curious if anyone had any examples of reproducing the old Interface effects: Highlight, bounce, etc... with jQuery 1.2?? Thanks, Jim

[jQuery] Re: Get div

2007-10-30 Thread Richard D. Worth
You can use the css id selector (#): div id=myDivHello, World/div ... $(#myDiv) // finds the div with id 'myDiv' - Richard On 10/30/07, shapper [EMAIL PROTECTED] wrote: Hello, How can I get use a Div given its ID? Or I can only get it given the css class applied to it? Thanks, Miguel

[jQuery] Re: Get div

2007-10-30 Thread Andy Matthews
You can also get a div by it's tag type: $('div') // gets all divs. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard D. Worth Sent: Tuesday, October 30, 2007 8:41 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Get div You can use the css id

[jQuery] Re: New Plugin: ZoomBox

2007-10-30 Thread Glen Lipka
For the keyboard shortcuts you may want to try the shortKeys plugin http://rikrikrik.com/jquery/shortkeys/ Seemed to work well when I tried it. Glen On 10/26/07, weepy [EMAIL PROTECTED] wrote: 1. Identical syntax to Prototypes Lightbox to encourage people to switch over without changing

[jQuery] Re: reproducing old Interface effects w/jQuery 1.2

2007-10-30 Thread Karl Swedberg
Hi Jim, The folks on the jQuery UI team (particularly Paul Bakaus) are working on another plugin that allows you to do all sorts of really nice effects. It's really beautiful in the way it extends some existing methods, too. For example, in addition to this: $('.foo').addClass('pretty');

[jQuery] Re: Download JQuery

2007-10-30 Thread James Dempster
Just a quick note I'd like to add, all the files are functionally the same. The only differences are the ones outlined by Dan G. Switzer II On Oct 30, 11:01 am, shapper [EMAIL PROTECTED] wrote: Hello, I want to download and start using JQuery. Which one should I download? And why the file

[jQuery] jqmodal NOT working inside $.ajax callback function

2007-10-30 Thread vanwil
Hi. I'm trying to do something and it's not working: $.ajax({ type: POST, url: myPhpFile.php, data: someArgument=+someArgument, dataType: json, success: function(msg){

[jQuery] Javascript does not work on a page loaded

2007-10-30 Thread Marxy
Here is the situation. I made some test files. 1. Main html file. iload.html html head script src=/js/jquery/jquery.js type=text/javascript/script script$(function() { $('#div').load('itest.html'); } ); /script /head body div

[jQuery] Bind function on font-size changed

2007-10-30 Thread Olaf Bosch
Hi all, i have bind a function to windo resize: $(window).bind('resize', function() { setheight(); return false; }).trigger('resize'); Works fine. What can i do to work the sethight() on change the Font-size in browser (STRG +/-)? -- Viele Grüße, Olaf

[jQuery] Toggle all checkboxes, best way?

2007-10-30 Thread Andy Matthews
I've got some code which I think is pretty simple. But I'd like to see if there's a quicker (less code) way to do this. I simply want to be able to toggle all checkboxes on a page on/off. Is there a better way? var $checkboxes = $('input[type=checkbox]'); $('a').toggle(function(){ //

[jQuery] jEditable help!

2007-10-30 Thread RR_QQ
I noticed there was more activity in this forum than in the Plugins forum so I decided to post a quite note that I need help with jEditable and here is the URL in case there is anyone out there familliar with this plugin:

[jQuery] Re: jEditable help!

2007-10-30 Thread Mika Tuupola
On Oct 30, 2007, at 6:30 PM, RR_QQ wrote: http://www.nabble.com/jEditable-Issue---changes-seemingly-revert- back-to-old-value-before-the-edit-tf4713727s27240.html Maybe you can provide example page where the problem occurs? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable help!

2007-10-30 Thread Ramon Quiusky
Unfortunately I cannot, special privileges are necessary to access. Argh! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Tuupola Sent: Tuesday, October 30, 2007 9:36 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jEditable help!

[jQuery] Re: Javascript does not work on a page loaded

2007-10-30 Thread Wizzud
You can't expect things to work correctly when you force the DOM to be invalid by inserting a complete html document into a div. Reduce your itest.html file to ... script src=test.js/script scriptalert('That\'s inline alert!!!');/script That's my body, duddies! :-) scripttest();/script (and

[jQuery] Re: Toggle all checkboxes, best way?

2007-10-30 Thread Josh Nathanson
Maybe something like this...not tested var tog = false; $('a').click(function() { $('input[type=checkbox]').each(function() { $(this).attr('checked',!tog); // not sure if you need removeAttr for checkboxes }); tog=!tog; }); -- Josh - Original Message - From:

[jQuery] For Brazilians jQuery Developers

2007-10-30 Thread Web Specialist
I'm here to ask to a brazilian jQuery developer about a form validation example published here days ago. Outro dia um desenvolvedor brasileiro nos mostrou um exemplo aqui de uma validação onde ele apresenta uma tela de AGUARDE... no momento da chamada da validação do formulário(usando Jorn Form

[jQuery] Re: Toggle all checkboxes, best way?

2007-10-30 Thread James Dempster
I would suggest a couple of changes var $checkboxes = $('input[type=checkbox]'); $('a').toggle(function() { $checkboxes.attr('checked','checked'); return false; }, function() { $checkboxes.removeAttr('checked'); return false; }); p.s. do you really need to post a 6K dealerskinslogo.bmp,

[jQuery] Re: Toggle all checkboxes, best way?

2007-10-30 Thread Josh Nathanson
OK, this is tested and works -- don't know why I thought .each was needed. var tog = false; // or true if they are checked on load $('a').click(function() { $(input[type=checkbox]).attr(checked,!tog); tog = !tog; }); -- Josh - Original Message - From: Andy Matthews To:

[jQuery] Re: Plugin/syntax conflict

2007-10-30 Thread polyrhythmic
Piotr, do you have an example page we can debug? Charles On Oct 30, 4:42 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey I've written small functions for DOM traversal and placed them in jquery.plugins.js: jQuery.fn.prevUntil = function(expr) { var match = [];

[jQuery] Test if object is jQuery object

2007-10-30 Thread Josh Nathanson
Is there a cool way to check if an object is a jQuery object as opposed to any other object? I tried the constructor property but it just says Object(), the same as any other object. Tried typeof, but same deal, just object. Right now my function can take an object or a jQuery object as

[jQuery] Getting Value from Radio Button

2007-10-30 Thread Snooze
I have a radio button defined as: input type=radio name=compare class=comp value=equal And the following jQuery code: $('.comp').click(function(){ alert(reqsearch.compare.value); }); There value it returns is undefined. How do I get it to return equal?

[jQuery] Re: Javascript does not work on a page loaded

2007-10-30 Thread Eric Martin
On Oct 30, 8:22 am, Marxy [EMAIL PROTECTED] wrote: Here is the situation. I made some test files. 1. Main html file. iload.html html head script src=/js/jquery/jquery.js type=text/javascript/script script$(function() { $('#div').load('itest.html');

[jQuery] Ajax 'drop-down' menu using jQuery [amateur cry for help]

2007-10-30 Thread Vladimir
Hi, I really need this... I found an very interesting menu wixh is usng Ajax, but I thought that I could just find some plug in for that and that will be it, but NO... Here is a sample of that kind of menu http://foliage-for-blogger.blogspot.com/ {pull button is needed to be clicked} Can

[jQuery] Re: Plugin/syntax conflict

2007-10-30 Thread Eric Martin
On Oct 30, 4:42 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey I've written small functions for DOM traversal and placed them in jquery.plugins.js: jQuery.fn.prevUntil = function(expr) { var match = []; this.each(function(){ var n = this;

[jQuery] How to pull details info into master page

2007-10-30 Thread Dave Buchholz - I-CRE8
PHP/MYSQL I have links from my master page in the form of a class=view-man href=manufacturer_Detail.php?manID=?php echo(rawurlencode($row_WADAmanufacturer['manID'])); ? title=View Manufacturer Details to my details and I would like to pull the info into my master page rather than going to the

[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread Dave Buchholz - I-CRE8
I have links from my master page in the form of a class=view-man href=manufacturer_Detail.php?manID=?php echo(rawurlencode($row_WADAmanufacturer['manID'])); ? title=View Manufacturer Details to my details page and I would like to pull the info into my master page rather than going to the details

[jQuery] Dynamically Populating Select Box

2007-10-30 Thread Snooze
I am trying to make a select box that with populate depending on what is selected in the select box before it. Both of these select boxes need to draw information from the sql database (I have to use ASP to get this information). I've been looking at some tutorials but am overall very confused

[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread Dave Buchholz - I-CRE8
PHP/MYSQL I have links from my master page in the form of a class=view-man href=manufacturer_Detail.php?manID=?php echo(rawurlencode($row_WADAmanufacturer['manID'])); ? title=View Manufacturer Details to my details and I would like to pull the info into my master page rather than going to the

[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread I-CRE8
PHP/MYSQL I have links from my master page in the form of a class=view-man href=manufacturer_Detail.php?manID=?php echo(rawurlencode($row_WADAmanufacturer['manID'])); ? title=View Manufacturer Details to my details page and I would like to pull the info into my master page rather than going to

[jQuery] Re: Bind function on font-size changed

2007-10-30 Thread Eric Martin
On Oct 30, 8:27 am, Olaf Bosch [EMAIL PROTECTED] wrote: Hi all, i have bind a function to windo resize: $(window).bind('resize', function() { setheight(); return false; }).trigger('resize'); Works fine. What can i do to work the sethight() on change the Font-size in

[jQuery] Re: Center a Div

2007-10-30 Thread jmancor
Hey Karl Thank yo so much for this.. it works perfectly but... i made a mistake. What im trying to achieve is to show the preloader wherever my scroll is. I mean.. let's suppose i got a huge scroll and im in the lower middle of if but i trigger an event and i want my preloader to show up. Right

[jQuery] Re: rounded corners in tabs

2007-10-30 Thread SterlingK
Klaus, I really appreciate the idea and it might actually work for a site with a fixed width. The main div on this one, however is 'width: 90%' and the effects of the off-screen technique were pretty hilarious . On the first load, the pages got all jumbled. On refresh, the 'position:fixed' div

[jQuery] [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
I came across an interesting plugin today on my travels around the web: http://blog.jcoglan.com/2007/10/30/asynchronous-function-chaining-in-javascript It's interesting, because it's a setTimeout plugin but is coded so it can be chained along my event queue. For example, in my code before I

[jQuery] Re: rounded corners in tabs

2007-10-30 Thread SterlingK
For anyone else who deals with this issue, note that the above solution does not work with ajax (remote) tabs. For that, I had to do the following: $(document).ready(function() { $('.round_box').corner(); $('#tab_menu ul').tabs({ cache: false, remote: true, show: function() {

[jQuery] is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Boris
It came as a surprise to me today when I didn't find the noConflict where I knew that I'd seen it a couple of weeks ago. http://docs.jquery.com/Using_jQuery_with_Other_Libraries But with a google cache from 27 october... we're told to use noConflict()

[jQuery] is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Boris
It came as a surprise to me today when I didn't find the noConflict where I knew that I'd seen it a couple of weeks ago. http://docs.jquery.com/Using_jQuery_with_Other_Libraries But with a google cache from 27 october... we're told to use noConflict()

[jQuery] Re: [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Andy Matthews
I think that something like this is a good candidate for the core. There's so many requests and things for how can I pause my code, etc. I can't see this being all that large in size. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tane Piper

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Richard D. Worth
The relevant section was replaced by link spam (see history of the wiki page). Reverted. - Richard On 10/30/07, Boris [EMAIL PROTECTED] wrote: It came as a surprise to me today when I didn't find the noConflict where I knew that I'd seen it a couple of weeks ago.

[jQuery] Re: Test if object is jQuery object

2007-10-30 Thread Wizzud
Try ... if(Object.jquery){ ; // it's (probably) a jQuery object }else{ ; // it's not } On Oct 30, 4:55 pm, Josh Nathanson [EMAIL PROTECTED] wrote: Is there a cool way to check if an object is a jQuery object as opposed to any other object? I tried the constructor property but it just

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Jeffrey Kretz
It's still there. I found it on line 470 of the uncompressed version of 1.2.1. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Boris Sent: Tuesday, October 30, 2007 10:33 AM To: jQuery (English) Subject: [jQuery] is jQuery.noConflict()

[jQuery] Re: Dynamically Populating Select Box

2007-10-30 Thread Wizzud
There are several ways of doing it, depending on what you want your asp program to return. For example, assuming that your asp program will return the options as html, depending on the POSTed value of cat that it receives from the caller... var Cat = $('select.cat'); // first select

[jQuery] Re: Getting Value from Radio Button

2007-10-30 Thread polskaya
$('.comp').click(function(){ alert($('.comp').val()); }); On Oct 30, 2:31 pm, Snooze [EMAIL PROTECTED] wrote: I have a radio button defined as: input type=radio name=compare class=comp value=equal And the following jQuery code: $('.comp').click(function(){ alert(reqsearch.compare.value);

[jQuery] Re: [INTERESTING PLUGIN] Wait plugin

2007-10-30 Thread Tane Piper
I dunno, I'm one of these people starting to really see the benefits of keeping as much out the core as possible, as jQuery's plugin architecture doesn't add any overhead, although I'm starting to link along the lines of jQuery.core.js and jQuery.utilities.js, where functions like this come as

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Bil Corry
Rick Faircloth wrote on 10/30/2007 12:04 PM: Can this be done differently? This has to be a mailing list setting or something, because all my other mailing lists are able to have follow-up messages containing Re: automatically grouped with the original. I don't use Outlook, but threading

[jQuery] Re: Test if object is jQuery object

2007-10-30 Thread Eric Martin
On Oct 30, 9:55 am, Josh Nathanson [EMAIL PROTECTED] wrote: Is there a cool way to check if an object is a jQuery object as opposed to any other object? I tried the constructor property but it just says Object(), the same as any other object. Tried typeof, but same deal, just object.

[jQuery] Re: jQuery Presentation

2007-10-30 Thread sgrover
Thanks for the thanks. It's that which makes the extra effort worthwhile.. :) Shawn Dave Buchholz - I-CRE8 wrote: Thanks Shawn, As a jQuery Newbie I learnt a lot from your notes Regards, Dave Buchholz I-CRE8 http://www.i-cre8.co.uk Skype ID: I-CRE8 -Original Message-

[jQuery] Re: Getting Value from Radio Button

2007-10-30 Thread polskaya
try this: $('.comp').click(function(){ alert($('.comp').val()); }); it alerts 'equal'. On Oct 30, 2:31 pm, Snooze [EMAIL PROTECTED] wrote: I have a radio button defined as: input type=radio name=compare class=comp value=equal And the following jQuery code: $('.comp').click(function(){

[jQuery] Re: How to pull details info into master page (php/mysql) - Apology

2007-10-30 Thread Dave Buchholz - I-CRE8
Please accept my apologies for the multiple copies of my question Regards, Dave Buchholz I-CRE8 http://www.i-cre8.co.uk Skype ID: I-CRE8

[jQuery] Re: .attr(type,hidden)

2007-10-30 Thread Robert O'Rourke
Thanks Jeffrey, Glen, Steve, Gordon and Erik Sorry it took so long to reply, I was steeped in development work which can (finally) go live tomorrow. The reason I was trying to do this was as part of the checkout form for a shopping platform. I have 2 sets of address fields, one for delivery

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Rick Faircloth
Thanks for the tip, Bil... I'll check out the header! (But if that is the problem, wouldn't it affect other lists?) Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bil Corry Sent: Tuesday, October 30, 2007 2:31 PM To:

[jQuery] Re: Center a Div

2007-10-30 Thread Karl Swedberg
Hey, no problem at all. It was fun. I think you're mistaken about where the preloader will show up. Take a look at the demo page I put together: http://test.learningjquery.com/center.html click on a center button, and see where the div goes. scroll down and click on another button. the div

[jQuery] Re: Toggle all checkboxes, best way?

2007-10-30 Thread polskaya
This is a nice plugin to handle checkboxes, I think: http://www.texotela.co.uk/code/jquery/checkboxes/

[jQuery] Re: jQuery Presentation

2007-10-30 Thread Dave Buchholz - I-CRE8
My pleasure Regards, Dave Buchholz I-CRE8 http://www.i-cre8.co.uk Skype ID: I-CRE8 -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sgrover Sent: 30 October 2007 18:05 To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery Presentation

[jQuery] Re: Getting Value from Radio Button

2007-10-30 Thread polskaya
oops, sorry for the double post. On Oct 30, 7:36 pm, polskaya [EMAIL PROTECTED] wrote: $('.comp').click(function(){ alert($('.comp').val()); }); On Oct 30, 2:31 pm, Snooze [EMAIL PROTECTED] wrote: I have a radio button defined as: input type=radio name=compare class=comp value=equal

[jQuery] Re: Dynamically Populating Select Box

2007-10-30 Thread Snooze
Let me try to clarify what I am trying to accomplish. First I get a list of categories from the database using ASP. Once the user selects a category, another select box populates with the available criteria for the user to select from. This criteria is also from the database and it is different

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Bil Corry
Rick Faircloth wrote on 10/30/2007 2:11 PM: I'll check out the header! (But if that is the problem, wouldn't it affect other lists?) Are the other lists also served via GoogleGroups? Are they sent to your SMTP server in the same way as this list? Without knowing your particulars, I was

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Dan G. Switzer, II
Rick Faircloth wrote on 10/30/2007 12:04 PM: Can this be done differently? This has to be a mailing list setting or something, because all my other mailing lists are able to have follow-up messages containing Re: automatically grouped with the original. I don't use Outlook, but

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Chris Jordan
The way Gmail view emails as conversations really works for me. There may be 100 posts on a particular thread, but it only shows up as one line in my inbox. I have an account on a Zimbra server that's also able to view the inbox either as a list of individual emails or as conversations. I thought

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Rick Faircloth
Thanks for the info, Dan. I guess I can quit looking for that solution... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: Tuesday, October 30, 2007 3:37 PM To: jquery-en@googlegroups.com Subject: [jQuery]

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Rick Faircloth
None of the other lists are served by googlegroups... (I don't think) Mysql, CF-Talk, SPF List... they all come through my mail server here in my studio and none have the grouping/header problem. Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Rick Faircloth
Hi, Chris. I'm using Outlook 2007 and it does what you describe for Gmail. And my other mailing lists don't have the grouping problem that this list does. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: Tuesday, October 30, 2007

[jQuery] Re: Test if object is jQuery object

2007-10-30 Thread Josh Nathanson
if (obj.jquery) { // it is a jquery object - jquery holds the version } else { // not a jquery object } Thanks Eric and Wizzud, that's what I was looking for. Much better than what I was doing. -- Josh

[jQuery] Re: I just hate the way this mailing list handles grouping messages...

2007-10-30 Thread Karl Swedberg
For what it's worth, I have the same problem using Apple's mail.app. If anyone has a solution for that one, I'd love to hear it. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 30, 2007, at 3:37 PM, Dan G. Switzer, II wrote: Rick Faircloth wrote

[jQuery] Jorn's Form Validation ErrorPlacement

2007-10-30 Thread Web Specialist
Hi all in Jorn's Form Validation example page( http://jquery.bassistance.de/ajax-validation/demo-test/milk/) is presented a form with 2 radio buttons. Jorn uses this approach(next next) to display error message: errorPlacement: function(error, element) { if (

[jQuery] Re: Test if object is jQuery object

2007-10-30 Thread Yehuda Katz
Another option would be obj instanceof $ On 10/30/07, Josh Nathanson [EMAIL PROTECTED] wrote: if (obj.jquery) { // it is a jquery object - jquery holds the version } else { // not a jquery object } Thanks Eric and Wizzud, that's what I was looking for. Much better than what I

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Rey Bango
Hi Boris, I clicked on the jQuery docs site link and noConflict is there. Am I missing something? Rey Boris wrote: It came as a surprise to me today when I didn't find the noConflict where I knew that I'd seen it a couple of weeks ago.

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Bil Corry
Rey Bango wrote on 10/30/2007 3:58 PM: Am I missing something? It was replaced by link spam and was reverted by Richard earlier today: http://groups.google.com/group/jquery-en/msg/aa6122493f30060f - Bil

[jQuery] Re: Ajax 'drop-down' menu using jQuery [amateur cry for help]

2007-10-30 Thread polyrhythmic
Vlad, there's no simple solution for what you're asking. There are plenty of drop-down menu jQuery plugins, but you'll have to adapt one to make it look like you want. A plugin is not really necessary for that menu, however. Investigate how to use jQuery's slideDown and slideUp effects at

[jQuery] Re: jEditable help!

2007-10-30 Thread RR_QQ
It seems I have this problem when I press ENTER on a field instead of the OK button generated by the jeditable ffunction. And this problem is only occuring in FireFoxdoes anyone have any experience in jeditable? RR_QQ wrote: Unfortunately I cannot, special privileges are necessary to

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Rey Bango
Thanks for the heads up Bil. Rey Bil Corry wrote: Rey Bango wrote on 10/30/2007 3:58 PM: Am I missing something? It was replaced by link spam and was reverted by Richard earlier today: http://groups.google.com/group/jquery-en/msg/aa6122493f30060f - Bil

[jQuery] Re: Wait plugin

2007-10-30 Thread polyrhythmic
I guess it's not well known that there's a plugin in the wild, Pause, which does the same thing. The original is at http://blog.mythin.net/projects/jquery.php -- you can find that link at the docs.jquery.com/Plugins wiki. However, the queue method changed around the 1.2 (I think) release, so

[jQuery] Newbie Question: Callback for Load Only Works the First Time Load is Called?

2007-10-30 Thread Vik_R
I've got some code that uses load to add some help info to a page when the user clicks on a help button. I pass the current contents of the div to the php function that provides the help info. The php function checks the current contents, and if it sees that the help info is already on the

[jQuery] Superfish Issue with Mouseouts

2007-10-30 Thread walterg2
Hello, I've recently upgraded the Suckerfish menuing system we were planning to use the Superfish JQuery plugin to add in a delay and fad-in transition. Most of that works great, but it doesn't appear that the app is cancelling the request if the user just runs his/her mouse by the menu.

[jQuery] Re: rounded corners in tabs

2007-10-30 Thread Klaus Hartl
On 30 Okt., 18:32, SterlingK [EMAIL PROTECTED] wrote: $(document).ready(function() { $('.round_box').corner(); $('#tab_menu ul').tabs({ cache: false, remote: true, show: function() { $('.round_box2').corner(); } }); }); There is no longer a remote option by the way. That

[jQuery] Re: is jQuery.noConflict() removed from jQuery??

2007-10-30 Thread Boris
Reaaally weird. Now it's back :S When I looked earlier today, the gray textboxes was gone. To bad I didn't take any screenshots. But...it's back, that's the main thing :) / Boris On Oct 30, 9:58 pm, Rey Bango [EMAIL PROTECTED] wrote: Hi Boris, I clicked on the jQuery docs site link and

[jQuery] Re: Center a Div

2007-10-30 Thread jmancor
That was precisely accurated! its exactly what i was looking for! impressive huh! Thanks so much... i really like the way u code without making too many functions. I was surfing around www.learningjquery.com really nice mate! Thanks again and one more question.. can i bother you again to

[jQuery] How to upgrade from JQuery 1.0 to 1.2 without changing the existing code?

2007-10-30 Thread Channa L.
I have built quite a bunch of things with JQuery 1.0. for my web application project. Every time, I want to upgrade from this version to the latest one...there is always some errors. What is the best practical way to achieve this? Thanks, Channa

[jQuery] Re[jQuery] moving HTML from string....

2007-10-30 Thread arpowers
Hey everyone... I need to remove a div element from a string of HTML... what JS or JQ command should I use... I've been struggling with this... I've tried remove(), what else? -- View this message in context: http://www.nabble.com/Removing-HTML-from-string-tf4721533s27240.html#a13498616

[jQuery] Re: sending html via POST

2007-10-30 Thread Moody
Thanks , that totally worked. On Oct 28, 4:06 am, James Dempster [EMAIL PROTECTED] wrote: you where nearly there formdata is a jQuery object if you want in html contents of that object try... formdata = $('div#htm_snippet').html(); /James On Oct 28, 10:24 am, Moody [EMAIL PROTECTED]

[jQuery] Re: For Brazilians jQuery Developers

2007-10-30 Thread abacaxi
Antonio, pesquise por loading message aqui ou em http://jquerybrasil.com/forum/lofiversion/index.php ph On Oct 30, 2:50 pm, Web Specialist [EMAIL PROTECTED] wrote: I'm here to ask to a brazilian jQuery developer about a form validation example published here days ago. Outro dia um

  1   2   >