jQuery css set width
JavaScript performance comparison
Info
set single css attribute vs set multiple css attributes by passing an object
EDIT:caching the jquery selector in setup.
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
</script>
<div id="container">
</div>
<script>
Benchmark.prototype.setup = function() {
var container = $("#container");
};
</script>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
Single CSS attribute |
|
pending… |
Multiple css attributes |
|
pending… |
Width/height function |
|
pending… |
Compare results of other browsers
Revisions
You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:
- Revision 1: published by snowk
- Revision 2: published
0 comments