1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Introduzione select-options per select delle Sedi

This commit is contained in:
Thomas Zilio
2020-07-31 14:25:50 +02:00
parent 00878b0d33
commit f47c1ed25f
60 changed files with 409 additions and 452 deletions

View File

@@ -37,8 +37,8 @@ if (isset($id_record)) {
</form>
<script>
$(document).ready( function(){
$('.colorpicker').colorpicker().on('changeColor', function(){
$(document).ready( function() {
$('.colorpicker').colorpicker().on('changeColor', function() {
$('#modals > div #colore_').parent().find('.square').css('background', $('#modals > div #colore_').val());
});

View File

@@ -34,8 +34,8 @@ include_once __DIR__.'/../../core.php';
</form>
<script>
$(document).ready( function(){
$('.colorpicker').colorpicker().on('changeColor', function(){
$(document).ready( function() {
$('.colorpicker').colorpicker().on('changeColor', function() {
$('#colore').parent().find('.square').css( 'background', $('#colore').val() );
});