Questions tagged as 'jquery'

1
answer

What is the error of this code? the animation should only work once

I have several elements with the class .track, when any one is clicked the #controls div appears with this animation, but I need it to only occur once. I tried several forms of the internet but I could not, one that came closer did not repeat wh...
asked by 18.03.2018 / 19:43
0
answers

Populate Select2 With Data Attributes HTML5 values Laravel Collective

I'm having trouble populating a Select2 Multiple Values field with data from a Data Attributes, the fields like Name and description etc are being filled in, just the Select not !! WhenIclicktheeditbuttonIwouldliketogetthedatatofilltheselect...
asked by 19.03.2018 / 14:21
1
answer

Uncheck other checkboxes when selecting one

Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
asked by 10.08.2016 / 20:59
1
answer

jQuery with blur effect does not work

I have a jQuery script to apply blur effect to a div while the page undergoes scrolling. jQuery: $(document).scroll(function(){ var pixs = $(document).scrollTop() pixs = pixs / 10; $('.tudo').css({"-webkit-filter": "blur("+pixs+"px)","fil...
asked by 22.03.2018 / 02:29
0
answers

Monitor newly loaded tags

My scenario is as follows, I have a menu (class="menu") where any link that is clicked on it is opened in a div (div id="content") the problem is that the links that open inside the content div even using the menu class in the links they do n...
asked by 23.03.2018 / 15:18
0
answers

Session with PHP / Ajax / jQuery

I'm developing a system and I have a problem with the user login, the session variables receive the data, but when I try to use them on other pages of the application, they are empty. I already used this feature on another system and I had no pr...
asked by 19.03.2018 / 19:57
0
answers

Create Array to populate jstree - Codeigniter and MySQL

Hello, it may seem like a silly question, but I just need to be aware of how an Array is created, so that the jstree is populated as shown below. I want to create an array containing the controller (example: user) and its functions view...
asked by 27.03.2018 / 02:30
0
answers

Bootstrap Tab Responsive

I have some tabs and I want to leave responsive. I found an example in codepen, using version 3.3 of Bootstrap. In the project I'm working on, they used 4.0.0-alpha-6. NOTE: VISUALIZE WITH THE SCREEN LESS THAN 480px, only applies the rule wh...
asked by 26.03.2018 / 21:41
1
answer

Sending PDF and JPEG files with Jquery / ajax

I'm trying to implement a pdf or jpeg file upload with jquery ajax and I'm not succeeding, so I'm in need of help if possible. Trying to use jquery in conjunction with PHP, but I can not pass the data    JS $('#form-almoxarifado input[t...
asked by 26.03.2018 / 20:17
0
answers

Limit line display in Joomla

I work in a company that is in the business of covenants, but I have verified that on their website, when I put them on the page of seeing agreements, it loads all at once, which makes the site very heavy. It's done on the Joomla platform, but...
asked by 16.03.2018 / 13:31