# selectAjax **Repository Path**: flash1989/selectAjax ## Basic Information - **Project Name**: selectAjax - **Description**: layui插件,异步获取单选下拉,支持初始化回显 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-06-24 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selectAjax #### 介绍 1. 采用layui插件规范 2. layui插件,异步获取单选下拉,支持初始化回显 #### 安装教程 1. 引入插件 2. 初始化 #### 使用说明 1. ``` javascript layui.extend({ selectAjax:'./js/selectAjax' }) layui.use(['form', 'selectAjax'],function(){ layui.selectAjax.render({ elem:"#select1", url:'./js/demo3.json', value:"130000", }) }) ```