#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
|
|
@ -2,7 +2,23 @@ $(function () {
|
|||
// $('.selectpicker').selectpicker();
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$('.bootstrap-maxlength').each(function() {
|
||||
$(this).maxlength({
|
||||
warningClass: 'badge badge-success',
|
||||
limitReachedClass: 'badge badge-danger',
|
||||
separator: ' / ',
|
||||
preText: ' ',
|
||||
postText: ' Zeichen',
|
||||
validate: true,
|
||||
placement: 'top',
|
||||
threshold: +this.getAttribute('maxlength')
|
||||
});
|
||||
});
|
||||
});
|
||||
$(function() {
|
||||
autosize($('.text-autosize'));
|
||||
});
|
||||
|
||||
function update_modal_data_load(e, $ele) {
|
||||
var ele = $ele,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue