-
How to show tabs with JQuery
Question: How to show tabs with JQuery?
Answer: you can use following steps for this:
Step 1: Create a UL LI based tabs listing Step 2: Create Div based HTML for each tab. Step 3: Assign 1 class to all divs and unique Ids to each div. Step 4: Write CSS for tabs and divs Step 5: Write JQuery code for manipulation Example:HTML
Contents for tab 1.
Contents for tab 2.
Contents for tab 3.
CSS
-
One thought on “How to show tabs with JQuery”
Leave a Reply
Hi, I am using ajax with wordpress for first time. I have a jquery ui tabs, in each tabs i will show differents types of post so i have to run a query_post via ajax. But the functions are shown undefined.