tinyxml最新开源代码! TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XM
部分代码如下: $(document).ready(function(){ /* This code is executed after the DOM has been completely loaded */ var totWidth=0; var positions = new Array(); $('#slides .slide').each(function(i){ /* Traverse through all the slides and store their accumula
The Ajax Document viewer module allows to provide a document viewer for the uploaded documents in the drupal.To view the document, the user no need to download the document into his machine.Using ajax document viewer the documents of type pdf, doc,
SimpleQTP is an open source automation framework designed based on QTP. It is intended to make it easier to create a common platform to the automation engineer doing their job. SimpleQTP can help maximize reusability of automation components and to
This plugin allows you to create a web page with multiple fixed panels that unroll with an amusing effect. Exactly like a curtain rises. To navigate, you can use your keyboard instead the scrollbar or your mousewheel to navigate into the document. Bu
Midnight.js 可以让你随时切换固定的页面头部。
使用比较简单:
[removed][removed]
[removed]
// Start midnight
$(document).ready(function(){
// Change this to the correct selector for your nav.
$('nav.fixed').midnight();
});
[removed]