I\'m using Bootstrap and the following doesn\'t work:
Blah Blah
-
You can use this bootstrap component:
http://jasny.github.io/bootstrap/javascript/#rowlink
Jasny Bootstrap
The missing components for your favorite front-end framework.
Name Description Actions
Input mask Input masks can be used to force the user to enter data conform a specific format. Action
jasny.net Shared knowledge of Arnold Daniels aka Jasny. Action
Launch modal Toggle a modal via JavaScript by clicking this row. Action
Usage
Via data attributes
Add class .rowlink
and attribute data-link="row"
to a or element. For other options append the name to data-, as in data-target="a.mainlink"
A cell can be excluded by adding the .rowlink-skip
class to the .
Via JavaScript
Call the input mask via javascript:
$('tbody.rowlink').rowlink()
- 热议问题