search for: tab_content

Displaying 2 results from an estimated 2 matches for "tab_content".

2011 Oct 29
1
Refresh tab content on click in JQuery UI Tabs
...ke that* <ul class="tabs"> <li><a *href="#tab1"*>Gallery</a></li> <li><a *href="#tab2"*>Submit</a></li> </ul> <div class="tab_container"> <div *id="tab1"* class="tab_content"> <!--Content--> </div> <div *id="tab2"* class="tab_content"> <!--Content--> </div> </div> +++++++++++++ Pravin Mishra -- You received this message because you are subscribed to the Google Groups "Rub...
2007 May 31
0
VGAM package
Hi, R-users Could someone help me to understand this following error. I'm using vglm function in VGAM package Best regards and thank you for your ehlp ######## mydata <- read.table("Data2_overruns.csv", sep =";", header = T, row.names=NULL) > attach(mydata) > > y <- mydata$cat.event > phase.vol <-mydata$phase.vol > pilote <- mydata$pilote