It looks like you omitted the $ operator on the 2nd line down in the tabs block of code. This would definitely be an error.
It looks like you omitted the $ operator on the 2nd line down in the tabs block of code. This would definitely be an error. ('#tabs div:first').show(); should be $('#tabs div:first').show().
1 $ is now an operator, actually it's a function . ___. – M28 May 27 '10 at 20:55 Yes your right, I should have said function.
:) – dalton May 27 '10 at 20:59 sorry for the mistake . The $ exits in ma code . I had missed it while copying it .
– pradeep May 28 '10 at 4:49 I noted that $('#tabs div').hide(); is hiding the stars also.. how do I prevent it from hiding it. – pradeep May 28 '10 at 9:20.