Results 1 to 3 of 3

Thread: Nested Tabs: Ajaxtabs or jQueryTabs?

  1. #1
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Nested Tabs: Ajaxtabs or jQueryTabs?

    I am wondering whether I should go with
    - http://www.stilbuero.de/jquery/tabs_3/nested.html
    - or with Ajaxtabs

    I already work with jQuery but don't need jQueryUI. I am looking for a lightweight solution. Does anybody have a suggestion? Thank you!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Lightweight? Go with Ajaxtabs. However, as script libraries go, jQuery is one of, if not the lightest. So a script using jQuery will not be too bloated. If other code on your site already uses the jQuery library, it would already be required, so would be nothing to worry about.

    Also, jQuery may be compressed. Many folks opt for the pack method when doing so. However, there is a degradation in reading the packed file, even though it is usually the smallest in byte size. Using the jsmin method, although not producing the smallest file, is faster because browsers don't have to spend any additional time interpreting the code.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you John! I will use the jQuery tabs although it will be more code (10.2 kb vs. 4kb)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •