[jQuery] Re: Help with tabsLoad

2008-06-17 Thread Klaus Hartl
No that's wrong. As I already stated: The problem with your loadTab function was that it was reinitializing tabs turning them into in-page tabs as all anchor elements are already pointing to a hash at that point of time. In other words, you must not call tabs() a second time. The problem with

[jQuery] Re: How to clone jQuery object?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On May 25, 2:48 am, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: I want to clone the jQuery object $ to $D; but it actually seems to be overwriting. Can anyone please suggest any solution? Here is the code: $D = $.extend($); // same result for $D = $; $D.fn.extend({ click:

[jQuery] Combining other plugins with Intercept

2008-06-17 Thread Lion29
Hello! I have recently discovered the beauty of event delegation and the best option for me was Intercept plugin. It is cool to bind only once certain events and then you are care- free. But now I have more needs. I would like to permanently set some other behaviours to some kind of elements:

[jQuery] Re: File upload of a form inside another form

2008-06-17 Thread Giovanni Battista Lenoci
Mike Alsup ha scritto: There's a ton of them. after, before, insertAfter, insertBefore, append, prepend, etc http://docs.jquery.com/Manipulation Ex: $('#myElementToMove').insertAfter('#myDestinationDiv'); Ups... I was using these metodhs to inject new DOM elements, but I never tought

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Klaus Hartl
That seems to be a glitch due to the falsyness of 0. Try passing in a string in the first place, this is what html expects anyway. $('#foo').html('0'); --Klaus On 17 Jun., 02:02, Lowell [EMAIL PROTECTED] wrote: When I call html(5) it will set the innerHtml of my element(s) to 5. However,

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 12:03 pm, Lion29 [EMAIL PROTECTED] wrote: Hello! I have recently discovered the beauty of event delegation and the best option for me was Intercept plugin. It is cool to bind only once certain events and then you are care- free. But now I have more needs. I would like to

[jQuery] Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
Lot of grids and so, I just thought of asking what is the preferred grid by the experts? I personally prefer the combination of http://makoomba.altervista.org/grid/ (for live loading), http://tablesorter.com/docs/ (for sorting), http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/

[jQuery] Re: Which grid?

