Questions tagged as 'javascript'

0
answers

Laravel - call ajax to an api

from a blade template I try to make an ajax call to an api the code I have is this @section('custom-js') <script type="text/javascript"> $(document).ready(function(){ alert('test'); $('#edit').on('submit...
asked by 11.07.2018 / 11:36
0
answers

How to add a column to bootstrap table from javascript

I have the following table in the html: <table id="table-labresult" data-toggle="table" data-search="true" data-click-to-select="true" data-paginati...
asked by 11.07.2018 / 14:46
0
answers

Slider on DIV in javascript or css

I would like to know how I could make a slider menu or I do not know how to call it, I searched the internet but I can not find anything because I do not know how to define the truth, I would like to recommend some way of doing it, or some books...
asked by 12.07.2018 / 16:42
0
answers

Problem with imagecreatefromstring from Base64 Php

I have a problem with the imagecreatefromstring function in Php. 1- I have a file input in the front-end (html) of my web page, where the user selects a photo. 2- When the user selects an image, a javascript function executes a routine tha...
asked by 12.07.2018 / 16:43
1
answer

Load Model Variable from JavaScripts

I have a Razor C # View in which I have a button. When I click on the button I capture by means of JS its respective ID, what I want is for that ID obtained, to be loaded in a current Model Attribute, for example @ Modelo.Id my button: <...
asked by 12.07.2018 / 17:59
0
answers

Jquery does not execute events of elements called dynamically

I tell you: I have an Ajax request that brings me some data and loads it into a table. Between these data there is HTML code of a button, and when it loads, it loads super well. In the template, where the aforementioned table is loaded, I put "l...
asked by 04.07.2018 / 20:51
1
answer

How to place the title of the graphic when exporting to pdf highchart?

I did not put the title in graphic in the PDF, because I made a function outside the highchart script so that I could take the titles dynamically, since when I tried to put it inside the highchart function I did not update the title name . Now I...
asked by 04.07.2018 / 20:38
1
answer

Change date format in datepicker

My problem is as follows, from the database I receive the dates indicated in the following image (with the format of dmy) But when you receive it in the datepicker, you take it in another format And this means that on this date you can...
asked by 04.07.2018 / 21:20
0
answers

Datepicker Safari problems

I have problems with the input tag more specific with the date I read it is because of compatibility problems, someone knows what I can do apart from using Jquery UI     
asked by 06.07.2018 / 03:50
1
answer

Datatable with laravel

I am using datatables to show the information of my clients and some other useful fields, the datatable works perfectly, but now I need to create reports according to the query made with the searchable datatable. through the method getElement...
asked by 06.07.2018 / 04:58