Re: [jquery-dev] jQuery is Moving to a Forum

2010-01-24 Thread Sidney San Martín
On Jan 24, 2010, at 3:10 AM, Andrea Raimondi wrote: > On Sun, Jan 24, 2010 at 7:09 AM, Sidney San Martín wrote: >> Two separate systems? That doesn't sound so ideal. > > Uhm, no, obviously not what I meant :-) > I meant that the list could be kept alone with the "swat team" doing > the dirty wo

Re: [jquery-dev] jQuery is Moving to a Forum

2010-01-24 Thread Andrea Raimondi
On Sun, Jan 24, 2010 at 7:09 AM, Sidney San Martín wrote: > Two separate systems? That doesn't sound so ideal. Uhm, no, obviously not what I meant :-) I meant that the list could be kept alone with the "swat team" doing the dirty work. > I [suggested providing mailing list-style access][1] on th

Re: [jquery-dev] jQuery is Moving to a Forum

2010-01-23 Thread Sidney San Martín
On Jan 23, 2010, at 9:14 AM, Andrea Raimondi wrote: > I think that there're advantages to both approaches, forum and mailing list. Absolutely. > Ideally, some respected member of the JQuery community may take over > the management of the group or having a "JQuery SWAT", so to say which > will de

Re: [jquery-dev] jQuery is Moving to a Forum

2010-01-23 Thread Andrea Raimondi
Just my 0.2 in order to contribute to the ongoing discussion: I think that there're advantages to both approaches, forum and mailing list. The main advantage of a mailing list, especially for people using Gmail like me, is that emails are searchable in a much simpler and easier way than a forum. S

[jquery-dev] jQuery is Moving to a Forum

2010-01-20 Thread John Resig
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: http://forum.jquery.com/ More information about our decision to move can be found her

Re: [jquery-dev] JQuery help for Dynamic Tree creation.

