# zzSelection **Repository Path**: mirrors_ashqal/zzSelection ## Basic Information - **Project Name**: zzSelection - **Description**: a jquery based select. use it as native html select. you can change it by modifying the css file. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README zzSelection =========== a jquery based select. use it as native html select. you can change it by modifying the css file. # HOW TO USE IT? * head import jquery-1.8.2.min.js * head import jquery.timers.min.js * head import zzSelection/js/zzSelection.js * head import zzSelection/css/zzSelection.css * set the select class = "zzSelection" * enjoy it as native html select! # SCREENSHOT ![screenshot](https://raw.github.com/ashqal/zzSelection/master/screenshot.png) # HOW DOES IT WORK? * select all "select" which's class equals to "zzSelection". * wrap a div outside of the "select". * hide the real "select". * insert a ol filled with the select's data. * map the changes to real select.