Questions tagged as 'javascript'

0
answers

how to edit an event with eventdrop from fullcalendar and ajax?

I am creating an application and I need to be able to move the events of the fullcalendar and edit them, the code to edit it and it works, the problem is that when moving events and canceling them, you save the id of the canceled events and edit...
asked by 26.12.2018 / 13:20
0
answers

problem in achieving an effect with javascript html and css

I have a problem in achieving the effect of this page: link The typewriter effect I already got with someone's help, but the problem that came up now is that I can not think of how to do the white shading effect that appears every time befo...
asked by 27.12.2018 / 02:36
2
answers

how to create a search engine that can consult different columns? [closed]

I have a question for example I have a <input type="text" id="busqueda"> and in my database I have the columns id, name, surname, mail, telephone Could with a single input perform a search? for example if I write a name for example...
asked by 27.12.2018 / 04:01
0
answers

TreeView with Kendo UI and VueJs in laravel

Dear, I can not correctly develop a treeview with Kendo UI and Vuejs in laravel. To unravel the problem, I will describe what I am using. This is what the url of the laravel driver (index) returns, which I will then use with kendoUi to create...
asked by 19.12.2018 / 19:00
1
answer

How can I hide a f: selectItem from a p: selectOneRadio in JSF?

Here is the code portion of component p: selectOneRadio <p:selectOneRadio id="console" value="#{archivamientoView.archivamientoDTO.tipoProcesoArchiva}"> <f:selectItem itemLabel="Denuncia" itemValue="...
asked by 19.12.2018 / 16:08
1
answer

Do not catch the ES6 Javascript effect

I have a problem. I do not apply the effect when I click, only when I add the variable enlance.addEventListener () in the console, calling the design class with the transition method but when I click nop, will someone know why? compile with node...
asked by 01.01.2019 / 22:44
0
answers

Slow when taking pictures with Expo Camera

I have problems taking pictures with Expo Camera. In ios anda super good, Android takes a long time to take the picture. (5 seconds) Probe passing it as parameter skipProcessing : true but without result. What is the difference in p...
asked by 03.01.2019 / 15:58
1
answer

I get an error in "if ($ stmt- execute ())" with PDOStatement :: execute (): SQLSTATE [HY093]: Invalid parameter number

I am using the model view controller, I have a problem where I get a long error indicated in the title in the line of: "if ($ stmt-> execute ()) {", the User does not generate me in the DB and is what is bothering me the most, I attach the git l...
asked by 21.12.2018 / 00:36
0
answers

printArea.js Does not render an image that is in base64

I have problems when printing a div that contains an image in base64 (it is visible in the html, but when printing with printArea.js the image remains white) the button executes this function function imprimirArea(area) { $(area).printAr...
asked by 20.12.2018 / 08:05
0
answers

customize Excel exporter

Good I have this function that I use to export to excel. function ExportToExcel(tabla) { var clone = tabla.clone(); var trs = clone.find('tr'); $.each(trs, function(i, tr) { $(tr).find('td:eq(13) li:nth-child(1)'...
asked by 11.12.2018 / 17:44