2010-01-18 Thread Scott Sauyet
On Sat, Jan 16, 2010 at 9:23 AM, asharjqry wrote: > I am new to JQury. And curretnly I am using Jquery 'Column Navigation' > plugin (from http://source.polaris-digital.com/column-navigation/) to create > a dynamic file tree. This list is for discussions of the development of jQuery itself. You'll

[jquery-dev] JQuery help for Dynamic Tree creation.

2010-01-16 Thread asharjqry
Hi, I am new to JQury. And curretnly I am using Jquery 'Column Navigation' plugin (from http://source.polaris-digital.com/column-navigation/) to create a dynamic file tree. I am creating child elements by using AJAX calls. While creating dynamic file tree, the style used by the plugin has not a

Re: [jquery-dev] jquery 1.4, live change event on select fails

2010-01-15 Thread John Resig
It looks like you're using a really old version of delegatetest.html - you should make sure that you're current. --John 2010/1/15 Mattias Hallström : > Hi, > > I have read a lot that you have solved the problem that IE doesn't > bubble for . > But we can' get it to work, and from what we can se

[jquery-dev] jquery 1.4, live change event on select fails

2010-01-15 Thread Mattias Hallström
Hi, I have read a lot that you have solved the problem that IE doesn't bubble for . But we can' get it to work, and from what we can see it's not working at all for IE. Have tried with a minimal html page with only a form and a select. Have also tried the delegatetest.html from github. http://git

[jquery-dev] jQuery 1.4 minified and gzip’ed can e asily drop 424 bytes [micro-optimization]

2010-01-14 Thread Mathias Bynens
jQuery 1.4 minified and gzip’ed can easily drop 424 bytes. Just omit needless line endings, replace true → !0, false → !1, 1 → 1e4 and use the strongest gzip compression (gzip -9). Even if the default gzip compression (gzip -7) is used, still 381 bytes can be omitted by performing these easy o

Re: [jquery-dev] jQuery 1.4rc1 Regression with $.ajax() data option with null value

2010-01-13 Thread John Resig
Filed and fixed: http://dev.jquery.com/ticket/5794 Thanks for the test case and proposed solution! --John On Wed, Jan 13, 2010 at 5:05 AM, Nicolas wrote: > Hello, > > A call to $.ajax() with a null parameter value raise an exception > "object is null" in the $.each function, line #519. > The

[jquery-dev] jQuery 1.4rc1 Regression with $.ajax() data option with null value

2010-01-13 Thread Nicolas
Hello, A call to $.ajax() with a null parameter value raise an exception "object is null" in the $.each function, line #519. The stack shows that the .each() function is called from buildParams() function, line 5157. Here is a small testcase to reproduce the behavior:

Re: [jquery-dev] jQuery 1.4rc1: .class:not(:first) does not work as expected in IE8

2010-01-12 Thread John Resig
I'm not sure if a fix for it will land before 1.4, unfortunately, although I will make an attempt to fix it soon after. And just to clarify: It looks like this issue is in the current version of jQuery (1.3.2) as well, per the test case. --John On Tue, Jan 12, 2010 at 11:52 AM, matiasnu wrote

[jquery-dev] jQuery 1.4rc1: .class:not(:first) does not work as expected in IE8

2010-01-12 Thread matiasnu
Tested http://dev.jquery.com/ticket/5700 in 1.4rc1 and it's still behaving weird in IE8, but I guess it's a sizzle bug? Best regards, Matias -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@go

[jquery-dev] Jquery recursion

2010-01-12 Thread Mark
Hi jQuery experts, I am encountering a problem with looping through calendar evvents. I am using the dhtmlx scheduler product for the calendar functionality. This javascript product loads a page containing the calendar and after requesting from the server, it is filled with calendar events. Each

Re: [jquery-dev] jQuery Foundation timelines?

2010-01-05 Thread John Resig
jQuery is already in the Software Freedom Conservancy (they host all our finances, for example). The code base, however, is not - that's going to take a significant amount of time and legal work to make it happen. /Maybe/ it might happen this year, but that's really hard to foresee. To your client

[jquery-dev] jQuery Foundation timelines?

2010-01-05 Thread Justin Meyer
It was mentioned at jQCon that jQuery was going to be under a foundation (like Dojo). I've got a client (a Microsoft Shop), that is anxiously waiting for this. Any word on when this is going to happen? I'd also like to move JavaScriptMVC's code into the jQuery foundation. Will this be possible?

[jquery-dev] jQuery 1.4a2 - Webkit table, replaceWith(), width() issues

2010-01-05 Thread Peter
Hi, I'm developing an application with jQuery 1.4a2, but I've found a bug which was introduced in 1.4, because 1.3.2 release works well. First the testcases: jQuery 1.3.2 version: http://gamca.informacie.sk/betatest/webkit_table/index_1-3-2.html jQuery 1.4a2 version: http://gamca.informacie.sk/

[jquery-dev] jQuery AJAX Load - Implementation / Documentation mismatch.

2010-01-01 Thread andreas
Just a heads up; According to the documentation (http://docs.jquery.com/Ajax/load); -- In jQuery 1.2 you can now specify a jQuery selector in the URL. Doing so will filter the incoming HTML document, only injecting the elements that match the selector. The syntax looks something like "url #some > s

[jquery-dev] jQuery nightly: Stack overflow error in IE8

2009-12-30 Thread candlerb
Using the current jquery-nightly.js in IE8 under Windows 7 (preinstalled on a Dell Zino HD) gives the following error dialog as soon as the page loads: Message from webpage /!\ Stack overflow at line: 1456 This is easy to replicate with just a page that loads jQuery and does nothing else

[jquery-dev] jQuery(id).blur, jQuery(id).focus invokation issue

2009-12-27 Thread Giri
Here is my jascritpt code //

[jquery-dev] jQuery in ASP.NET User Control

2009-12-24 Thread viscusn
Hi All, Can anyone tell me how can i use jQuery in my asp.net Web User Control. Please post replies ASAP. Thanks viscusn -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googleg

Re: [jquery-dev] jQuery require and script loaders

2009-12-21 Thread Julian Aubourg
OK, so I finally got time to write some docs & unit tests for my own baby... and here comes Dominoes: http://code.google.com/p/javascript-dominoes/ See the Wiki pages to get an idea of what it is capable of (quite the wall of text there but heh). It is more of a general purpose "scheduler" and pr

Re: [jquery-dev] jQuery require and script loaders

2009-12-21 Thread John Resig
Hi James - There's definitely room for collaboration here. As I mentioned in the comments on the commit I'm planning on holding off on jQuery.require() until post-1.4 so that we can really get it right and hopefully standardize a bit. I'll ping you again after the 1.4 dust has settled and we can d

Re: [jquery-dev] jQuery 1.4 $.param demystified

2009-12-21 Thread John Resig
Thanks for the great write-up, Ben! --John On Mon, Dec 21, 2009 at 10:58 AM, "Cowboy" Ben Alman wrote: > In case anyone is curious, I've written up a post on how $.param has > changed in 1.4. Please check it out and post there if you have any > feedback or comments, thanks! > > http://benalman

[jquery-dev] jQuery 1.4 $.param demystified

2009-12-21 Thread "Cowboy" Ben Alman
In case anyone is curious, I've written up a post on how $.param has changed in 1.4. Please check it out and post there if you have any feedback or comments, thanks! http://benalman.com/news/2009/12/jquery-14-param-demystified/ - Ben -- You received this message because you are subscribed to th

[jquery-dev] JQuery Selector is not working for second time

2009-12-18 Thread Loving2all
Hi I am using JQuery for Selecting Divs having particular class name. After it worked for first time fine I am not able to find same divs in second requests. Following is my code:\ $(document).ready(function () { $("#hrefFareSorting").click(function () { var divValues = $(

[jquery-dev] jQuery 1.1.2 ready() method causes IE7 problems?

2009-12-17 Thread Matt
I debugged a tricky problem today in an app that came down to jQuery hanging IE. I know v1.1.2 is ancient, but I am trying to understand the root cause, so I'm just curious if anyone else has seen anything like this. Just trying to gather info. The problem: On one page in a webapp, the content is

[jquery-dev] jQuery require and script loaders

2009-12-16 Thread James Burke
I heard about the jQuery require that is shown as part of this changeset: http://github.com/jquery/jquery/commit/998cb005fc378188b3bae319e391d1b7881b7ad2 I work on Dojo's module loader, and have a new standalone (no other library dependency) script loader here: http://code.google.com/p/runjs/wiki/

Re: [jquery-dev] jQuery/FireFox selection bug

2009-12-16 Thread John Resig
Well, if XML is coming from a server it should already be XML - especially if you're getting it from an $.ajax() request (or the like). That is definitely the preferable way to get XML from a server. --John On Wed, Dec 16, 2009 at 9:58 PM, John Arrowwood wrote: > Well, technically, I'm pulling

Re: [jquery-dev] jQuery/FireFox selection bug

2009-12-16 Thread John Arrowwood
Well, technically, I'm pulling the XML from a server, and then using document.createElement() to create the 'state' and 'foo' tags. But I tried to simplify the situation to the minimum. Should I be using a different technique to create the XML tags/nodes, and would that solve my problem? On Wed,

Re: [jquery-dev] jQuery/FireFox selection bug

2009-12-16 Thread John Resig
I'm curious to hear if this has been resolved in jQuery 1.4a1, it may be. http://code.jquery.com/jquery-nightly.js I should note that in your case you're not actually creating an XML fragment - you're creating a bunch of unknown HTML elements. --John On Wed, Dec 16, 2009 at 3:02 PM, jarrowwx

[jquery-dev] jQuery/FireFox selection bug

2009-12-16 Thread jarrowwx
I have a snippet of XML. var xml = $('1')[0]; On Safari, this works: console.log( $(xml).find('card foo').text() ); // prints '1' On FireFox, it does not (returns empty string), but this works: console.log( $(xml).find('card').find('foo').text() ); // prints '1' I've worked around it. But

Re: [jquery-dev] jquery AJAX call(post) response not recognised by jquery on firefox 2.0.x

2009-12-11 Thread jbonevich
We are experiencing the exact same behavior, but specifically with IE6, and only intermittently (although often enough to be extremely annoying). So far, looking at iehttpheaders, we see that a POST is made to the server, and on the server side we see the request coming through. In the client, w

Re: [jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread Julian Aubourg
Nice, I'll be sure to test it :) 2009/12/4 Elijah Insua > Awesome! > > Great work guys! > > -- Elijah > > > On Fri, Dec 4, 2009 at 3:44 PM, John Resig wrote: > >> More details here: >> http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ >> >> --John >> >> -- >> >> You received this me

Re: [jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread Elijah Insua
Awesome! Great work guys! -- Elijah On Fri, Dec 4, 2009 at 3:44 PM, John Resig wrote: > More details here: > http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ > > --John > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" grou

[jquery-dev] jQuery 1.4 Alpha 1 Released

2009-12-04 Thread John Resig
More details here: http://blog.jquery.com/2009/12/04/jquery-14-alpha-1-released/ --John -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send

[jquery-dev] jQuery forward compatibility issues

2009-11-18 Thread dotnetCarpenter
Hi all. I've had some time to experiment with CSS3 and jQuery and found some serious issues in the jQuery css implementation. First of all jQuery doesn't support CSS properties with multiple arguments like text- shadow. So I played around with creating a jQuery plugin and almost created my own an

Re: [jquery-dev] jQuery and SVG

2009-11-16 Thread John Resig
It's a bit hard because implementing some of the changes because there will be a definite performance hit (for selectors and adding/removing classes). If it was possible to implement the changes without that happening I would consider a good patch in. --John On Mon, Nov 16, 2009 at 9:15 PM, Mr

[jquery-dev] jQuery and SVG

2009-11-16 Thread Mr Speaker
I was investigating this bug: http://dev.jquery.com/ticket/1745 and noticed that there is also a separate patch: http://dev.jquery.com/ticket/4850 I think the patch would deal with the bug, so the perhaps the tickets should be merged... buuut, what's the general feeling on supporting SVG document

[jquery-dev] Jquery hide() is messing up with other html code

2009-11-16 Thread Veeru
All, Need your help, I would appreciate, your help! 1. I’m hiding some records on page load using jquery, teh result is displayed under html tag 2. On page loads, I’m calling jquery to show only first 3 records and hide rest of them. 3. This is working fine in all browsers 4.

[jquery-dev] Jquery popup on IE

2009-11-16 Thread Veeru
All, I have a strange issue with jquery, I'm using jquery to hide some results on page load. 1. I have a jsp page whihc displays 10 records under tag 2. In Jquery, I'm hiding 5 results and replace with more.. toggle hyper link, once the user clicks on more link, then remaining records will be

[jquery-dev] JQuery table sorter issue

2009-11-13 Thread jarun111
Hi, Have anyone expeienced issue with jquery table sorter? I am try to sort the table by number but it does not sort as per numeric values. Code below http://tablesorter.com/jquery-latest.js";> http://tablesorter.com/jquery.tablesorter.js";> http://tablesorter

[jquery-dev] JQuery is not working if we use in both Master and Content pages.

2009-11-12 Thread Naidu
Hi, We are trying to use the jQuery in both master page and Content page, but it is not working. It is working fine if we use it either in Master Page or Content Page,but not in both. My code is Master Page Code = Untitled Page Center

Re: [jquery-dev] jQuery test page is not working properly

2009-11-10 Thread John Resig
Yeah, that test page is kind of broken right now because it's pulling in a newer version of QUnit (one that doesn't work with the 1.3.2 suite). If you want to run the latest test suite the best way to do that is to pull from the 1.3.2 release zip file: http://jqueryjs.googlecode.com/files/jquery-1.

[jquery-dev] jQuery test page is not working properly

2009-11-10 Thread Minwoo Park
Seems like jQuery test page is NOT working properly (http://jquery.com/ test/) - There was about 204 tests, and now only 82 tests are working. - Major browsers (IE, Firefox, Chrome) is failed for lots of tests. when I open http://view.jquery.com/tags/1.3.2/ , It seems like test directory is updat

[jquery-dev] jQuery bug reports

2009-10-12 Thread Dave Methvin
In preparation for the push to a new release of jQuery, I've been cleaning up bug reports in the jQuery core bug tracker. Many tickets languiished because they weren't actually jQuery core bugs, but instead should have been reported on the forums or sent to the author of the plugin. jQuery UI also

[jquery-dev] jquery 1.3.2 -- IFrame contents problem - IE8

2009-10-05 Thread ZorbaTheOne
I am using the following code to get the body of an IFrame.. it works fine in all non IE browsers. but not in Internet Explorer iFrame.contents().find("body"); the debugger says: Permission denied (line 1186)(jquery-1.3.2.js) Is there another way to get access to the body of an IFrame? I want t

[jquery-dev] jQuery Ease Slide Horizontal Menu Plugin 1.0

2009-09-30 Thread roberto
Hi everybody, i´m new here, and this is my first plugin: http://www.rgdesign.org/portfolio/2009/jquery.ease.slide.menu.v1/ It will convert a div ul into an horizontal menu with ease movement, like the ones in flash that scroll on mouse over area. Has extended functions to click, mouseover, mouse

[jquery-dev] jQuery Special Events: Firing event the instant it has been setup... do we need another hook?

2009-09-27 Thread [email protected]
I've been playing around with special events lately. I love 'em. But... Say you want to trigger an event the instant that it has been setup, from inside the special event code, how would you go about that? Considering the code below, I can't see how it is possible: jQuery.event.special.eventNam

[jquery-dev] jquery created iframes in IE7

2009-09-26 Thread thrykol
Hi, The following is using jquery version 1.3.2. I am dynamically creating iframes using the $("") syntax. When I load the parent page in Firefox, the contained iframes appear correctly. But when I load the parent page in IE7, the content of each iframe is not rendered. Yet, if I create the if

[jquery-dev] jQuery 1.3.2 Bug??? - namespaced mouseenter/leave won't unbind

2009-09-24 Thread Kevin Dalman
I am using namespaced events in a widget... $P .bind("mouseenter."+ namespace, addHover ) .bind("mouseleave."+ namespace, removeHover ) ; ...so I can unbind all events at once when I 'destroy' the widget... $P.unbind("."+ namespace) // remove events This works fine for all events *

[jquery-dev] jquery plugin update manager

2009-09-15 Thread Phill Pafford
Hi All, Would like to purpose a standard way for identifying Plugin Version(s), Authors, Update URL(s), etc... wordpress offer this to users and would greatly benefit jQuery and Plugin development if some sort of standard was implemented. With Wordpress I can see what plugins offer updates from

[jquery-dev] Jquery document .ready function throwing object expected

2009-09-15 Thread Vardhini
Hi, I'm getting Javascript error "object expected"on PageLoad at the following line: $(document).ready(function() I found that alert(typeof $); is returing undefined. Below is the code snippet:

[jquery-dev] jquery color bug in my swoop clone script

2009-09-09 Thread sherydeveloper
error is fx.start is undefined this error comes in my color.js when i submit the bid on my swwopo clone and don,t show the backgroun color due to this error. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery D

[jquery-dev] JQuery could throw nicer errors

2009-09-03 Thread Moi Ce Soir
Hello! I've been using this brilliant library now for quite a while. It's been all good, I've just noticed one draw back that can make JQuery hard to debug when things don't go right. Sometimes the errors in the browser's error console are meaningless, and sometimes no error is thrown at all despi

[jquery-dev] jquery problem

2009-08-31 Thread dasatan
Hi, I had a problem with my .ajax I 'm pretty sure my code runs fine, since I can see what the result for the page I post to, but i still get to direct to the error status, even though my status is 200. this is my .ajax code $.ajax({ url: 'game_func.php?uid=team2='+team2io+'&act=

[jquery-dev] jQuery ajax multidimensional array

2009-08-26 Thread ludovic
Hi, As I've been confronted to this problem and saw that there was a bug report already done which had been set to invalid, I wanted to know the reasons why using key=a&key=b rather than key[]=a&key[]=b. http://dev.jquery.com/ticket/2950 >From a php point of view, the second syntax would be pref

[jquery-dev] jquery ajax/load event on div drop

2009-08-25 Thread Enoch
Hello, I am trying to load a php page into DIV B when DIV A is dropped on it. My question is: how do I pass a variable with my jquery load. this is what I have: .bind( "drop", function( event ){ $( this ).load("somefile.php?rec="+event.dragDiv.title+""); } everything works fine when I

[jquery-dev] jQuery labelled plugins

2009-08-22 Thread ludovic
As one of precedent posts was about cookie plugin into the core, I want to discuss about plugins and their quality warranty. The reason why some features are not included in the core is that you want a lightweight library and they aren't enough frequently used, and I totally agree with that. But

[jquery-dev] jQuery Dynamic Composition

2009-08-21 Thread DBJDBJ
@Ludovic Let me recap please before we loose everyone else on this honourable forum, if I may ? 1. we advocate (something like) jQery dynamic composition. A mechanism by which jQ is fully assembled *each time* the page is loaded. Example: // the single file needed jquery.2.compositor.js 2. dyna

[jquery-dev] jquery events binding

2009-08-06 Thread ludovic
Hi all, I propose to add the following new feature in events binding : var o = { start : new Function(), stop : new Function() } // Will be the same as // $(target).bind( 'example.start', o.start ); // $(target).bind( 'example.stop', o.stop ); $(target).bind( 'example', o ); $(target).tri

[jquery-dev] JQuery Autocomplete | Scroll Issue

2009-08-05 Thread Bertie
Hi All, In one of our design we have used JQuery's autocomplete plug in. Everything is working as expected except one issue. When we type something in the autcomplete text box, the appropriate values are brought from the server and a scroll bar is generated in the type ahead list as the values ar

[jquery-dev] JQuery Fx Unit Test

2009-07-31 Thread Clint Talbert (Mozilla Address)
Hi, I'm trying to track down a problem that we are having with a 1.2.2 version of the Jquery library and test suite that we run in Mozilla's automated Mochitest system (bug 484994 [1]). The problems we seem to have most often are that the tests "stop(clearQueue, gotoEnd)" and "stop() - several i

[jquery-dev] jquery latest nightly and CS4 crash

2009-07-25 Thread mike.helgeson
I have not been able to open the latest jquuery nightly build (1.3.3pre) in Dreamweaver CS4 (64bit Vista). The program crashes every time I open the file, or another page that includes the file. I have no problems with the same files on CS2 (XP). Has this happened to anyone else? Does anyone else

[jquery-dev] jQuery UI 1.7.2 - Opera(9.63) issue with Form submitting through a dialog .

2009-07-17 Thread vrn_shan
We are using jQuery 1.3.2 and jQuery UI 1.7.2 in our project. Everything was working perfect till we were using jQuery UI 1.7.1. Then we upgraded to jQuery UI 1.7.2, but it is causing a trouble in Opera (9.63). The issue is as follows :- There is a jQuery UI dialog with a textarea and a submit b

[jquery-dev] jQuery API for A grade mobile browsers?

2009-07-17 Thread Andrew Hedges
Rey Bango indicated that a mobile-optimized version of jQuery is "on the radar" of the development team. I'd be interested in contributing to efforts in that direction. I've been doing a lot of WebKit-specific mobile development lately and it seems to me it ought to be possible to offer a version

[jquery-dev] jquery live not receiving data

2009-07-16 Thread jnunemaker
Ticket #4532 (Live event handlers don't receive custom event data) is closed but I just downloaded nightly and the bug seems to still be present for me. In the fix that closed #4532 http://dev.jquery.com/ticket/4532 the following line in liveHandler: if ( this.fn.call(this.elem, event, this.fn

[jquery-dev] JQuery Tabs error in IE

2009-06-23 Thread Obinna
[Note: See issue #2 at bottom for jquery-dev relevance] I have been getting a 'object does not support this method' error on IE7 when the jquery-ui is trying to initialize a tabbed pane (using jquery 1.3.2, jquery-ui-1.7.1) I finally narrowed down the problem to line 5470 in jquery-ui-1.7.1:

[jquery-dev] jQuery and Android

2009-06-11 Thread Thomas McKay - www.winebythebar.com
Here are some differences between Android and iPhone that I'm running into. Any suggestions welcome. 1. On Android the live() stopped working with newly added append(). (Worked on Android 1.1 and stopped on 1.5 (Cupcake)) 2. On Android image map regions bleed through covering dialogs making thin

[jquery-dev] jquery just decidecd to stop working :/

2009-06-10 Thread youradds
Hi, I'm really really hoping someone can help me here. Using AJAX, I wrote a little function that will call a .cgi script on our server, and populate 2 different select fields. The JS code is: [CODE] $(function(){ $("select#Continent").change(function(){ alert(

[jquery-dev] jQuery calls in external js file with MasterPages

2009-06-04 Thread jeff
I am using ASP.NET 3.5 with MasterPages. My master page has the script references to jquery and jquery UI. My web page that uses the master page has a script reference for a custom javascript file for that page. This javascript file has jquery calls in it (i.e. document.ready --> set up input boxe

[jquery-dev] jQuery ajax, cant get crossdomain to work.

2009-05-24 Thread Toreddo
Hi, im working for a friend which uses jquery 1.2 we need to get some smiley's from an other domain. We use the following ajax code to get the smiley's: jQuery.ajax({ type: "GET", url: url_var, data: '', dataType: "jsonp", success: function(msg){ alert("d"+msg); } }); the page whi

[jquery-dev] jquery 1.3.2 not working on IE6

2009-05-21 Thread Amita
i am facing a problem while excuting jquery-1.3.2 on ie6 it is giving me the following error on load . the error is :-> " Runtime error Program:C:\Program Files\Multiple IEs\IE6\iexplore.exe R6025 - pure virtual function call " can anybody please help me with this error --~--~---

[jquery-dev] jQuery("").get(0) is not a DOM Element in FF, but is in Safari. Is this a bug?

2009-05-16 Thread [email protected]
According to FireBug, FireFox thinks objects and embeds are functions. typeof(jQuery("").get(0)); // Returns "function()" in FF, but "object" in Safari The same is true if you select an Object Element that is already in the DOM: typeof(jQuery("object").get(0)); // Returns "function()" in FF,

[jquery-dev] jQuery(document).ready() Type error on WebKit based Browsers

2009-05-14 Thread Jason Persampieri
(cross-posted on the users' group... hope this is the correct forum) My site works fine on Firefox and IE, but on Webkit-based browsers, any call to jQuery(function() {}) results in this error on line 83 of jquery-1.3.2.js -- TypeError: Result of expression 'jQuery( document ).ready' [undefined]

[jquery-dev] jquery error

2009-05-06 Thread lsblsb
is this a bug? can you help me about this error? thanks in advance! code-snippet: $(document).ready(function() { $("#Standard select, #Select select") .change(function(e){ var productType = $(this.parentNode.parentNode).at

[jquery-dev] 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 something

[jquery-dev] jQuery doesn't support dimensions-related methods when the body is positioned

2009-04-09 Thread Fernando Ferreira
Greetings, fellow developers! First of all, I would like to thank you guys for putting in so much time and effort on this amazing framework. This will be basically a repost of another email I sent to jquery ui, along with a ticket filled on their bug tracking system, regarding to the behaviour of

[jquery-dev] Jquery Conflict

2009-04-08 Thread hinkel11
Hello, I'm using CM Joomla 1.5 and I just installed the component Frontpage SlideShow 2 which comes with the options to run it with mootools or jquery. However, I don't get it work neither using mootools nor jquery. Though the component works with jquery it conflicts with my jquery- based fisheye

[jquery-dev] jquery 1.3.2 remove() kills events?

2009-03-30 Thread niraj
Hi All, I am using remove() to remove html from a li. I have a hover and click event attached to the li. This is a circular carousel and i want to remove the li which goes out of the visible area. For this, i get the non-visible li, get its html, add it to the back of the list and remove this li.

[jquery-dev] Jquery AJAX calls simply hangs on firefox 2.0.x

2009-03-28 Thread sandeep
Hi, We are stuck with a major problem of jquery. We had implemented some AJAX features using jquery. It was working fine in our earlier office. We moved over to a new office, with new network and same old PC's and same old win XP operating system. After moving over to the new network, the jquery

[jquery-dev] jquery AJAX call(post) response not recognised by jquery on firefox 2.0.x

2009-03-28 Thread sandeep
Hi, We are stuck with a major problem of jquery. We had implemented some AJAX features using jquery. It was working fine in our earlier office. We moved over to a new office, with new network and same old PC's and same old win XP operating system. After moving over to the new network, the jquery

[jquery-dev] jQuery Developers Guide

2009-03-27 Thread brian grinstead
I have been trying to start contributing to the project by creating test cases in the Bug Tracker and following this mailing list. However, I have had trouble finding any good guides for actually fixing bugs in the source. This is all that I have found from the site: http://dev.jquery.com/wiki/D

[jquery-dev] jQuery performance listners

2009-03-23 Thread egranville
I don't know if my question is in the right spot here. I'm curious about the impact on the performance using event listners has. I love the fact that jquery functionality can be added to a html inferface without any actually any javascript in the html document. We do this by using the event listn

[jquery-dev] JQuery Selector Undocumented .. ?

2009-03-13 Thread rayglaser
I can't find this syntax documented in JQuery and I don't know what it means ? $('#<%=x.y%>').length Help will be appreciated.. . Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. T

[jquery-dev] jQuery - Development Environments?

2009-03-12 Thread Daniel Friesen
I'm wondering what kind of tricks and setups other people have when they are developing with jQuery. Be it writing some improvements to jQuery itself, or writing a plugin. I'm not really looking for those using jQuery in an application, cause that environment is normally just taking a few jQuer

[jquery-dev] jQuery 1.3.2 on Chrome Bug?

2009-03-11 Thread Stephen McKamey
I've spent way too long on this, but I was convinced that it was a bug and I wanted to know if it was in my code, jQuery, or Google Chrome. I've managed to factor out all of "my code" and all that is left is this tiny little snippet which dies only on Google Chrome. Do I have some syntactical iss

[jquery-dev] jQuery 1.3.2 appendTo change breaks our code.

2009-03-05 Thread Jeremy
I just tried to upgrade to 1.3.2 and have a major issue with the appendTo change. One paradigm we use is adding functions (and properties) onto jquery objects with jquery extend. The jquery object is often returned from a function and then appended into the DOM. For example, our buttons are cre

[jquery-dev] jquery animate to % relative position

2009-03-05 Thread AdamJessop
Hi, I am currently working on a site where we are implementing a fluid layout with the heavy use of percentages so it works over multiple resolutions. As part of the site we wish to animate objects coming onto the screen and ending in a certain position. We have the CSS for the objects final pos

[jquery-dev] jquery-api-browser / memory leak

2009-02-24 Thread Diogo Baeder
Hi there, I don't know if it's a jquery-api-browser or Adobe AIR bug, but there's a memory leak there, in Windows XP (haven't tried it at home, using Ubuntu). When you start jquery-api-browser, and the shut it down, the process is not killed, but put to sleep. When you restart it, it uses even mor

[jquery-dev] Jquery-ui build error

2009-02-22 Thread Supratik
Hi, I checked out the current jQuery-ui version using "svn co http://jquery-ui.googlecode.com/svn/trunk";. I am using ant for the build purpose, but the build fails in the middle throwing up the following error message. BUILD FAILED /root/jquery/ui/trunk/build/build.xml:58: The following error o

[jquery-dev] jQuery 1.3.2 Released

2009-02-20 Thread John Resig
Hi Everyone - Full details here: http://docs.jquery.com/Release:jQuery_1.3.2 Enjoy! --John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-de

[jquery-dev] jQuery function to generate selection path from container

2009-02-20 Thread Strykker
It would be nice to have a function in the code to generate a 'query' selector path to any element from any containing element. Sort of like a jQuery equivalent of an xpath. I just put together the following as an example of what it might look like (can probably be made more efficient .. and I'm n

[jquery-dev] jQuery 1.3.2 Alpha Ready

2009-02-16 Thread John Resig
Hey Everyone - Just finished up the last ticket for 1.3.2 and wanted to throw a copy out for people to try: http://code.jquery.com/nightlies/jquery-2009-02-16.js Please let me know if anything is breaking from 1.3.1 -> 1.3.2. There were some logic changes - specifically with cloning in IE (lots

[jquery-dev] jQuery problem with "margin-left"

2009-02-15 Thread weepy
Hi I'm finding that animating an element with {"margin-left": 100} doesn't work however setting with .css works fine as does animating with { marginLeft: 100 } Is this a bug ? (On 1.3.1) --~--~-~--~~~---~--~~ You received this message because you are subscri

[jquery-dev] jQuery Rocks!

2009-02-14 Thread Jasson Cascante
jQuery Rocks! http://www.filamentgroup.com/examples/peeps/ LOL -Yëco -- Jasson Cascante Senior Interactive Engineer, Interactive Engineering Roundbox Global : enterprise : technology : genius -- Avenida 11 y Calle 7-9, Barrio

[jquery-dev] jquery not working in mozilla

2009-02-06 Thread su-man
i was trying to use this code http://www.w3.org/TR/html4/loose.dtd";> http://code.jquery.com/jquery-latest.js";> jQuery.each(jQuery.browser, function(i, val) { if(i=="mozilla" ) alert("Do stuff for firefox 3") }); p { color:green; font-weight:bolder; margin:3px 0 0 10px

[jquery-dev] jquery 1.2.6 focus problem?

2009-01-26 Thread chris robinson
Hey all, Our project is using 1.2.6, but we seem to have an issue with calling: $('#some-textbox-id').focus(); The element focuses properly, but it seems like the next time you press the tab key the focus completely disappears and you have to hit it several times to get it back into the flow of

[jquery-dev] JQuery

2009-01-23 Thread Munish Joshi
My template JSP has the following JQuery code in head secion jQuery(document).ready(function($) { // bind form using ajaxForm $('.queueForms').ajaxForm(); }); My calling

  1   2   >