Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
Smuggler's comments
login
Smuggler
on Aug 19, 2010
|
parent
|
context
|
next
[–]
| on:
Don’t let jQuery’s $(document).ready() slow you do...
This is my preferred pattern:
jQuery(function($){
});
It would avoid noConflict type problems.
Smuggler
on April 24, 2010
|
parent
|
context
|
prev
[–]
| on:
Ask HN: What is your favorite Javascript UI framew...
The YUI3 based Alloy UI looks awesome:
http://alloy.liferay.com/demos.php
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
jQuery(function($){
});
It would avoid noConflict type problems.