Posts by Jefferson Meireles • 43 points
12 posts
-
0
votes0
answers37
viewsQ: How to create a field in the Fullcalendar Eventclick coordinates
To create an editable field in the eventclick coordinates [JS] $('#calendariousuariodia').fullCalendar({ header: { right: 'month,agendaDay' }, defaultView: 'agendaDay', allDay: true, selectable:…
-
-1
votes1
answer116
viewsQ: Send notification to online users within the system
How do I make my system after sending a registration to the bd, users who are online receive by notification such action. Example: User(a), added a client in a queue, at that time the system records…
-
1
votes2
answers287
viewsA: Upload with json+Modal+Javascript
I managed to solve it this way. PHP: <?php include("../includes/config.php"); if($_POST){ //variaveis $id = $_POST['idclienteimg']; $acao = $_POST['acao']; $file = $_FILES['fileI']; $numFile =…
-
0
votes2
answers287
viewsQ: Upload with json+Modal+Javascript
Good evening, I need a help, I am uploading multiple files in a modal, but the return of php does not occur as expected. Calling to MODAL: $('button.btnaddimg').on('click', function (e) {…
-
1
votes1
answer63
viewsQ: Selected Combox na javascript
Good evening guys, I need a little help, it’s simple but I’m in a jam. I have this combo inside a MODAL, it occurs that the fields of this modal I populate everything by javascript/Json searching…
-
0
votes1
answer182
viewsA: Return to same page after crud of a modal
follows solution: $('#TabEvolucao').DataTable().ajax.reload(); How did my code turn out: $('#btnaddEVO').click(function () { var id = $('#modalADDEVO').data('id'); var adddataevolucao =…
-
0
votes2
answers893
viewsA: Modal Bootstrap for changing records
I did so, I hope it helps. List contents of a table. HTML <table id="TabEvolucao" class="table table-hover" cellspacing="0" width="100%"> <thead> <tr > <th>#</th>…
-
0
votes1
answer182
viewsQ: Return to same page after crud of a modal
I have a page with a datatables, in the event select of this table open a modal passing the id of the selected record to modal, in the modal I delete this record, soon after I close the modal and…
-
0
votes3
answers2963
viewsQ: Problem for popular Datatable?
I can’t find the error, simply do not populate the table: ERROR Datatables Warning: table id=Tabevolucao - Invalid JSON Response. For more information about this error, Please see…
-
1
votes1
answer46
viewsQ: upload Mutiplos files
How do I get the files on AJAX? That’s the AJAX that is working, however I am not passing as date the files, I’m taking the PHP $('#btnenviarpdf').click(function () { var id =…
-
0
votes2
answers34
viewsQ: force an event from a button after deleting registration via modal
I want to force a click on the panel after deleting a record via modal. [![Panel description][1][1] I need that right after deleting the file, it forces the panel button.…
-
0
votes0
answers65
viewsQ: jquery does not work
/* EXCLUIR ARQUIVOS DA GALARIA */ $(document).ready(function() { /* EXCLUI ARQUIVOS DA GALERIA IMG E PDF */ $( "#btnexcluipdf" ).bind( "click", function() { var vID = $('#idarquivopdf').val();…
jqueryasked Jefferson Meireles 43