[jQuery] Giva labs linkselect right positioning with no title fix

2009-05-05 Thread boermans
The logic baked into the linkselect plugin http://www.givainc.com/ labs/linkselect_jquery_plugin.htm for avoiding the options container from being cropped by the right hand edge of the page fails if there is no title assigned to the select. I’m writing to share a change to fix it. Modified

[jQuery] Re: .hide and .show in FireFox vs IE6

2009-05-05 Thread tahooft
Thank you guys! The help was indeed helpful. I used css to replace the show and hide function and that did the trick. Maybe this could be solved in a more elegant way but at least I have this working for now and learned a lot. Added css: .gallery_demo li.galhidden { visibility:hidden

[jQuery] Re: jquery validation in cakephp

2009-05-05 Thread ZedR
Ok I got it done. It works. The problem was in my jquery code. On May 4, 10:56 pm, ZedR zuberchataiw...@gmail.com wrote: I am validating form fields on blur event injquery. How do I validate more than 1 field in the controller action called from ajax with $params['form']. Code I m trying is:

[jQuery] [cycle] transparent pngs on background in IE

2009-05-05 Thread Michael Smith
Hi there, I'm having trouble getting jquery cycle to work when I have a background image and a transparent png: http://dev2.dianomioffers.co.uk/smartads.epl?id=264subtype=Cdebug=1 It's fine in Firefox but in IE (version 7) I get a black colour where the png transparency is during the fade.

[jQuery] Using Draggable on images and generate markdown syntax?

2009-05-05 Thread ViX
Hi, I am currently using markdown for content input using the wmd-editor. I have a idea that putting a list of uploaded images beside the edit area and make the pictures draggable using jquery ui. By using the clone helper of the Draggable plugin, I managed to have the link of the images dropped

[jQuery] Changing text to a pulldown (select) menu on click

2009-05-05 Thread ravi
Hello all, a quick question the answer to which I hope I have not missed in the documentation: I have a table of data and I want to make one of the cells to provide a pull down menu (the select form element) when clicked on. Being a rank amateur, the only idea I could come up with is

[jQuery] Re: listnav, but for tables?

2009-05-05 Thread www.todo-list.cn
what? On 5月5日, 下午12时48分, Tor torgeir.ve...@gmail.com wrote: Hi, sorry for replying late, what would be interesting would be to be able to add a letter navigation / filter block to an existing juery datatables setup, or a table configured with tablesorter. I assume it would involve selection

[jQuery] Coldfusion Callback

2009-05-05 Thread RossKidd
Hi, Been looking at Jquery for a longtime and decided to take the plunge. I work in coldfusion and would like yo know how to call a jquery function when my server side query has been run. When I delete a user. I want to call a function that displays a message when the user is deleted.

[jQuery] [tooltip] overriding definition

2009-05-05 Thread nomad
Newbies question: I need different definitions of tooltip on one page: 1/ Replace the default tooltip of all title elements $('*[title]').tooltip({ delay: 500 }); AND 2/ Replace only Title elements within class fast (e.g. a class=fast href=... title=fast tooltipFast/a )

[jQuery] Superfish : close on click outside the menus

2009-05-05 Thread Paulo JF Silva
Hi, Anyone modified the great Superfish jquery plugin so that the menu closes not only after X miliseconds when the mouse is not hover a menu but also when the user clicks outside a menu. 2) The other behaviour I need is to only close the menu when the user clicks outside the menu, not in the

[jQuery] Superfish menu help

2009-05-05 Thread Matteo
Hi there! I love the Superfish menu, it's just brilliant! But I need this: in a sub - sub menu I have a long list of items. I would like to split the list in two so that people with small screens don't have problems in reading all the items. Here's a screenshot of what a mean:

[jQuery] Re: IE7 returning 0 for attr(width) on an img with width set

2009-05-05 Thread cailinanne
It depends how much control you have over the HTML. If you have control over the HTML, one simple solution is to write the width in another attribute of the image - something that is not re-interpreted by IE 7. E.g. img src=example.jpg width=100 hwidth=100 and then read the value of

[jQuery] Superfish : close on click outside the menus

