Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap-multiselect
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
Administrator
bootstrap-multiselect
Commits
5d91b673
Commit
5d91b673
authored
Apr 01, 2014
by
David Stutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated enable, disable demo.
parent
f7cbd26c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
index-2-3.html
index-2-3.html
+2
-0
index.html
index.html
+8
-0
No files found.
index-2-3.html
View file @
5d91b673
...
...
@@ -1290,6 +1290,7 @@ $("#multiselect").multiselect('dataprovider', data);
<option
value=
"pepperoni"
>
Pepperoni
</option>
<option
value=
"onions"
>
Onions
</option>
</select>
<button
id=
"example35-enable"
class=
"btn btn-default"
>
Enable
</button>
<button
id=
"example35-disable"
class=
"btn btn-default"
>
Disable
</button>
</div>
</td>
...
...
@@ -1312,6 +1313,7 @@ $("#multiselect").multiselect('dataprovider', data);
<option
value=
"onions"
>
Onions
</option>
</select>
<button
id=
"example36-enable"
class=
"btn btn-default"
>
Enable
</button>
<button
id=
"example36-disable"
class=
"btn btn-default"
>
Disable
</button>
</div>
</td>
</tr>
...
...
index.html
View file @
5d91b673
...
...
@@ -1186,6 +1186,9 @@ templates: {
});
$
(
'
#example35
'
).
multiselect
();
$
(
'
#example35-enable
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#example35
'
).
multiselect
(
'
enable
'
);
});
$
(
'
#example35-disable
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#example35
'
).
multiselect
(
'
disable
'
);
});
...
...
@@ -1193,6 +1196,9 @@ templates: {
$
(
'
#example36
'
).
multiselect
();
$
(
'
#example36-enable
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#example36
'
).
multiselect
(
'
enable
'
);
});
$
(
'
#example36-disable
'
).
on
(
'
click
'
,
function
()
{
$
(
'
#example36
'
).
multiselect
(
'
disable
'
);
});
});
</script>
...
...
@@ -1350,6 +1356,7 @@ $("#multiselect").multiselect('dataprovider', data);
<option
value=
"pepperoni"
>
Pepperoni
</option>
<option
value=
"onions"
>
Onions
</option>
</select>
<button
id=
"example35-enable"
class=
"btn btn-default"
>
Enable
</button>
<button
id=
"example35-disable"
class=
"btn btn-default"
>
Disable
</button>
</div>
</td>
...
...
@@ -1372,6 +1379,7 @@ $("#multiselect").multiselect('dataprovider', data);
<option
value=
"onions"
>
Onions
</option>
</select>
<button
id=
"example36-enable"
class=
"btn btn-default"
>
Enable
</button>
<button
id=
"example36-disable"
class=
"btn btn-default"
>
Disable
</button>
</div>
</td>
</tr>
...
...
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