JavaScriptプログラムに関する各種メモ書き

JavaScriptの便利なライブラリ

● 画像ギャラリー , 画像ビューワー , 画像拡大

https://photoswipe.com/

https://fancyapps.com/fancybox/3/
商用利用は有料($29)です。

● スクロールすると表示やアニメーション

lax.js

https://github.com/alexfoxy/lax.js?ref=producthunt

scrollreveal (商用は有料)

https://github.com/jlmakes/scrollreveal

● カレンダー

https://fullcalendar.io/

● エクセルのような表

https://handsontable.com/

● moment

https://github.com/moment/moment
日付・時刻・時間計算

● Mikhus/domurl ( url.min.js )

https://github.com/Mikhus/domurl
URL

● Underscore.js

https://underscorejs.org/
便利関数集

● HTMLリストを検索、ソートする ( list.js )

https://listjs.com/ すでにあるテーブルを検索、ソートしたい時に便利です。

● グラフ、チャート

APEXCHARTS
https://apexcharts.com/javascript-chart-demos/column-charts/

Chartjs
https://www.chartjs.org/

● 画面上部に通知を出す

https://github.com/jaredreich/notie

● 高機能ドロップダウンリスト

Select2

https://select2.org/

Select2 Tips

https://bit.ly/39ZMPuN

select2-dependent-cascading-select-list

http://ajaxray.com/blog/select2-dependent-cascading-select-list-reload/

Selectize ( jQuery )

https://github.com/selectize/selectize.js
タグ入力もできます。

<script src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/js/standalone/selectize.js" crossorigin="anonymous"></script>
<script>$('#myselect').selectize();</script>

ui5-webcomponents

https://sap.github.io/ui5-webcomponents/playground/components/ComboBox/

Selectize ( Vue.js )

https://github.com/isneezy/vue-selectize

● 画像に注釈をつける marker.js

https://github.com/ailon/markerjs

● HOWLER.js

https://howlerjs.com/
オーディオ操作

● Socket.IO

https://socket.io/
ソケット

● jPList

https://www.jplist.org/
ソート、ページネーション、フィルタリング

● lightgallery.js

https://sachinchoolur.github.io/lightgallery.js/
画像ギャラリー

● JavaScriptでグラフを書くならこれ

https://apexcharts.com/

● ダイアログ(リサイズ、ドラッグ、スナップ、など)

https://interactjs.io/
https://daybrush.com/moveable/
https://www.cssscript.com/resizable-draggable-dialog/
https://jspanel.de/index.html

● 画像拡大

https://imgix.github.io/luminous/

# ● 画像スライダー https://haniwaman.com/swiper/#i-9

● JavaScript ライブラリ検索サイト

http://searchlibs.com/
http://microjs.com/

● ES Module 検索

https://www.pika.dev/

● jQuery ライブラリ検索サイト

https://www.jqueryscript.net/

No.1505
03/07 10:06

edit