Questions tagged as 'jquery'

0
answers

Capture values from a multiselect - jQuery plugin

Hello, I generated a form using the Mulsiselect plugin. However, I am not sure how to capture the values that are selected by the user. My last attempt was to try to play inside a form and capture the id via POST, but the idea did not work. T...
asked by 12.07.2018 / 19:29
1
answer

How to pass an array by ajax to the controller?

I have an ajax that sends data from my selects to my controler and from there I do a check and query, so far everything is working perfectly. The problem is that the last select that I send is an array, since it's a select multiple, and I'm not...
asked by 12.07.2018 / 19:19
0
answers

GrapesJS - I wanted to know which file I edit to put jquery

Talk Galera, I do not know if the question and beast more I wanted to know which file I edit to put Jquery in the code it asks to insert more does not say the name of the file.     
asked by 25.07.2018 / 14:48
0
answers

Joomla 3.8 and JQuery - Does not work

Hello! I looked at everything that was singing and did not find a step by step how to use JQuery in Joomla 3.8. I'm creating a module and I'd like to use JQuery. I did it here: 1 - download jquery-3.3.1.js and put it in the folder: / modul...
asked by 25.07.2018 / 15:11
0
answers

Loader bug jquery

people have a problem with my jquery jQuery: /Pre-Loader jQuery(window).load(function () { $('.site').hide(1); $('.id-sub').hide(); $("#loading").fadeOut(2000,function(){ $('.site').show("slow");...
asked by 20.07.2018 / 15:00
0
answers

How to open the webcam on a local machine by a php page on the server?

I am trying to create a page in chrome that opens the webcam I am using the webcam.js library in IE11 the code works however in chrome and firefox does not appear the message Movie is not loaded yet in both browsers and does not open the webcam...
asked by 20.07.2018 / 18:18
1
answer

How do I store the contents of a nav-tabs using the localstore?

I have an example here: When I'm submitting the form, I want to save the tab ID and ID of the div that is currently selected so I do not need to bring it into the input of the hidden type <script type="text/javascript"> $(document).on('...
asked by 20.07.2018 / 15:38
2
answers

Error when using Slick.js in modal Jquery

I'm having trouble using Slick JS , I'm creating a list of images I bring from the database with PHP. <ul id="imagemProdContainer" class="imagemProdContainer"> <?php if(!empty($galeria)): foreach($galeria as $foto): ?> <...
asked by 13.07.2018 / 04:47
1
answer

How to customize print in browser

I would like to customize the printing of pages in html so that only the number of pages is displayed. I checked that you can remove the header and footer @page { size: auto; margin: 5mm; } I just could not leave the pag...
asked by 11.07.2018 / 16:25
0
answers

Disable a button on a button set (PHP JQuery)

I made a script in JQuery for installing software by mei of a PHP script. JQuery takes the installation request through a button created in an HTML script and calls PHP that does the installation by shell_exec . This part w...
asked by 11.07.2018 / 16:18