I want to know when jqueryUI is loading on the page for split second of time the page shows the actual html controls..like for example a page on which i have used jquery ui tabs, when page is loading it show ul li contents till the file is loaded.. any way we can avoid this??
What i am trying to do here is .. on click of left side of menu categories.. i want to show only those categories in menu... below is how my menu is structured...
I want to hide all other categories and their menu items and only show the one selected from left side list... i have created this type of table structure because i have to add the menu details to the order cart...
Hi again... i want to display data similar as below screen shot... where left side show cusines...and in right side it shows all menu items.... what control or html tag should i use to show the menu items so that the data could be displayed as quickly as possible also when we click left side cusines the menu items gets sorted accordingly...