Use JQuery to create a ppt online and demonstrate the special effects of source code online.

Source: Internet
Author: User

Use JQuery to create a ppt online and demonstrate the special effects of source code online.

Not to mention, I 'd like to give it to you first:

Download Online Preview source code

The following is the html code for jq online ppt creation:

<div id="topbar" class="navbar navbar-fixed-top">  <div class="navbar-inner">  <a class="brand" href="#">H5Slides</a>  <ul class="nav" id="title-label-wrapper" data-bind="visible: !editingTitle()">   <li><a href="#" id="label-title" data-bind="text: titleDisplay, click: editTitle"></a></li>  </ul>  <form class="navbar-form pull-left" id="title-editor-wrapper" data-bind="visible: editingTitle" onsubmit="return false;">   <input type="text" class="span2" id="input-title" placeholder="Input Title here..." data-bind="value: title, hasfocus: editingTitle">  </form>  <ul class="nav pull-right">   <li><a href="#theme-manager" data-toggle="modal"><i class="icon-briefcase"></i> Themes</a></li>   <li><a href="#reset-confirm" data-toggle="modal"><i class="icon-repeat"></i> Reset</a></li>   <li>   <a href="#" class="dropdown-toggle" data-toggle="dropdown">    <i class="icon-play"></i> Preview <b class="caret"></b>   </a>   <ul class="dropdown-menu pull-right">    <li><a href="#" id="preview-btn">From start</a></li>    <li><a href="#" id="preview-current-btn">From current page</a></li>   </ul>   </li>   <!-- <li><a href="#" id="publish-btn"><i class="icon-ok"></i> Publish</a></li> -->   <!-- <li><a href="#" id="remove-btn"><i class="icon-remove"></i> Remove</a></li> -->  </ul>  </div> </div>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.