Questions tagged as 'jquery'

1
answer

How to select a week cpn fullcalendar

I would like to know how I can do to select the full week from a particular day in fullCalendar. It occurs to me through the dayClick event, the subject that until now I have only been able to obtain the day, but I would like to know the whole w...
asked by 26.11.2018 / 22:00
2
answers

Errors with jQuery

I am making a web page on which I am using jQuery (more specifically this library: link ). I have this function: $(document).ready(function(){ var documento=prueba; function obtener_modificacion(){ $.ajax({...
asked by 26.11.2018 / 16:20
0
answers

Autocomplete of jquery

Good afternoon I am currently using the autocomplete jquery which shows me all the data now I have to send a post to javascript to show me only those that are associated with that contract $('#txt_tec_ins').autocomplete({...
asked by 26.11.2018 / 16:47
1
answer

optional input file reloads the page if no file is selected

I have a form where an input of type file is optional, but when submitting the form with id="update" the entire page is reloaded. $("#update").on('submit',(function(e) { var fsize = $('#subir_archivo')[0].files[0].size; var fty...
asked by 28.11.2018 / 02:56
1
answer

Problems with click jquery event when resizing screen

It turns out that I have this problem If you notice when I give the mouse menu to the submenu, all the nav disproportions. But when I open the page for the first time it works well. The problem is when I first open mobile mode and I...
asked by 27.11.2018 / 01:58
0
answers

Problems with bootstrap table headers 3

I have a table created with boostrap 3 and used datatable to have the data better organized and be able to search more easily. The problem that is presenting the table is that the titles are not well aligned as the size of the device is getting...
asked by 24.11.2018 / 02:16
0
answers

Uncaught TypeError: jQuery (...) .ipanorama is not a function

I have the short code as follows <?php echo do_shortcode('[ipanorama id="893"]');?> but I miss this error what could it be? So I have the head <head> <title>OptimusDrone</title> <meta chars...
asked by 23.11.2018 / 20:08
0
answers

I can not get only the JSON string

The filter function does not work for me, it says nombredelarray.filter is not a function . And in the console does not appear a string of% normal string but this: {…}​abort: function abort()​always: function always()​catch:...
asked by 24.11.2018 / 12:55
1
answer

Visual Studio generates error in the jquery files when trying to compile

I am working on a project of aps.net mvc c # which I have been working on for a few days, but from moment to moment when trying to compile it generates errors in all jquery files, both those generated by default when creating the project as what...
asked by 07.12.2018 / 19:19
0
answers

add block of html code at the beginning and end of the page with jquery

I have a web made with php where I have a header.php (which contains the header but also the head of the web) and I import it into each of the other .php files Now I am trying to do the same web but using php only for ajax and I would also like...
asked by 22.11.2018 / 21:33