function faq(container, terms, definitions) {
$(container).find(terms).hide().end().find(definitions).click(function() {
$(this).next().slideToggle();
});
};
$(document).ready(function() {
faq('#faq', 'dd', 'dt');
});
資料來源: 派克空間
http://inspire.twgg.org/programming/jquery/item/153-jquery-in-the-end-the-school-or-mootools-a-detailed-comparison-of-the-differences.html#mottos
0 意見 :
張貼留言