Documentation update
Documentation update
Hi team,
There is something unsupportable as a developper : a wrong
documentation. And I have to say that with Jquery UI : there's always
something wrong !
First of all, when a plugin from outside is integrated to UI, all the
methods changes ... great deal :( I have used tabs, resizable,
draggable, and some others for a production website and I am trying to
upgrade to UI 1.5b2...
And sometimes in a very strange way :
* To disable a tab in Tabs 1 : .tabs('disable', n)
* To disable a tab in Tabs 2 : .disableTab(n+1)
* To disable a tab in Tabs UI (Tabs 3) : .tabs('disable', n)
Ok ... I would have understood with a good documentation, but then,
for example, I try to use "select" options for tabs UI as described :
it simply doesn't work. Some bug I guess ... but it appears to work on
the author websites ! After some source check, the script has changed
in trunk since the release of b2 but already described as working in
docs ...
If there is a lag between release and docs (or, in this case, between
doc & release), it's just impossible to follow.
How could we improve it ?