Ticket #5511 (closed bug: fixed)
Demos: Don't filter source, display it all
| Reported by: | joern.zaefferer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.9.0 |
| Component: | [meta] ui.demos | Version: | 1.8 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by joern.zaefferer) (diff)
The View Source filter is broken anyway, see http://jqueryui.com/demos/autocomplete/#combobox
But more important, not showing the required CSS and JS dependencies is really backwards, see http://www.coldfusionjedi.com/index.cfm/2010/4/12/Playing-with-jQuery-UIs-Autocomplete-Control
The only thing I'll point out is - and this bugs me about all the jQuery UI demos, I'm going to show you the full source behind the code. It really bugs me that their View Source content never shows the included JavaScript and CSS commands. Yes, it is implied, but I know I had a hard time with this when I first began to use jQuery UI. When it comes to docs, I think it's always safe to assume less.
The filtered "overhead" is just about 10 lines anyway.
For this to be feasible, all resources must point at the CDN files.

