Hi
I am new to JQuery and QUnit. I followed the examples and got my first
tests running. I can include other scripts and test those. But how do
I integrate this with existing pages? If e.g. I would like to test if
a certain DOM manipulation worked?
Thanks
Matthias
Is there a way -- I've wracked my brains on this but I'm a jQuery
novice -- to determine what the first letter of a selector is?
For example, if the very first letter of a paragraph is a quote (or a
‘ , or a “ , etc) I would like to apply a negative text-
indent to the found paragraph so as to re
I'm using .data to store some information and occasionally hit a case
where I'll try to do something with the stored data and will get an
error e.g., $("#foo").data("bar") is undefined.
I need to fix my code so that doesn't happen, but would like to know
the best way to test if "bar" has been def
sorry for the test guys!!
Hi,
I was wondering how I could replicate event delegation while testing.
For example:
hello
$('#myDiv').click(function(e) {
$this = $(e.target)
if ( $this.is('scan') )
$this.toggleClass("selectedScan")
});
When I click on the scan in the browser, it works. But if I d
asdsad
tstin123
--
View this message in context:
http://www.nabble.com/testing-tp19776226s27240p19776226.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
How do you guys test jQuery UI components? If you’re reading this,
you’re probably an expert JS developer, so you know how much the state
of JavaScript testing sucks.
Developers generally neglect JS testing because there’s really nothing
out there that let's you simulate user interactions easily
This is just a test... had this been an actual...
... and while we're at it:
Paul Annesley, another avid jQuery user, left an interesting Firefox
extension link in an Ajaxian comment:
http://www.sitepoint.com/dustmeselectors/
Nice one to find unused css selectors.
And being a validation fetishist, I would like to recommend this
http://www.tota
Hi,
two new VPC images for IE6 and IE7 on Win XP SP2 are now available:
http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&DisplayLang=en
With these images you can test web applications in each browser on a
pre-activated XP SP2 virtual machine in your o
Does anyone have a good way of testing jQuery in old versions of
Safari that does not involve installing multiple copies of the Mac OS?
I upgraded a high-traffic site from jQuery 1.1.2 to 1.1.3.1 and tested
the change in the major browsers, including Safari 2.0.4. However,
users of older versions
Hi folks,
Today I have uploaded the latest development version of the jQuery
Maps Plugin (available here:
http://jmaps.googlecode.com/files/jquery.jmaps.development.js or in
the branch of the SVN).
I've started making this plugin more of a maps framework, and have
included support for Yahoo! ma
Testing, please ignore.
Testing...
15 matches
Mail list logo