Questions tagged as 'jquery'

1
answer

Problems with: Uncaught ReferenceError: $ is not defined

There is a question in this forum here , but it does not solve my problem. I have the includes, including the include jquery in the first row because in that link I found this:    Because, JS interpreter search for $ before is even loaded...
asked by 23.09.2015 / 13:55
2
answers

Click on subitem of the menu brings id of the level above

I'm making a menu where when I click on it I send a code to a page, this page it redirects to the page that was set with that id . Until this point it is working only that when I click on the submenu, it brings me the code of his father....
asked by 10.07.2015 / 15:22
2
answers

Jquery Check Value

I have a dynamic form with several hidden inputs and wanted to check by jquery if any one has a certain value in the value is possible?     
asked by 16.10.2015 / 11:12
1
answer

Mouse over div and open larger

I want to hover over a div , that same div is magnified, as in the image below: I have a multi-element list, when I hover over the element ( div ), it would be over the top and would have an effect (maybe transition f...
asked by 27.01.2016 / 16:53
1
answer

Get jquery class and ID name

I have the following situation, I search in an object behind some classes, as we know FIND () returns what is inside the selected class, I use join with find each, traversing the whole object. But the situation I have, I must list all (IDs an...
asked by 09.04.2015 / 22:40
3
answers

DateTime Picker in Portuguese

I've added the DateTimePicker component to my project. ButthesameisallinEnglish,Iaddedtheoptionofpt-BRinthefunctionthatcreatesitinthefield,andeventhenitcontinuesinEnglish.HowdoIgetthemonths/daysoftheweektobept-BR?functionatualizarCalenda...
asked by 24.03.2016 / 13:25
3
answers

Conditionals for verification

I am creating a file js with a jquery . In this file I need to do a conditional or several conditionals that check a certain amount of numbers. If the variable x is one of the 1,3,5,6,7,9,10 numbers, you should display...
asked by 21.11.2014 / 13:57
2
answers

How to make a racing effect?

I need to put an effect on the cars so they move up to that point when loading the page. Is there any Jquery for this? I do not know if you have a name for this effect rs I also have to put this border in the cart, as is the example of the...
asked by 02.04.2015 / 15:18
2
answers

Is it possible to change the name of a JSON position using JavaScript or jQuery?

I have this JSON: [{ id: 1, total: 50.00 }, { id: 2, total: 70.00 }] I would like to know if it is possible to change the name of 'total' to 'price' using JavaScript or jQuery?     
asked by 16.11.2017 / 16:28
3
answers

Concatenate elements

I'm having trouble concatenating the elements below. I have the valorID variable that is used as an id in the div, and I'm trying to insert it in the id attribute and valorPosicao for the left attribute of the inline css. H...
asked by 05.07.2018 / 22:21