See http://jqueryui.com/demos/tabs/#option-disabled

This will disable the second and third tabs.

$('.selector').tabs('option', 'disabled', [1, 2]);

Thereafter, this enables them all:

$('.selector').tabs('option', 'disabled', []);

**--**  Steve


On Jan 8, 5:38 am, URBY <grungemin...@googlemail.com> wrote:
> Hi i was wondering if it would be possible to lock until a user hits a
> button.
>
> For example an Admin is adding someone to a database- the Admin is on
> the add user tab but after enacting this add process(by input) they
> cannot leave this tab until either cancelled or accomplished (both
> done by a user input button). so again would it be possible to Lock
> out other mobility to tabs locking on just one?
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to