2009-05-05 Thread Paulo JF Silva
Hi, I want to use the Superfish menu plugin but with 1 more behaviour: when the user clicks outside the menu, the menu closes. (or clicks anywhere, doesn't matter). This way I can have a large delay and just tell people to close the menu by clicking outside the menu, which will improve greatly

[jQuery] Image/icon ajax toggle updating database

2009-05-05 Thread Das123
Hi, I'm building a site that uses some jQuery but at this point I haven't had to get my hands dirty in the code. I'm hoping to get some pointers on how to best approach this problem, or if a plug-in exists to point me that way. I'm anticipating I'll need to build the code though because of the

[jQuery] Need some suggestions/code to design Menu

2009-05-05 Thread alajay...@gmail.com
Hi , I have a design requirement in the following way: I wanted to make static html pages by using jquery. 1) There will be a horizantal menu on the top with 3 buttons. 2) On click of each button there will be a verticle menu comes with 3 more buttons with a content area next to button. 3) I

[jQuery] Get XML value from web service call

2009-05-05 Thread belitre
I need to pass an XML file (KML) to a google earth API method. In the following example (http://earth-api-samples.googlecode.com/svn/ trunk/examples/kml-parse-interactive.html), it takes the xml from a textarea like this: var kmlBox = document.getElementById('kml-box'); var kmlString =

[jQuery] Is '.children()' a destructive operation?

2009-05-05 Thread coyote
In other words, if I do the following: dialog.children().remove().end().append(newContents); ...will 'newContents' be appended to 'dialog' or to each of the elements matching 'dialog.children()'? coyote

[jQuery] jCarousel issues... need to auto-scroll after page refresh

2009-05-05 Thread uberschweiz
I have the jCarousel working well. However the functionality I'm looking for seems to be easy with the callbacks available -- I just have no clue how to achieve this. Here's my javascript in the head: script type=text/javascript jQuery(document).ready(function() {

[jQuery] jQuery 1.3+ slideUp or slideDown Now Shifting Contents

2009-05-05 Thread Build Interactive
Ever since I upgraded to the latest jQuery, anywhere I have slideUp or slideDown now shifts the contents inside of the element that is being revealed/hidden. It's as if the contents are tied to the center of the expanding element. Say I have div with a paragraph inside. When I click my toggle

[jQuery] Re: ActiveX Confirmation Popup in IE with jQuery 1.3.2 but not with 1.2.6

2009-05-05 Thread radek.z
I have the same problem. Did you resolve it? Kind regards, Radek On Apr 2, 5:14 pm, oliverw mmo...@googlemail.com wrote: After upgrading to jQuery1.3.2users of our application will be prompted with a confirm dialog: Do you want to allow software such asActiveXcontrols and plug-ins to run?

[jQuery] Re: [tooltip] overriding definition

2009-05-05 Thread Jörn Zaefferer
Try this: 1. $([title]:not(.fast))... 2. $([title].fast) Jörn On Tue, May 5, 2009 at 11:30 AM, nomad jeste.z...@gmail.com wrote: Newbies question: I need different definitions of tooltip on one page: 1/ Replace the default tooltip of all title elements $('*[title]').tooltip({      

[jQuery] Re: [tooltip] overriding definition

2009-05-05 Thread nomad
Wow .. how easy, works, thank you.

[jQuery] Re: [tooltip] overriding definition

2009-05-05 Thread nomad
Wow .. how easy, works, thank you.

[jQuery] Re: jqModal question in regard to IE6

2009-05-05 Thread Jim D
Rick, Could you post an example link so I could get a better idea of what you're talking about? I've dealt with jqModal issues in IE6 before so I may be able to help you out, but I would need to see the page where all this is happening. On May 4, 10:14 am, Rick ric...@gmail.com wrote: Man,

[jQuery] The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
QUESTION: I am looking for an article that explains the conceptual relationship between jQuery and Javascript. Can anyone point me in the proper direction? BACKGROUND: In my quest to understand why some things in my webpage work while others do not I found the following, very useful article

[jQuery] jQuery form submission IE6 problems - possibly event listener

2009-05-05 Thread IanDev
Hi All, I'm having problems getting a simple poll to work correctly in IE6 - unfortunatey the form always trys to submit, ignoring the jQuery script below: $(function() { $('.error').hide(); $(#button).click(function() { $('.error').hide(); var pollid = $('#pollid').val();

[jQuery] Re: Tablesorter with pager extension check boxes not present on form submit

2009-05-05 Thread HAXEN
I've bumped in to the same problem as you Justin. Any luck in finding a solution? /HAXEN On Apr 24, 10:25 pm, Jack Killpatrick j...@ihwy.com wrote: Checkbox names are only posted if they're checked. You'll need to check for the presence of the name on the server side and if it's not there,

[jQuery] Re: IE8 BlockUI incompatible

2009-05-05 Thread Ronen42
Hi All, on line 151 simply change: var ie6 = $.browser.msie /MSIE 6.0/.test(navigator.userAgent); to var ie6 = $.browser.msie /MSIE 6.0/.test(navigator.userAgent) !(/ MSIE 8.0/.test(navigator.userAgent)); And then everything works fine and dandy! My test environment wasIE8 on

[jQuery] jQuery submission / IE6 problems

2009-05-05 Thread IanDev
Hi All, I'm having problems getting a simple poll to work correctly in IE6 - unfortunatey the form always trys to submit, ignoring the jQuery (1.2.6) script below: $(function() { $('.error').hide(); $(#button).click(function() { $('.error').hide(); var pollid =

[jQuery] jquery-claypool

2009-05-05 Thread chris thatcher
Announcing jQuery-Claypool (http://docs.jquery.com/Plugins/Claypool) jquery-claypool is a small, concise, fast, railable javascript application framework, built as a jquery-plugin that provides all the usual important patterns for large, long-lived client-side apps, server-side apps, or

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Rey Bango
Great advice Matt. Rey.. jQuery Team Matt Kruse wrote: On May 5, 9:13 am, kiusau kiu...@mac.com wrote: I remember someone in this forum also having said jQuery IS Javascript. I believe them, but am obviously having difficulty understanding in what way. I recommend studying the javascript

[jQuery] Combining Jquery from plugin with the form Validation plugin

2009-05-05 Thread africanshox
Im relatively new to Jquery and have come accross these two plugins. Having looked at the ajax examples offered for the form plugin i was intruiged to find out how i could go about validating the form using the formvalidate plugin during the beforeSubmit callback. Ive seen that you can validate

[jQuery] jCarousel - Centering selected li - displaying part of the surrounding elements

2009-05-05 Thread O.
Hi all, I've been lurking around the web for a long time but couldn't find any answer to this yet. Hope someone will have some insights! I'm trying to recreate something similar to this: http://billwscott.com/carousel/carousel_spotlight.html I'm displaying 3 elements at the same time, but I

[jQuery] Re: Cycle plugin Issue in Safari and Chrome browser

2009-05-05 Thread Stugle
I had the same issue, but the following solution worked for me: To add css rule specifying width and height to the div element in the head section, just after the stylesheet link For eg. link href=css/stylesheet.css rel=stylesheet type=text/css media=screen,projection / style type=text/css #s4{

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread O.
Look up Douglas Crockford Videoson Javascript scathered around the web, you'll understand core concepts in a split second ;) O. On May 5, 11:24 am, Rey Bango r...@reybango.com wrote: Great advice Matt. Rey.. jQuery Team Matt Kruse wrote: On May 5, 9:13 am, kiusau kiu...@mac.com wrote:

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 7:32 am, Matt Kruse m...@thekrusefamily.com wrote: I recommend studying the javascript language for a while, independent of jQuery. Understand the core concepts of the language and some of the trickier bits like scope, identifier resolution, object methods, and closures. Play

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 8:24 am, Rey Bango r...@reybango.com wrote: Great advice Matt. But, no source! Roddy

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Josh Powell
Try this: http://www.learningjquery.com/category/levels/beginner?order=ascending On May 5, 9:08 am, kiusau kiu...@mac.com wrote: On May 5, 8:24 am, Rey Bango r...@reybango.com wrote: Great advice Matt. But, no source! Roddy

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 9:20 am, Josh Powell seas...@gmail.com wrote: Try this: http://www.learningjquery.com/category/levels/beginner?order=ascending Which brings me back to this http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery I am not looking for a cookbook, I am looking for conceptual

[jQuery] Re: How to select all text in a div except ul

2009-05-05 Thread Karl Swedberg
Sorry, I must have misunderstood the context. I was responding to this: Don't use .text(), you'll get an array-like object of text nodes It seemed like you were saying that .text() returns an array-like object. But if it's used as a getter (without an argument), it returns a string. If

[jQuery] Re: POST Redirection

2009-05-05 Thread Nekura Neko
If your browser is posting a request and recieving a response, there should be information about the transaction (headers and post data) in Firebug's Console tab. That said, for watching HTTP streams, I tend to go for the Tamper Data FF plug-in -- it allows you to watch the outgoing requests and

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Eric Garside
I'll give it a shot explaining, feel free to correct me if I'm off. :) Basically, the jQuery core is broken up into three major pieces: * The Sizzle Selector Library * The jQuery Cache * The jQuery Namespace The selector library, and code associated with implementing it, provides jQuery with a

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread David Meiser
There is some credence to this suggestion, but - for anyone who is familiar with traditional coding concepts - what you're essentially saying is to go out and learn everything about a library before using the library. I don't - for example - need to know anything about the SSL library in order to

[jQuery] JQuery Validation plugin with Django (New) Forms (V1.0) - Are these compatible?

2009-05-05 Thread BrendanC
JQuery newbie question re using validation plugin with Django newform. I have a simple email feedback contact django form that I wanted to enhance with some JQuery validation. I created a standalone (Non Django) version of the form and it works correctly. However when I create a Django version

[jQuery] FF3 problem mouseover/mouseout

2009-05-05 Thread geronimo3
hello, I am working on a large first project but it seems i can't fix a annnoying bug. It's about a 5000 divs that need a mouseover. I have tried using event delegation but it doesn't seem to work. The problem is FF3. [url=http://dolumar.225.com/dolumap.php]dolumap[/url]

[jQuery] Re: JQuery Validation plugin with Django (New) Forms (V1.0) - Are these compatible?

2009-05-05 Thread Jörn Zaefferer
You define rules for a field sender, but there is no input with name=sender. Jörn On Tue, May 5, 2009 at 7:28 PM, BrendanC bren...@gmail.com wrote: JQuery newbie question re using validation plugin with Django newform. I have a simple email feedback contact django form that I wanted to

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Rey Bango
Matt's recommendations are right on target. jQuery provides an abstraction that makes developing in JavaScript substantially easier and if you truly want to understand the underpinnings of jQuery, then you need to dig into the jQuery code and, in addition, have a good understanding of the

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Matt Kruse
On May 5, 11:54 am, David Meiser dmei...@gmail.com wrote: There is some credence to this suggestion, but - for anyone who is familiar with traditional coding concepts - what you're essentially saying is to go out and learn everything about a library before using the library. The OP was

[jQuery] [autocomplete] Bug in click function

2009-05-05 Thread tudela
Hi, I was using the autocomplete and found a bug in the click function, follow the code: Actual code: // In this code you need to click twice in the input element to show the results. .click(function() { // show select when clicking in a focused field if ( hasFocus++ 1

[jQuery] Re: How to select all text in a div except ul

2009-05-05 Thread mkmanning
Yeah, sorry for the confusion; I should type more slowly :P That does read badly. Should be don't use .text(). Period. Using my original example, you'll get an array-like object... Thanks for pointing that out though, I wouldn't want to confuse anyone. On May 5, 9:29 am, Karl Swedberg

[jQuery] Re: jQuery submission / IE6 problems

2009-05-05 Thread James
I didn't look at it closely but there are no closing input tags in html. Having them may cause unexpected results. It's just: input type=radio /Spend more timebr / Try removing the /input tags and see if it works. On May 5, 4:38 am, IanDev iannor...@gmail.com wrote: Hi All, I'm having

[jQuery] Re: ActiveX Confirmation Popup in IE with jQuery 1.3.2 but not with 1.2.6

2009-05-05 Thread James
How is the application being run? Through HTTP or through FILE? This issue usually occurs through FILE, but security settings may affect how this works. This thread might be of help you: http://groups.google.com/group/jquery-ui/browse_thread/thread/9f7b4870a921cfee along with this MS website

[jQuery] Re: HELP: how to browser cache json request?

2009-05-05 Thread wgordonw1
Anyone? Please?

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 11:04 am, Rey Bango r...@reybango.com wrote: Another option would be to break down in greater detail the areas that you'd like better clarity on. Unfortunately, your original message was quite vague in terms of helping us optimize our time, you'll need to make the effort to better

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread mkmanning
(function($) {$.fn.METHOD_NAME = function() {FUNCTION_CODE}}) (jQuery); It's a self-invoking anonymous function passing the global jQuery object as an argument so that it can be referenced inside the function as '$'. $.fn is simply equivalent to $.prototype (which == jQuery.prototype). Google

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Matt Kruse
On May 5, 3:38 pm, kiusau kiu...@mac.com wrote: QUESTION:  If a lone pair of parentheses can be used to automatically call a function, then what does it mean when two pairs are juxtaposed in the same statement as follows:  ()(jQuery);? See, this is purely a javascript language question,

[jQuery] How To Get Around: Access to restricted URI denied code: 1012

2009-05-05 Thread bittermonkey
Hi, Here's my code: $.ajax({ type: GET, url: http://wcf.msts.com/WcfService.svc/ GetSponsorSearch?keyword=treventsessionid=2, dataType: xml, success: function(xml) {

[jQuery] Re: Resetting the reset button

2009-05-05 Thread russellneufeld
Hi all, Was hoping to hear an answer to this question, but perhaps I didn't explain it clearly enough. Is there a way to update a form such that a reset button restores to the new state? I'd like to make the reset button restore a form to a state which is newer than the one when the page was

[jQuery] Re: IE8 BlockUI incompatible

2009-05-05 Thread Anand Kulkarni
Hi Ronen42, Its recommended that you invoke the plugin in the $(document).ready (function(){ }) section. Although the plugin might detect the browser version at the very beginning, any internal procedures (such as creating the overlay etc.) may not work until the entire DOM is ready to be

[jQuery] Re: How To Get Around: Access to restricted URI denied code: 1012

2009-05-05 Thread James
What about going through a proxy (e.g. a PHP script that fetches the XML content from wcf.mstsc.com domain) hosted on your current domain? On May 5, 11:01 am, bittermonkey brakes...@gmail.com wrote: Hi, Here's my code:                 $.ajax({                     type: GET,                

[jQuery] Re: Is '.children()' a destructive operation?

2009-05-05 Thread Ricardo
On May 4, 8:09 pm, coyote rluss...@gmail.com wrote: In other words, if I do the following:      dialog.children().remove().end().append(newContents); ...will 'newContents' be appended to 'dialog' or to each of the elements matching 'dialog.children()'? end() returns to the previous state

[jQuery] Re: Combining Jquery from plugin with the form Validation plugin

2009-05-05 Thread africanshox
any helpers? On May 5, 4:25 pm, africanshox munene.anth...@googlemail.com wrote: Im relatively new to Jquery and have come accross these two plugins. Having looked at the ajax examples offered for the form plugin i was intruiged to find out how i could go about validating the form using the

[jQuery] Re: jqModal question in regard to IE6

2009-05-05 Thread Rick
Thanks Jim. I figured it out (after googling a bit.) The issue was related to ie6 caching the ajax query results. I ended up appending a time stamp to the ajax query and it then works. I should probably modify the js file so that it takes an optional cache property, that you can set to false if

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Rey Bango
Damn Matt, you should do a wiki page with that content. Great explanation. Rey... Matt Kruse wrote: On May 5, 3:38 pm, kiusau kiu...@mac.com wrote: QUESTION: If a lone pair of parentheses can be used to automatically call a function, then what does it mean when two pairs are juxtaposed in

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Rey Bango
Very nice work. :) mkmanning wrote: (function($) {$.fn.METHOD_NAME = function() {FUNCTION_CODE}}) (jQuery); It's a self-invoking anonymous function passing the global jQuery object as an argument so that it can be referenced inside the function as '$'. $.fn is simply equivalent to $.prototype

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Rey Bango
Much better breakdown Roddy. Seems like you've gotten two excellent answers. Rey kiusau wrote: On May 5, 11:04 am, Rey Bango r...@reybango.com wrote: Another option would be to break down in greater detail the areas that you'd like better clarity on. Unfortunately, your original message was

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 1:53 pm, Matt Kruse m...@thekrusefamily.com wrote: (function($) {$.fn.METHOD_NAME = function() {FUNCTION_CODE}})(jQuery); This passes the jQuery object to the internal anonymous function, then operates on $. It adds a property to the $.fn object, which in jQuery is the prototype

[jQuery] jQuery code sometimes hangs. How to investigate.

2009-05-05 Thread LinkGuru
I'll try and describe the architecture of some of my code, and then describe my problem to see if anybody out there can help. The code outlines are only included to show the technology mix and you'll see that you need not analyse it too much when you hear about the problem I have, described at

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread kiusau
On May 5, 3:13 pm, Rey Bango r...@reybango.com wrote: Damn Matt, you should do a wiki page with that content. If he doesn't, perhaps I will, but not until I am entirely in the clear. Thank you for your encouragement. Roddy

[jQuery] Re: How To Get Around: Access to restricted URI denied code: 1012

2009-05-05 Thread bittermonkey
I was wondering if I have another option without going this route? On May 5, 5:08 pm, James james.gp@gmail.com wrote: What about going through a proxy (e.g. a PHP script that fetches the XML content from wcf.mstsc.com domain) hosted on your current domain? On May 5, 11:01 am,

[jQuery] Re: How To Get Around: Access to restricted URI denied code: 1012

2009-05-05 Thread mkmanning
No options with Ajax cross-domain (for now). If you can change the service to wrap the XML in a function call or assign it to a variable you can use $.getScript(). predefine a function or method: my_function(xml){ //do something with the xml } call .getScript():

[jQuery] problem with wrapper arrays.......

2009-05-05 Thread kali
my understanding (acc. to book jQuey in Action and other sources, like http://jquery.open2space.com/node/10) is that the standard jQuery wrapper always returns an array containing all matching elements.. however, for some very odd reason I can't get an element by referring to its index in the

[jQuery] Re: problem with wrapper arrays.......

2009-05-05 Thread mkmanning
Accessing the elements by index returns the element itself. To call jQuery methods you'd need to do this: divs = $('div'); div2 = divs[2]; $(div2).addClass('red'); or alternately you could do: div2 = $(divs[2]); div2.addClass('red'); you can also use .eq(#): div2 = divs.eq(2)

[jQuery] Re: ActiveX Confirmation Popup in IE with jQuery 1.3.2 but not with 1.2.6

2009-05-05 Thread Dave Methvin
It is probably this bug: http://dev.jquery.com/ticket/4017 Fixed here: http://dev.jquery.com/changeset/6268 Possibly it is this one: http://dev.jquery.com/ticket/4550

[jQuery] is next() recursive?

2009-05-05 Thread brian
jquery 1.3.2 I have a nested group of lists similar to below where all but the top-level list is hidden. Clicking a link should open the next level (as well as do some AJAX stuff). I'm having some trouble getting the 2nd level to open without also opening the 3rd level when clicking on a

[jQuery] IE 7.0 Bug for Jquery 1.3.2 + ui 1.7.1

2009-05-05 Thread Shaw
Hi, I download the stable package Jquery 1.3.2 + ui 1.7.1 from the site and just modified the sample page to try. And I keep on getting: Exception thrown and not caught error for the following simple page, basically just one jquery line with some HTML code. This happens for IE7.0 on XP.

[jQuery] animate height 100% not working

2009-05-05 Thread thomas.c.math...@gmail.com
I am playing around with the height 100% with jquery for a CSS property. It doesn't seem to work at all though when using it for width it works just fine. Any ideas whats going on, or did I miss something very basic? I can set the height to 100% after the animation but it doesn't look very nice.

[jQuery] jCarousel - making it more Accessible

2009-05-05 Thread nbchip
How to Add option to View All nodes like in http://www.reindel.com/accessible_news_slider/ ? thx.

[jQuery] [Superfish] 1st and 2nd level menu item widths

2009-05-05 Thread Jason
Does any know if it is possible to make the superfish drop down menu item width the same as the main menu items widths (i.e. so that the 1st and second level menu items have the same width) - And if so how do you about setting it? Is it just in the CSS or is in the script somewhere? I have been

[jQuery] The resizing of a dialog window is really sluggish

2009-05-05 Thread Shaw
I am trying Jquery 1.3.2 + ui 1.7.1 (Current stable version), and experienced that the resizing of a dialog window is really sluggish when the HTML page is big.

[jQuery] [autocomplete] disable submit until valid selection is made

2009-05-05 Thread Seth
Hello, I have a situation where the only valid inputs on my autocomplete field are the ones supplied by my ajax method. Is there a way to disable the submit button on my form until the input field contains one of the autocomplete values?

[jQuery] Re: How To Get Around: Access to restricted URI denied code: 1012

2009-05-05 Thread 丁亮
use jsoncallback=? in the end of url

[jQuery] [autocomplete] Invoking autocomplete dropdown on focus, before user types

2009-05-05 Thread Mike Harris
Does anyone know how I can get the autocomplete dropdown list of values to appear when the text field gains focus, before the user types anything. I've been trying to do this, and have so far been unsuccessful. Any help would be greatly appreciated. Thanks! Mike Harris

[jQuery] Re: 1st and 2nd level menu item widths

2009-05-05 Thread Jason
All sorted - just found supersubs :-) On May 6, 12:00 pm, Jason conroy.ja...@gmail.com wrote: Does any know if it is possible to make the superfish drop down menu item width the same as the main menu items widths (i.e. so that the 1st and second level menu items have the same width) - And if

[jQuery] Round corner

2009-05-05 Thread bharani kumar
Hi Members , How to make the round corners , div id='test' welcome to jquery groups , i want round corner for this DIV /div Thanks in advance Bharani

[jQuery] Re: Round corner

2009-05-05 Thread ravi
On May 5, 2009, at 11:13 PM, bharani kumar wrote: Hi Members , How to make the round corners , div id='test' welcome to jquery groups , i want round corner for this DIV /div Bharani, this might help: http://www.methvin.com/jquery/jq-corner.html --ravi

[jQuery] Re: Round corner

2009-05-05 Thread bharani kumar
2009/5/6 bharani kumar bharanikumariyer...@gmail.com But i am not get the corners , Simply i get like rectangle , i thing jquery not applied in this DIV !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Matt Kruse
On May 5, 5:36 pm, kiusau kiu...@mac.com wrote: It helps enormously, as well as everything that came before it.   Glad it helped. Anyone can feel free to paraphrase what I wrote and wiki it if you wish ;) What alert($) returns, however, is the following: function (selector, context) {    

[jQuery] Re: Round corner

2009-05-05 Thread brian
On Tue, May 5, 2009 at 11:19 PM, ravi ravi-li...@g8o.net wrote: On May 5, 2009, at 11:13 PM, bharani kumar wrote: Hi Members , How to make the round corners , div id='test'             welcome to jquery groups , i want round corner for this DIV /div Bharani, this might help:

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread chris thatcher
i would recommend studying jquery.collections by ariel flesler. http://flesler.blogspot.com/2008/01/jquerycollection.html i recommend this for several reasons: 1) it's a plugin - understanding plugins is part of the core architectural pattern. 2) it mimicks jquery's core architecture - a

[jQuery] Re: The jQuery Object, Namespaces, and Program Modules -- Connecting the Dots Between jQuery and Javascript

2009-05-05 Thread Thatcher
4) join the dev list and try to read up as a discussion progresses even if you don't reply it basically starts to give you a little perspective on issues. sometimes they are hot, sometimes they are not. but the topic always provides some insight on jquery and it's on-going development process.

[jQuery] Re: problem with wrapper arrays.......

2009-05-05 Thread Karl Swedberg
On May 6, 2009, at 12:05 AM, kali wrote: On May 5, 10:05 pm, mkmanning michaell...@gmail.com wrote: Accessing the elements by index returns the element itself. To call jQuery methods you'd need to do this: divs = $('div'); div2 = divs[2]; THIS is what I did div2 = divs[2] -- is