Welcome Guest, Not a member yet? Register   Sign In
jQuery UI Ajax tabs problem
#3

[eluser]blorriman[/eluser]
Thanks Leonard,
Here is the javascript

Code:
$(function(){
        $("#tabs").tabs({
            ajaxOptions: {
                error: function(xhr, status, index, anchor) {
                    $(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible. If this wouldn't be a demo.");
                }
            }
        });
    });


Messages In This Thread
jQuery UI Ajax tabs problem - by El Forum - 08-31-2010, 12:21 PM
jQuery UI Ajax tabs problem - by El Forum - 08-31-2010, 03:47 PM
jQuery UI Ajax tabs problem - by El Forum - 08-31-2010, 04:07 PM
jQuery UI Ajax tabs problem - by El Forum - 08-31-2010, 04:44 PM
jQuery UI Ajax tabs problem - by El Forum - 08-31-2010, 07:36 PM
jQuery UI Ajax tabs problem - by El Forum - 09-01-2010, 12:03 AM
jQuery UI Ajax tabs problem - by El Forum - 09-01-2010, 03:46 PM
jQuery UI Ajax tabs problem - by El Forum - 09-01-2010, 06:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB