Re: [jQuery] Test

2007-03-17 Thread Christopher Jordan
I got this post just fine! :o) Chris Daemach2 wrote: > Disregard, please. I'm having some posting/account issues ;) > -- http://cjordan.info ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Test

2007-03-17 Thread Daemach2
Disregard, please. I'm having some posting/account issues ;) -- View this message in context: http://www.nabble.com/Test-tf3420133.html#a9532281 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http:

Re: [jQuery] Test

2007-03-15 Thread Klaus Hartl
Daemach schrieb: > Disregard this, please. $('*').not(this).read(); -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Test

2007-03-15 Thread Daemach
Disregard this, please. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Test

2007-03-15 Thread Sam Collett
On 15/03/07, Rey Bango <[EMAIL PROTECTED]> wrote: > Test > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > $("subject:Test").reply("Another test?"); ___ jQuery mailing list disc

[jQuery] Test

2007-03-15 Thread Rey Bango
Test ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Test

2007-02-20 Thread Sam Collett
$("discussion").find("subject:Test").lol(); On 20/02/07, Rey Bango <[EMAIL PROTECTED]> wrote: > haha! That made me laugh. hehehe > > Rey > > Kenneth wrote: > > I believe it's supposed to be: > > > > $(this).test(); > > > > On 2/19/07, *Rey Bango* <[EMAIL PROTECTED] > > >

Re: [jQuery] Test

2007-02-20 Thread Rey Bango
haha! That made me laugh. hehehe Rey Kenneth wrote: > I believe it's supposed to be: > > $(this).test(); > > On 2/19/07, *Rey Bango* <[EMAIL PROTECTED] > > wrote: > > test email > > ___ > jQuery mailing list >

Re: [jQuery] Test

2007-02-20 Thread Kenneth
I believe it's supposed to be: $(this).test(); On 2/19/07, Rey Bango <[EMAIL PROTECTED]> wrote: test email ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ ___ jQuery mailing list dis

Re: [jQuery] Test

2007-02-19 Thread fatjoez
lol random -- View this message in context: http://www.nabble.com/Test-tf3257066.html#a9055778 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Test

2007-02-19 Thread John Resig
test response On 2/20/07, Rey Bango <[EMAIL PROTECTED]> wrote: > test email > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > ___ jQuery mailing list discuss@jquery.com http://j

[jQuery] Test

2007-02-19 Thread Rey Bango
test email ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Test whether element is undergoing animation?

2007-01-20 Thread Jörn Zaefferer
Phillip B Oldham schrieb: > Hi all > > I'm doing a sort of accordion effect on some elements. When one > element is clicked to open (eg, element B), i specify that all other > :visible elements should close before opening the clicked element. > > This works fine, but the animation is re-set if i

Re: [jQuery] Test whether element is undergoing animation?

2007-01-19 Thread James Thomas
Why not use your code to add a css class before animation starts and remove the css class when it stops? Then you can use selectors to select for all that contains the css class. Klaus Hartl wrote: > > Phillip B Oldham wrote: >> Hi all >> >> I'm doing a sort of accordion effect on some element

Re: [jQuery] Test whether element is undergoing animation?

2007-01-19 Thread Klaus Hartl
Phillip B Oldham wrote: > Hi all > > I'm doing a sort of accordion effect on some elements. When one element > is clicked to open (eg, element B), i specify that all other :visible > elements should close before opening the clicked element. > > This works fine, but the animation is re-set if i

[jQuery] Test whether element is undergoing animation?

2007-01-19 Thread Phillip B Oldham
Hi all I'm doing a sort of accordion effect on some elements. When one element is clicked to open (eg, element B), i specify that all other :visible elements should close before opening the clicked element. This works fine, but the animation is re-set if i re-click element B before the other

Re: [jQuery] Test suite failures

2006-10-22 Thread Dave Methvin
> Are you running this on a local machine? I had a similar problem too > until I realized that the test suite refers to PHP files and such that > can only be run on a web server. That's something that needs to be > kept in mind when running them. Okay, that's good to know. I did check the befor

Re: [jQuery] Test suite failures

2006-10-21 Thread Brandon Aaron
It also crashes Safari 2.0.4 everytime I try to run it on my powerbook. -- Brandon Aaron On 10/20/06, John Resig <[EMAIL PROTECTED]> wrote: > Karl - > > I think we all have the same problem with Safari, it's totally > bizarre. Every once-in-a-while I can get it to run, and when it does, > it show

Re: [jQuery] Test suite failures

2006-10-20 Thread John Resig
Karl - I think we all have the same problem with Safari, it's totally bizarre. Every once-in-a-while I can get it to run, and when it does, it shows no errors. It's so strange though - it makes everyone's Safari crash so reliably. --John On 10/21/06, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Ok

Re: [jQuery] Test suite failures

2006-10-20 Thread Karl Swedberg
Ok, this is weird. When I ran the test suite in Firefox 1.5, I got: Tests completed in 11578 milliseconds. 0 tests of 242 failed. Then I ran it in Safari 2.0.4, and Safari crashed. Tried it three times, got the same result. Has anyone else had this problem with running the tests on Safari? Cou

Re: [jQuery] Test suite failures

