Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iwl-live
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony.Suerte
iwl-live
Commits
b4d99380
Commit
b4d99380
authored
Jun 25, 2021
by
Anthony.Suerte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCD Solution [UI-Bind-APN JS]
parent
71e69d96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
ui-choose-bind-APN.js
js/ui-choose-bind-APN.js
+11
-0
No files found.
js/ui-choose-bind-APN.js
0 → 100644
View file @
b4d99380
// 将所有.ui-choose实例化
$
(
'
.ui-choose
'
).
ui_choose
();
// uc_01 ul 单选
var
uc_01
=
$
(
'
#uc_01
'
).
data
(
'
ui-choose
'
);
// 取回已实例化的对象
uc_01
.
click
=
function
(
index
,
item
)
{
console
.
log
(
'
click
'
,
index
,
item
.
text
())
}
uc_01
.
change
=
function
(
index
,
item
)
{
console
.
log
(
'
change
'
,
index
,
item
.
text
())
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment