corner image corner image
View Single Post
corner image corner image
  #3 (permalink)  
Old 17-05-2008, 09:46
yorkshiresource yorkshiresource is offline
UKSBF Convert
 
Join Date: May 2008
Posts: 11
Thanks: 2
Thanked 7 Times in 3 Posts
Default another option...

I use a modified version of a small js script called mootabs for this type of thing - it will work by either requesting the new content via ajax or modifying the dom. The benefit of the latter is that the whole page content is present in the source on page load (obviously better for your seo)

Apparently I can't post links so you'll have to google mootabs.

It uses the mootools library which provides really powerful tools for acessing and modifying the dom with js and css selectors - I use it all the time.
Reply With Quote
corner image corner image
The Following 5 Users Say Thank You to yorkshiresource For This Useful Post:
Alvin (17-05-2008), Case (17-05-2008), jdpos (17-05-2008), tommy (17-05-2008), UKSBD (17-05-2008)
corner image corner image