2006-10-20 Thread Karl Swedberg
On Oct 20, 2006, at 7:31 PM, John Resig wrote: > Are you running this on a local machine? I had a similar problem too > until I realized that the test suite refers to PHP files and such that > can only be run on a web server. That's something that needs to be > kept in mind when running them. > >

Re: [jQuery] Test suite failures

2006-10-20 Thread John Resig
Dave - Are you running this on a local machine? I had a similar problem too until I realized that the test suite refers to PHP files and such that can only be run on a web server. That's something that needs to be kept in mind when running them. --John On 10/20/06, Dave Methvin <[EMAIL PROTECTED

Re: [jQuery] Test suite failures

2006-10-20 Thread Jörn Zaefferer
Dave Methvin schrieb: > I finally got around to setting up a build environment here. With revision > 453 I am seeing errors in $.find (sibling axis tests) and several of the > ajax functions. Ideas? > Those weird errors seem to be related to a change to attr. It seems to occur when using getAtt

[jQuery] Test suite failures

2006-10-20 Thread Dave Methvin
I finally got around to setting up a build environment here. With revision 453 I am seeing errors in $.find (sibling axis tests) and several of the ajax functions. Ideas? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Test suite refactoring

2006-09-17 Thread Jörn Zaefferer
John Resig schrieb: > I suspect that we could probably even optomize the tests further, by > including all the tests directly in the HTML file itself (or even > running the tests using an XSLT file). But that's for another day - > and this is more than fine for now. > For now, right. The problem

Re: [jQuery] Test suite refactoring

2006-09-16 Thread John Resig
Great work Jörn, I see the eventTesting bug - related to .load(Function). I'll add that to the pile :-) Thanks. I suspect that we could probably even optomize the tests further, by including all the tests directly in the HTML file itself (or even running the tests using an XSLT file). But that's

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Jörn Zaefferer
Stefan Petre schrieb: > 15 wrap(String) (1, 2, 3) > 3 Died on test #3: [Exception... "Node cannot be inserted at the > specified point in the hierarchy" code: "3" nsresult: "0x80530003 > (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: > "http://joern.jquery.com/dist/jquery.js Line: 626"] > > 34

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Jörn Zaefferer
Patrick Hall schrieb: > Hi, > > Not sure if this is related to your refactoring but there's a missing > backslash on the end of line 13 in the Makefile: > > 12 ${SRC_DIR}/fx/*\ > 13 ${SRC_DIR}/ajax/* ← right there > 14 ${SRC_DIR}/outro.js\ > Yes, that was r

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Patrick Hall
Hi, Not sure if this is related to your refactoring but there's a missing backslash on the end of line 13 in the Makefile: 12 ${SRC_DIR}/fx/*\ 13 ${SRC_DIR}/ajax/* ← right there 14 ${SRC_DIR}/outro.js\ Also, I can't seem to get the tests to run. After the p

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Dan Atkinson
FYI: Tests completed in 6281 milliseconds. - Much faster!!! 6 tests of 188 failed. Win XP SP2 FF 1.5.0.7: 15.3: Died on test #3: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Stefan Petre
Jörn Zaefferer wrote: Forgot to post a link: http://joern.jquery.com/test/ Check it out :-) -- Jörn ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ Win XP SP2 IE 6 15 wrap(String) (1, 2, 3) 3 Died on test #3: [Exceptio

Re: [jQuery] Test suite refactoring

2006-09-16 Thread Jörn Zaefferer
Forgot to post a link: http://joern.jquery.com/test/ Check it out :-) -- Jörn ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] Test suite refactoring

2006-09-16 Thread Jörn Zaefferer
Hi folks, just commited a big refactoring to the test suite. All tests are now compiled to one file. The testsuite should therefore run up to three times faster. For anyone building jQuery via the Makefile: Please check if it works as expected, I currently can't test it here. I'm thinking about

Re: [jQuery] Test Suit Update

2006-09-05 Thread Larry Garfield
I know Konquer isn't a supported browser, but it's what I use so here's results from it anyway: 11. tests/011-css.js (1, 0, 1) 15. tests/015-wrap.js (1, 0, 1) 32. tests/032-is.js (1, 21, 22) 34. tests/034-$.find.js (1, 48, 49) 41. tests/041-eventTesting.js (1, 2, 3) Those came back red/failed.

Re: [jQuery] Test Suit Update

2006-09-05 Thread Andy Matthews
(0, 2, 2) Check for modified value of input element Check for modified (via val(String)) value of input element tests/037-html.js (0, 1, 1) Set HTML tests/038-show.js (0, 1, 1) Show tests/039-addClass.js (0, 1, 1) Add Class tests/040-removeClass.js (0, 1, 1) Remove Class tests/041-eventTesting.js (

Re: [jQuery] Test Suit Update

2006-09-05 Thread Yehuda Katz
Test 11 stops the Test Suite in safari. In FF, tests 15 and 41-3 fail. Same with IE (which also has a serious slowdown on test 33).-- YehudaOn 9/5/06, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:Hi folks, there are now much more test cases in the jQuery code, together withsome changes to the test sui

[jQuery] Test Suit Update

2006-09-05 Thread Jörn Zaefferer
Hi folks, there are now much more test cases in the jQuery code, together with some changes to the test suit itself. The difficulty of writing tests: The test code itself is error prone, too.Please have a look at this preview ( http://joern.jquery.com/test/ ) and check it with different browse