Documentation Update
Documentation Update
Please vote to include in documentation in all functions the return value
Just a small line:
function ... bla bla
returns : jQuery object, or previous values
There is no reason for manu functions like width
when setting a value actual = $(target).width(500);
the same for many other functions
Or is somewhere any information about the return values?
Thanks