Applying effects to jquery-ui tabs
Posted
by VikingGoat
on Stack Overflow
See other posts from Stack Overflow
or by VikingGoat
Published on 2010-04-16T17:10:59Z
Indexed on
2010/04/16
17:13 UTC
Read the original article
Hit count: 495
Is it possible to apply an effect to a jquery-ui tab, I haven't seen any examples of it, and I'm fairly sure that if it is possible the following is incorrect:
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
$("#tabs").effect(slide,options,500,callback);
});
</script>
© Stack Overflow or respective owner