Adding UL to jQuery UI Tabs

Posted by Dave Kiss on Stack Overflow See other posts from Stack Overflow or by Dave Kiss
Published on 2010-06-11T13:09:44Z Indexed on 2010/06/11 13:12 UTC
Read the original article Hit count: 394

Filed under:
|

It seems like whenever I try to add a UL inside of the containers when using jQuery UI - Tabs, it breaks the javascript. Is there a way I can use a UL inside of these containers that I am missing?

Thanks

   <div id="tabs">
   <div id="fragment-1">
       <h4>Pre-Press Requirements</h4>
       ? SAMPLE of final artwork with noted sizes.

  ? NATIVE FILES & High Resolution PDF preferred. Files must be created or saved to the listed accepted file formats.

  ? FONTS used in files need to be supplied in a separate folder marked "fonts".       
  Please ensure all families (screen & printer) fonts are supplied for the job.

  ? IMAGES must be saved as CMYK and no less than 300dpi. NO RGB FILES! We  
  prefer images to be TIF or EPS formats. If you are submitting artwork for spot 
  color printing vector artwork is preferred. Your images should be supplied in 
  a separate folder marked "links". This will ensure proper reproduction of  
  your artwork.

  ? COLORS need to be clearly specified. Pantone (PMS) colors preferred. Please 
  specify if job is to be printed CMYK, spot color, etc.

  ? BLEEDS should be no less than .25"

  ? PDF's should be High Resolution. Please include any spot colors or CMYK format for full color printing. NO RGB FILES! All bleeds should be included with trim marks. All fonts must be embedded or outlined. No "layered" PDF files.

   </div>
   <div id="fragment-2">

   <p>Our presses are all capable of sizes up to 11" x  17" using spot color or full color.</p>
   </div>
   <div id="fragment-3">
    <p>USA Quickprint has complete in house bindery to finish each job to meet your needs.</p>
  <ul>
   <li>Folding</li>
   <li>Scoring</li>
   <li>Perforation</li>
   <li>Drilling</li>
   <li>Shrink Wrap</li>
   <li>Trimming</li>
   <li>Collating</li>
   <li>Spiral Binding</li>
   <li>GBC Binding</li>
   <li>Padding</li>
   <li>Stapling</li>
   <li>Numbering</li>
   <li>Lamination</li>
  </ul>
   </div>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui