mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 10:43:44 +02:00
Merge jQuery ready functions
This commit is contained in:
parent
8edaa9aa81
commit
d3545fc397
1 changed files with 0 additions and 6 deletions
|
@ -11,15 +11,9 @@ block net_content
|
||||||
$('.authCheck').on('click', function() {
|
$('.authCheck').on('click', function() {
|
||||||
$.post('', {'id': this.value, 'auth': this.checked});
|
$.post('', {'id': this.value, 'auth': this.checked});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
$(function() {
|
|
||||||
$('.bridgeCheck').on('click', function() {
|
$('.bridgeCheck').on('click', function() {
|
||||||
$.post('', {'id': this.value, 'activeBridge': this.checked});
|
$.post('', {'id': this.value, 'activeBridge': this.checked});
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
$(function() {
|
|
||||||
$('.text').on('change', function() {
|
$('.text').on('change', function() {
|
||||||
$.post('', {'id': this.name, 'name': this.value});
|
$.post('', {'id': this.name, 'name': this.value});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue