donglun7151 2016-05-10 11:53
浏览 6

使用php self时选项卡问题

i have problem with jquery ui tabs. When I pass my form data within tab 2 or any tab k to $_SERVER["PHP_SELF"] i got redirected to tab 1.

I tried:

if ($_SERVER["REQUEST_METHOD"] == "POST") {     
.
.
echo '<script>$( "#tabs" ).tabs( "option", "active", 2 );</script>';
.
.
}

but it doesnt work.

I tried some other solutions but they dont work either.

I bet it is some trivial thing but cant figure it out.

I would appreciate if someone could help.

Cheers, S

  • 写回答

0条回答 默认 最新

    报告相同问题?