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
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
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
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
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
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
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
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
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 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
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
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:
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
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
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
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
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?
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/
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
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
Here is my jascritpt code
//
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
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
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
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
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
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 = $(
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
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/
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
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,
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
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
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
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
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
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
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
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
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
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.
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
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
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
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.
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
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
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
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
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
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
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 *
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
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:
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
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
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=
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
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
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
@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
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
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
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
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
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
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
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
[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:
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
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(
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
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
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
--~--~---
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,
(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]
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
My template JSP has the following JQuery code in head secion
jQuery(document).ready(function($) {
// bind form using ajaxForm
$('.queueForms').ajaxForm();
});
My calling
1 - 100 of 137 matches
Mail list logo