Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Karma/Anti-conventions
(view source)
Revision as of 07:21, 18 January 2010
6 bytes removed
,
07:21, 18 January 2010
→Manually constructing an html sequence rather than passing a string
Line 20:
Line 20:
.text('hello world');
.text('hello world');
−
According to jQuery Cookbook this is much, much faster
+
According to jQuery Cookbook this is much, much faster
<nowiki>
<nowiki>
$parent = $('#someId').append($('<div id="foo" class="foobar baz">Hello World</div>'));
$parent = $('#someId').append($('<div id="foo" class="foobar baz">Hello World</div>'));
</nowiki>
</nowiki>
−
FYI, prefixing cached jQuery reference w/ a "$" is a good practice.
+
FYI, prefixing cached jQuery reference w/ a "$" is a good practice.
−
==Putting style information inline==
==Putting style information inline==
<nowiki>
<nowiki>
BryanWB
359
edits