Umair AshrafWhile working on HTML/jQuery projects, I needed a simple way to create a tree-style dropdown select...
While working on HTML/jQuery projects, I needed a simple way to create a tree-style dropdown select without adding heavy dependencies.
So I built JqTreeSelect — a lightweight jQuery plugin for creating nested tree select inputs.
✨ Features:
🌳 Nested tree dropdown
🔎 Easy selection
⚡ Lightweight
🚀 Simple setup
📦 Works with plain HTML + jQuery
No build tools required
Demo:
https://umairwebdeveloper.github.io/jqTreeSelect/
Example:
Frontend Backend
$("#category").jqTreeSelect();
Just include the script and start using it.
GitHub:
https://github.com/umairwebdeveloper/jqTreeSelect
I would love to get feedback from the developer community:
What features should I add?
Any improvements?
Any bugs you notice?