[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

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/

Re: [jQuery] Test

2007-03-16 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 Rey Bango
Test ___ 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

[jQuery] Test

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

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

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] mailto:[EMAIL PROTECTED] wrote: test email ___ jQuery mailing list

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] mailto:[EMAIL PROTECTED] wrote: test email

[jQuery] Test

2007-02-19 Thread Rey Bango
test email ___ 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

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 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

[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

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

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 shows no

[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 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

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

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 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?

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 is:

[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

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/

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:

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 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

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 related

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 $.find() (2,

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

[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

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.