2008-06-17 Thread Rey Bango
For live data loading, jQGrid (http://www.trirand.com/blog/) is very advanced and well supported. TableSorter is absolutely fantastic for sorting of preloaded tables. As for table sorting, I appreciate you mentioning the Isocra plugin. I'd never seen it and it was something that I was in

[jQuery] [PLUGIN] Table Drag and Drop jQuery plugin

2008-06-17 Thread Rey Bango
Ever wanted the ability to sort table rows using drag and drop? Here ya go: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ Found this plugin when mentioned in another email thread. Rey...

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 2:43 pm, Rey Bango [EMAIL PROTECTED] wrote: For live data loading, jQGrid (http://www.trirand.com/blog/) is very advanced and well supported. snip Thanks for your comments. By live data loading, I meant that you can keep scrolling and the grid automatically populates with data

[jQuery] Re: Which grid?

2008-06-17 Thread Rey Bango
Ah. I understand. I misunderstood what you meant by live data loading. Another implementation I've seen like this is here: http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/ Rey.. R. Rajesh Jeba Anbiah wrote: On Jun 17, 2:43 pm, Rey Bango [EMAIL PROTECTED] wrote:

[jQuery] Please review work with JQuery

2008-06-17 Thread Samyak Bhuta
Hello All, I am using latest jQuery with UI lib as well for my new website www.anvay.net/beta. Please let me know how it is looking ? I have tried it on FF and Opera as well as IE 6. Some time it flickers. Do let me know your feedback. Do I adhering to the best practices ? NOTE: I have used

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 3:18 pm, Rey Bango [EMAIL PROTECTED] wrote: Ah. I understand. I misunderstood what you meant by live data loading. Another implementation I've seen like this is here: http://www.webresourcesdepot.com/load-content-while-scrolling-with-jq... Thanks and I checked that already and

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 3:32 pm, Samyak Bhuta [EMAIL PROTECTED] wrote: Hello All, I am using latest jQuery with UI lib as well for my new websitewww.anvay.net/beta. Please let me know how it is looking ? I have tried it on FF and Opera as well as IE 6. Some time it flickers. Do let me know your

[jQuery] Re: editable table + json

2008-06-17 Thread Aceman3000
Hi michal. Take a look at this one: http://trirand.com/jqgrid/jqgrid.html Row Editing Basic Example or Custom Example On Jun 16, 3:14 pm, maryspt [EMAIL PROTECTED] wrote: Hi, is there any jQuery plugin that would allow me to create dynamic table based on JSON data set, with possibility to

[jQuery] Re: [validate] Resetting validation rules dynamically

2008-06-17 Thread kapowaz
Okay, I've refactored my code extensively to use this method instead (which does make more sense, now that I realise what it's for!)... unfortunately it still doesn't appear to work. For the purposes of demonstrating how I'm using it, I've created this test case:

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Iair Salem
I would take it as undesired behaviour. but the reason is obvious. So, if the .html(number) is variable, you could workaround it by forcing it to eval as string: .html( + number) I'm not sure, but it seems to be ok. Iair. On 16 jun, 21:02, Lowell [EMAIL PROTECTED] wrote: When I call html(5) it

[jQuery] Re: Which grid?

2008-06-17 Thread shapper
This one: http://webplicity.net/flexigrid/ On Jun 17, 10:02 am, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: Lot of grids and so, I just thought of asking what is the preferred grid by the experts? I personally prefer the combination ofhttp://makoomba.altervista.org/grid/ (for live

[jQuery] Re: javascript runtime

2008-06-17 Thread mmw
ok this[k] is not equal to this.push(k + : + v) delete is an operator (function($) { // public: $.dict = []; // private: var _len = 0; var _dict = [ 'set', 'get', 'del', 'len', 'toArray' ];

[jQuery] hot beds 4u

2008-06-17 Thread jothi varan
Interior Design Ideas Episode http://designhelper.blogspot.com/ http://www.designhelper.blogspot.com/ Bed http://designhelper.blogspot.com/2008/06/bed_4042.htmlhttp://bp2.blogger.com/_xVQJjfMt-VI/SFaNooC8IUI/AiY/AJ-r9Zxof4w/s1600-h/6.JPG Sleigh

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Morgan Allen
This has to do with the way JS evaluates true and false with 0. !0 == true. The simple fix is passing String(0), line 964 (in current svn) is the problem, if(!elem) return, change that to if(!elem elem !== 0) return. I will check for a bug report and submit a patch. On Mon, Jun 16, 2008 at 5:02

[jQuery] After click, two events occurring at the same time... why?

2008-06-17 Thread Kev
I'm developing this site, here is the current snapshot: http://tester.hearsaynashville.com/services If you click on either Contact Us or Client Login in the upper left, or on the gray Ready to Get Started? button, you'll see a slideDown. Excellent. Now click the same button. It scrolls up,

[jQuery] Re: jQuery + Prototype on newest release (1.2.6)

2008-06-17 Thread mike
Thanks a lot. Removing the call method overwrite in effects.js (and clearing the cache) helped. Also, I found out that I was including the Prototype library AFTER the jQuery one (as part of a framework on some of my pages). This was causing unexpected behavior with jQuery.noConflict(). Problem

[jQuery] [Tooltips] jTooltips error

2008-06-17 Thread infounpep
Hi, I'm using drupal 4.7 and download and installed jTooltips 4.7.x 1.6 module from http://drupal.org/project/jtooltips When I installed, I extract the zip files and put it under drupal my site modules/ Then, enable in module section of drupal and go to administer/settings/ JQuery

[jQuery] Layout manager

2008-06-17 Thread Jquery user - z
During my search for a layout manager as the extjs, I came across with this http://www.seprol.com.br/test/layout/page2.htm, (dependent on mootools) i would like to know if is possible to convert to jquery, with all the options, since the layout currently in jqueryUI, still lacks some options. (

[jQuery] can I reload page through jQuery?

2008-06-17 Thread mtest
can I do like as something that: $('#ReloadButton').click(function() { $(document).reload(); }); But this move don't work:) How can i do this action - reload page?

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Morgan Allen
I have noticed another really strange bug(?) here, numbers with a leading zero come out wrong. like 0123 ends up as 83. Stranger yet, 18 is 18, 19 is 19 but 20 is 16? But it does not appear to be jQuery. On Mon, Jun 16, 2008 at 8:57 PM, Morgan Allen [EMAIL PROTECTED] wrote: This has to do with

[jQuery] Re: editable table + json

2008-06-17 Thread Aceman3000
Hi michal. Take a look at this one: http://trirand.com/jqgrid/jqgrid.html Row Editing Basic Example or Custom Example On Jun 16, 3:14 pm, maryspt [EMAIL PROTECTED] wrote: Hi, is there any jQuery plugin that would allow me to create dynamic table based on JSON data set, with possibility to

[jQuery] Re: jQuery + Prototype on newest release (1.2.6)

2008-06-17 Thread Rey Bango
Great to hear Mike! :) Rey mike wrote: Thanks a lot. Removing the call method overwrite in effects.js (and clearing the cache) helped. Also, I found out that I was including the Prototype library AFTER the jQuery one (as part of a framework on some of my pages). This was causing unexpected

[jQuery] Re: Which grid?

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 2:23 pm, shapper [EMAIL PROTECTED] wrote: This one:http://webplicity.net/flexigrid/ Thanks, but there is no live data loading like I mentioned above. -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!comBlog: http://rajeshanbiah.blogspot.com/

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread Samyak Bhuta
Thanks Rajesh, Unobtrusiveness was in mind, actually I am not even hiding it but loading it with ajax call. Wanted to load as much less as I could at first place. For the HTML code let me see. Regards, Samyak On Tue, Jun 17, 2008 at 4:08 PM, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote:

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread R. Rajesh Jeba Anbiah
On Jun 17, 4:11 pm, Samyak Bhuta [EMAIL PROTECTED] wrote: Thanks Rajesh, Unobtrusiveness was in mind, actually I am not even hiding it but loading it with ajax call. Wanted to load as much less as I could at first place. You may use hijax as in tabs plugin. -- ?php echo 'Just another

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Ariel Flesler
I have noticed another really strange bug(?) here, numbers with a leading zero come out wrong. like 0123 ends up as 83. Stranger yet, 18 is 18, 19 is 19 but 20 is 16? But it does not appear to be jQuery. Leading zeros indicate the JS Interpreter that the number is octal, that is, base 8. Same

[jQuery] Re: can I reload page through jQuery?

2008-06-17 Thread Ariel Flesler
location.reload(); Cheers -- Ariel Flesler http://flesler.blogspot.com On 17 jun, 07:43, mtest [EMAIL PROTECTED] wrote: can I do like as something that: $('#ReloadButton').click(function() {     $(document).reload(); }); But this move don't work:) How can i do this action - reload page?

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread Ariel Flesler
Not related to the topic, but Intercept will work faster if you replace: a.thickbox, area.thickbox, input.thickbox -- .thickbox It won't be doing a search, but a filter, so the more you specify, worse perfomance you'll get. As for the plugins... I doubt plugin owners will actually make one

[jQuery] Re: Combining other plugins with Intercept

2008-06-17 Thread Ariel Flesler
Ah.. one more thing... Instead of $(document).intercept (or listen) you can simply use $.intercept. Cheers -- Ariel Flesler http://flesler.blogspot.com On 17 jun, 04:03, Lion29 [EMAIL PROTECTED] wrote: Hello! I have recently discovered the beauty of event delegation and the best option for

[jQuery] Re: How to clone jQuery object?

2008-06-17 Thread Ariel Flesler
$D.fn = $D.prototype; Cheers -- Ariel Flesler http://flesler.blogspot.com On 17 jun, 03:54, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: On May 25, 2:48 am, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: I want to clone the jQuery object $ to $D; but it actually seems to be

[jQuery] Re: Is there a way to use the css function with $(document) directly?

2008-06-17 Thread Ariel Flesler
There is a plugin for that, it's called Rule: http://flesler.blogspot.com/2007/11/jqueryrule.html Cheers -- Ariel Flesler http://flesler.blogspot.com On 16 jun, 05:32, Olaf Bosch [EMAIL PROTECTED] wrote: Brian J. Fink schrieb:

[jQuery] XML parsererror?? Where's the problem?

2008-06-17 Thread mfonz85
Hi all, greets for the useful group about jQuery. I'm in needing of a little help, because I'm stuck at an endless point. I've created a little search script using jquery, that asks a page for an xml (based on the query) and prints out some params on the html parent page. Here's the code: :::

[jQuery] Re: imageAreaSelect bug

2008-06-17 Thread webmotionuk
Try this instead: $(document).ready(function(){ $('#asdf').slideDown('slow'); $('#asdf img').imgAreaSelect({ maxWidth: 20, maxHeight: 20 }); }); The imageareaselect will be called after the image is loaded, You could even put this into a click function as

[jQuery] Looking for JQuery advanced selectbox

2008-06-17 Thread Drongo
Hi, I'm looking for JQuery plugin that can allow me add images to html select element. Actually, I want to implement select box for choosing languages with flag for each language. Thanks in advance.

[jQuery] li:gt(...) keeps counting to the next list

2008-06-17 Thread Panos
Using two ul lists: ul lialpha/li libeta/li /ul ul ligamma/li lidelta/li /ul In jQuery, I am trying to select all li's *except* the first one: $(ul li:gt(0)).hide(); and then on hover, reveal them: $(ul:first-child).hover( function() {

[jQuery] Re: Layout manager

2008-06-17 Thread Stefan Sturm
Hello, During my search for a layout manager as the extjs, I came across with this http://www.seprol.com.br/test/layout/page2.htm, (dependent on mootools) i would like to know if is possible to convert to jquery, with all the options, since the layout currently in jqueryUI, still lacks

[jQuery] li:gt(...) keeps counting to the next list

2008-06-17 Thread Panos
Using two ul lists: ul lialpha/li libeta/li /ul ul ligamma/li lidelta/li /ul In jQuery, I am trying to select all li's *except* the first one: $(ul li:gt(0)).hide(); and then on hover, reveal them: $(ul:first-child).hover( function() {

[jQuery] ANNOUNCE: black'n'white 1.0

2008-06-17 Thread Massimiliano Balestrieri
This plugin is a tribute to the Firefox Download Day 2008. This plugin helps people moving away from Internet Explorer turning the colors of your website to a grayscaled version (using a property of Explorer itself!). It was written from an idea of Andy Clarke and with suggest of Simone Parato

[jQuery] Re: XML parsererror?? Where's the problem?

2008-06-17 Thread Mike Alsup
The problem is that the javascript never reaches the success function and stays stuck @ the function error, printing out the XML response correctly and alerting me with the parsererror message ( the type variable of error: function(request, type) ) Where's the problem? What do i have to do?

[jQuery] Re: CYCLE PLUGIN -- Creating a Realtime Status/Progress Bar

2008-06-17 Thread Joe
No takers on this? On Jun 16, 8:29 am, Joe [EMAIL PROTECTED] wrote: I am using Mike Alsup's Cycle Plugin, but am running into a snag. Here is what I'm trying to accomplish: I have 4 div tags each with an image inside that is a link to that image: div id=slides class=pics

[jQuery] Re: ANNOUNCE: black'n'white 1.0

2008-06-17 Thread Andy Matthews
That's a fairly amusing, but ultimately worthless plugin to write. IE isn't going away, it's still the dominant browser, and will be for years to come. While IE6 is showing it's age (it IS over 6 years old after all), IE7 is quite good, and is very similar in rendering to FF or Safari. I

[jQuery] SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Andy Matthews
I'm looking for comparisons between the newly popular JS library SproutCore and our own favorite, jQuery. Mostly I'm looking for feature comparisons in the area of data binding and UI. SproutCore's got to be good if Apple decided to use it for their recerntly announced MobileMe online app. But

[jQuery] Re: ANNOUNCE: black'n'white 1.0

2008-06-17 Thread Massimiliano Balestrieri
I understand your point but my plugin shouldn't be taken too seriously. It's something between a joke, a quick hack and a funny tribute to this Firefox day... and, by the way, customers pay me everyday to write workaround for IE so I think they won't find me less professional for this little

[jQuery] Re: ANNOUNCE: black'n'white 1.0

2008-06-17 Thread Andy Matthews
Fair enough, a joke's a joke. There are better ways to get people to switch browsers than making the page function, or look differently, just because the user has IE. Do you have a demo of this plugin in action? The only thing you've got on your site (which looks very nice by the way) is a link

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Rey Bango
There are no comparisons out at the moment. While SproutCore has recently received a lot of press, it's been completely out of the limelight otherwise. Rey... Andy Matthews wrote: I'm looking for comparisons between the newly popular JS library SproutCore and our own favorite, jQuery.

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Andy Matthews
Yeah...that's what I thought. I've never even heard of it before WWDC. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, June 17, 2008 10:29 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: SproutCore vs jQuery?

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Erik Beeson
I guess maybe it'll be cool eventually since Apple is apparently backing it? But from the demos so far, it looks extremely half-baked... --Erik On 6/17/08, Andy Matthews [EMAIL PROTECTED] wrote: Yeah...that's what I thought. I've never even heard of it before WWDC. -Original

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Josh Nathanson
On the SproutCore site, it talks about it being a complete MVC type framework. This is a different approach than jQuery. It reminded me a bit of Spry. The SproutCore guy did a presentation at the SF Javascript Meetup a couple of months ago, and it sounded pretty interesting. -- Josh

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread mmw
for me sproutCore Framwork is the middle-age, prototyping everything that's what I did before jQuery + a lot of bugs regarding controls, maybe sproutcore is nicer regarding the look and feel framework and offers some facilities for including images but that's the case with jQuery + the MVC is not

[jQuery] jQuery version

2008-06-17 Thread gorlok
Hi, I'm looking for jQuery().version() or something similar. I want to verify what version of jQuery is installed. Thanks in advance! PD: I'm using jQuery as included in JBoss Richfaces / SEAM.

[jQuery] XML facebox issues, any support would be greatly appreciated

2008-06-17 Thread churock
Here is my issue. I am dynamically generating XML data that is to appear in the facebox as a means of displaying additional information about a product if so desired by the customer. My problem is this: I have set up the various xls:for each... choose etc., etc., which break down the xml data

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Priest, James (NIH/NIEHS) [C]
If you look at their site - it seems it's much more focused on building actual applications. Looking interesting for sure but not sure if a direct comparison with jQuery or the other JS libraries can be made. http://www.sproutcore.com/documentation/getting-started/ Jim -Original

[jQuery] Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Adam
Tried to post this question once before but didn't seem to work... I'm needing to get a multi-dim JSON array to work for my autocomplete, in an effort to mimic the Spotlight design. My JSON currently looks like this: [ {key:names, values:[ bunch of values]}, {key:emails,values: [ bunch of

[jQuery] Re: Layout manager

2008-06-17 Thread Jquery user - z
in jqueryUI, you com find something called splitpane in the dir jquery.ui-1.5\demos\real-world\splitpane\index.html

[jQuery] Re: Which grid?

2008-06-17 Thread Ken Gregg
I was using Rico but dropped it for lack of development activity. Everything but the grid is available in jquery. I would love to see the dynamic data part of the grid incorporated into flexigrid. Think that would make a great combination.

[jQuery] Re: SproutCore vs jQuery? Are there any comparisons out there?

2008-06-17 Thread Javier Martínez Fernández
But the demos are slw, even in Safari. El 17/06/2008, a las 18:57, Josh Nathanson escribió: On the SproutCore site, it talks about it being a complete MVC type framework. This is a different approach than jQuery. It reminded me a bit of Spry. The SproutCore guy did a

[jQuery] problem with selector

2008-06-17 Thread jokin
In going through the 'Learning jQuery' book, I did some experimenting with the content of 'Chapter 1/alice.html'. Specifically, I have this selector and statement... $(document).ready(function() { $('.poem-stanza div:eq(1)').addClass('blue_txt'); }); The problem is that when this is applied

[jQuery] bug in jquery.form.js / function cb()

2008-06-17 Thread Fil
Hello, (sorry for posting to jquery-dev first) I was trying file uploads with the current jquery.js and jquery.form.js, and file upload in form.js fails (FF3/Mac); I located the problem in function cb() where $.httpData is called with two arguments only. A quick patch is to add a third argument

[jQuery] Autocomplete: Custom output, multi-dim JSON array

2008-06-17 Thread Adam
Hi Jörn (and whomever else) I'm trying to do something a little more complex with the Autocomplete plugin. I want to return a Spotlight-like result, so I have a multi- dimensional JSON array being returned, something like this: {names:[ list of names here ], emails:[ list of emails here ]}

[jQuery] Re: Looking for help with a small jquery project by a noob

2008-06-17 Thread The Gorf
Does anyone have any input on this please? It would be very helpful. I'm still very stuck. -Geoff On Jun 13, 5:48 pm, The Gorf [EMAIL PROTECTED] wrote: Greetings all. I am trying to add some jquery code to a few modules I am developing in Drupal 5.x. I'm struggling to get up to speed with

[jQuery] detecting old browsers that can't use jQuery

2008-06-17 Thread cfdvlpr
I found an old thread here that has some code that looks pretty good: http://groups.google.com/group/jquery-en/browse_thread/thread/8b53e26326c14e87/37f11594475d5640?lnk=gstq=browsers+compatible#37f11594475d5640 Is anyone else using code like this? Can anyone confirm how well this code works?

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Shawn
Which autocomplete are you using? Which version? Not meaning to do a shameless plug, but I wrote a blog article that covered using database IDs with Jorn's autocomplete. http://grover.open2space.com/node/190 This was back in December, so might be a little dated. But I believe what you

[jQuery] Re: Looking for help with a small jquery project by a noob

2008-06-17 Thread Ariel Flesler
$(document).ready(function(){ var $checks = $(input[name=myradiobutton]), $field = $(#txtfld); $checks.click(function(){ var value = $checks.filter(':checked').attr('value'); $field[ value == r2 ? show : hide ](); }); }); The change event works oddly on IE, so this should be a

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Ariel Flesler
I assigned the ticket to Mike Alsup, now we need to wait till he checks it. Cheers -- Ariel Flesler http://flesler.blogspot.com/ On 17 jun, 13:12, Fil [EMAIL PROTECTED] wrote: Hello, (sorry for posting to jquery-dev first) I was trying file uploads with the current jquery.js and

[jQuery] Re: passing 0 to html() doesn't work like it does for other numbers

2008-06-17 Thread Ariel Flesler
Fixed http://dev.jquery.com/ticket/3053 Thanks -- Ariel Flesler http://flesler.blogspot.com/ On 17 jun, 00:57, Morgan Allen [EMAIL PROTECTED] wrote: This has to do with the way JS evaluates true and false with 0. !0 == true. The simple fix is passing String(0), line 964 (in current svn) is

[jQuery] hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread tlob
Hello I try to implement the cycle Plugin. Pretty successful so far. Two things are strange: -The hover function over the main Image, behaves strangely in IE. It's more flickering than hovering. -And some of the Images have strange white pixels on it. Also only in IE. Take a look:

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Andy Matthews
I'm looking at it in IE7 and I'm not seeing any of these white pixels you're mentioning. Can you confirm the version of IE you're using? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tlob Sent: Tuesday, June 17, 2008 3:21 PM To: jQuery

[jQuery] Re: Please review work with JQuery

2008-06-17 Thread Samyak Bhuta
Thanks Rajesh, I will check this out for sure ... Will it help in SEO front ? Samyak On Tue, Jun 17, 2008 at 4:53 PM, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: On Jun 17, 4:11 pm, Samyak Bhuta [EMAIL PROTECTED] wrote: Thanks Rajesh, Unobtrusiveness was in mind, actually I am

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread tlob
http://vum.ch/thomas/ie7siggi.jpg On Jun 17, 10:31 pm, Andy Matthews [EMAIL PROTECTED] wrote: I'm looking at it in IE7 and I'm not seeing any of these white pixels you're mentioning. Can you confirm the version of IE you're using? -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Andy Matthews
Oh wow... I didn't see anything like that, and I've got the same IE version as you. When that (or another picture with the same issue) picture appears, click on the open window and hit CTRL + A and see what happens. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: Autocomplete: Multi-dim JSON array and Custom format

2008-06-17 Thread Adam
Ok, that's a great article but not exactly what I need. I don't need to modify the results of the select (yet) but I need to modify the output of the results: a mulit-dimensional array that would need to be looped and shown. It might require a whole script entirely, but there's just too much good

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Fil
I assigned the ticket to Mike Alsup, now we need to wait till he checks it. Ticket created @http://dev.jquery.com/ticket/3052 In fact as Renato found out it is this changeset that breaks the file upload in jquery.form.js: http://dev.jquery.com/changeset/5714 -- Fil

[jQuery] Adding the dialog function dynamically to each li element

2008-06-17 Thread Dan
I have a list like: li class=editableh3TITLE/h3/li and I want to add the content Open after TITLE in the h3 tags that will open a dialog corresponding to this li, but do this to every other element just like it. $(.editable).each(function(){ //get each editable li element var title =

[jQuery] Re: jQuery version

2008-06-17 Thread Pablo Lillia
I respond myself: jQuery.jquery or maybe $.jquery (I only test the first form). Byes, Gorlok 2008/6/17 gorlok [EMAIL PROTECTED]: Hi, I'm looking for jQuery().version() or something similar. I want to verify what version of jQuery is installed. Thanks in advance! PD: I'm using jQuery as

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Andy Matthews
Ooops... I spoke too soon. When I click on an image from the list above, THEN I get the white dots. Interesting that each image's dots are always in the same place. For example, in gallery 1, if I click on the black/white image of the man, then click back to the first image, the dots I see are

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Ariel Flesler
I know. Mike needs to handle that on the plugin. Cheers On 6/17/08, Fil [EMAIL PROTECTED] wrote: I assigned the ticket to Mike Alsup, now we need to wait till he checks it. Ticket created @http://dev.jquery.com/ticket/3052 In fact as Renato found out it is this changeset that breaks

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread tlob
I just found out this one: http://www.alexjudd.com/?p=5 THANK YOU MICROSOFT argh On Jun 17, 10:48 pm, Andy Matthews [EMAIL PROTECTED] wrote: Ooops... I spoke too soon. When I click on an image from the list above, THEN I get the white dots. Interesting that each image's dots are

[jQuery] [validate] dynamic form question

2008-06-17 Thread Matt
Hi Jorn and all, I had a question about the validation plugin. I'm hoping to integrate the plugin into a page where I am also using the treeview plugin to display a dynamic JSON form. Essentially the form's shape is completely dynamic, so I use livequery to add/remove elements. If I want to

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Ariel Flesler
Fixed. 1.3 won't break the present version of jQuery.Form. Thanks for catching. -- Ariel Flesler http://flesler.blogspot.com/ On 17 jun, 13:12, Fil [EMAIL PROTECTED] wrote: Hello, (sorry for posting to jquery-dev first) I was trying file uploads with the current jquery.js and

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Mike Alsup
Fixed. 1.3 won't break the present version of jQuery.Form. To clarify, nothing is broken in released code. v1.2.6 works fine. The changeset was destined for 1.3 and has already been fixed by Ariel (thanks, Ariel!) Mike

[jQuery] Cycle Plugin - Change Slides and Pause on Hover (existing Pager)

2008-06-17 Thread j_sico
Is it possible to both change slides and pause the running slideshow onmouseover with existing markup used as a pager? I tried to add a pause action before running the slideshow, but that seems to break the whole thing. Here's my code: $('#front-image').cycle({ speed: 1,

[jQuery] Help fading images with jquery.

2008-06-17 Thread Jordbrill
Hey guys, im brand new to jquery, but have used other javascript frameworks like mootools before. all im trying to do is come up with a good way to fade images in and out. for example ul liimage 1.jpg/li liimage 2.jpg/li liimage 3.jpg/li /ul would fade the above images in and out

[jQuery] $.(anc desc).text() returns all text, not descendant

2008-06-17 Thread mkn
Hi all, Feel free to refer me to a FAQ if I've missed one. Where 'a' is a jquery object representing a div element, I have a.(# + a.attr('id') + .personal).text() in my code. I would expect that this would return only the text of the descendant node with the class personal, but I

[jQuery] $.(anc desc).text() returns all text, not descendant's text

2008-06-17 Thread mkn
Hi all, Feel free to refer me to a FAQ if I've missed one. Where 'a' is a jquery object representing a div element, I have a.(# + a.attr('id') + .personal).text() in my code. I would expect that this would return only the text of the descendant node with the class personal, but I

[jQuery] Cycle Plugin - Change Slides and Pause on Hover (existing Pager)

2008-06-17 Thread j_sico
Is it possible to both use existing elements for the pager, and to change as well as pause on hover? Currently the slides change on hover as expected, but the slideshow continues to run. Here's my code: $('#front-image').cycle({ speed: 1, timeout: 2000,

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Andy Matthews
Ack...both you and I can confirm that it's still a bug in IE7 as well. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tlob Sent: Tuesday, June 17, 2008 3:53 PM To: jQuery (English) Subject: [jQuery] Re: hover flickering, snow storm pixels on

[jQuery] Re: Cycle Plugin - Change Slides and Pause on Hover (existing Pager)

2008-06-17 Thread Mike Alsup
There is pause-on-hover capabilities for the slides themselves, but not the pager elements. If you want to turn the auto-slideshow off just set timeout to zero. Mike On Jun 17, 5:04 pm, j_sico [EMAIL PROTECTED] wrote: Is it possible to both use existing elements for the pager, and to change

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Mike Alsup
Yes, it's an IE problem. But it's solvable. Please read this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/746b31e7edef9c8c/354fd4b7e5de6cc0 On Jun 17, 5:15 pm, Andy Matthews [EMAIL PROTECTED] wrote: Ack...both you and I can confirm that it's still a bug in IE7 as

[jQuery] xml parsing error

2008-06-17 Thread koko
Hello, I have a problem and I googled it for the solution but it seems that there is no solution for it !! I used $.get and $.ajax but the same problem could you take a look at the source just open index.html in IE and FF and see the difference also take a look at the comments in

[jQuery] Re: $.(anc desc).text() returns all text, not descendant

2008-06-17 Thread Adam
Hey, 1. Let's say your div is #mydiv. Use $('#mydiv .personal').text() or $('#mydiv').children('.personal').text() 2. To get descendants use children(expr) or contents() - http://docs.jquery.com/Traversing 3. To get current element use $(this) or to add to selection use andSelf() -

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread Dan G. Switzer, II
Since the problem is w/absolute black being interpreted as transparent, what happens if you put a black background behind the images? -Dan -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, June 17, 2008 5:16 PM To:

[jQuery] Re: Adding the dialog function dynamically to each li element

2008-06-17 Thread Jason Huck
I think, at a bare minimum, you'll want to change this: var title = $(this h3).val(); ...to this: var title = $('h3', this).text(); ...and this: $(this h3).append... ...to this: $('h3', this).append... I think that'll solve your immediate problem. - jason On Jun 17, 2:37 pm, Dan

[jQuery] Re: hover flickering, snow storm pixels on JPGs (beginner problem)

2008-06-17 Thread tlob
Ok, will manage to squeeze the Microsoft Bug What about the hover issue? Thanks for your help tom On Jun 17, 11:25 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Since the problem is w/absolute black being interpreted as transparent, what happens if you put a black background behind the

  1   2   >