Questions tagged as 'jquery'

2
answers

JQuery Versions

Is it just me or does someone else have this problem? I use Zurb Foundation to create my responsive sites and ALL fade-type sliders give trouble. Both the plugins and the ones I do on hand. And those same sliders, that I use them pure, on no pag...
asked by 30.07.2014 / 15:12
2
answers

Converting String to Date and adding days to a specific date.

I'm trying to sum up a date with 30 more days, below the way I'm trying to do: function validarContinuacaoCiclo(){ var dataEmissaoGuia = $("#hiddenDataEmissaoGuia").val(); var dataPrevistaAdministracao = $("#dataPrevi...
asked by 12.08.2014 / 02:19
1
answer

Count hashtags in a textarea with emojionearea

I would like to know how do I count hashtags in a textarea with emojionearea This is the code: I would like to know how do I count hashtags in a textarea emojionearea Example: const maxLength = 2200 const emojionearea = $("#emoji...
asked by 12.12.2018 / 17:29
1
answer

Return javascript result with controller

Is it possible inside a Controller, to return a javascript action and proceed with the controller script? Example: Call to Login page: <li><a href="javascript:" link="{{ route('login') }}" class="popup">logar</a></...
asked by 07.02.2014 / 15:07
1
answer

Adding and Removing Classes

When clicked on the category I add the "active" class. When you click on another category remove the class from the previous category and add in the clicked. So far so good. Question is to do the same form when clicked on the title. (I can not u...
asked by 20.12.2018 / 16:14
1
answer

Uploading image with AJAX and PHP

I need a help to upload image with AJAX, PHP and MySQL It takes all the data right, even saves the path of the image in MySQL, however does not create the file in the destination folder, what I want is to move the image set in the destination fo...
asked by 17.12.2018 / 16:33
1
answer

Width of an element calculated with jQuery

I want the following. When I hover over li , the topoMenuBarra div is no longer display:none to be display:block , and the width of the div is equivalent to a that exists within li . It is taking...
asked by 18.11.2014 / 20:11
2
answers

validation in IF JQuery

Good afternoon, I have several screens that is hidden (fade), when clicked on a button it appears. <script> $(document).ready(function() { $("#animate").click(function() { $('#content').animate({"left": "100%"}...
asked by 02.01.2019 / 16:26
1
answer

How to check next checkbox

From the current selection of the checkbox, how to check the next checkbox element and disable all other checkboxes. I have this code, which when marking a checkbox consequently all the others are disabled, but I need that when marking a chec...
asked by 15.10.2014 / 20:04
1
answer

How to do a search with .serialize ()

I have this Search / Serialize JSFiddle , but I did not want it get the name of select , only value of option and do search. Can you ignore name and only use value ? Here is the code: var host = "h...
asked by 06.10.2014 / 16:24