end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2010-10-01から1ヶ月間の記事一覧

jqueryでtableの行をreverseしたり、hide or show したり

次のように書けば、tableのtrの表示順や、表示/非表示を変更できるみたい。 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <style> table { border-collapse: collapse;} td { border: 1px solid #000000;} </style> </head> <body> </body></html>

DLLを探して、ダウンロードするなら、www.dll-files.com

http://www.dll-files.com/ では、様々なDLLファイルを検索して、downloadできるらしい。 いつか利用させていただくことがあるかも。