Questions tagged as 'jquery'

2
answers

Remove options from select with jQuery

I'm trying to get all the option's of a select that I have, but I've already used everything that is jQuery code, but they do not. I am making a filter where the person will select a city and after selecting jQuery makes a reques...
asked by 27.07.2016 / 15:39
2
answers

How to make ionic cordova notification? [duplicate]

I need to make notifications like facebook on mobile phones, I'm making an app using angularjs, ionic, jquery, javascript and nodejs ... is there any simple way to do this?     
asked by 22.10.2017 / 00:03
1
answer

Animations do not appear

Well, I'm trying to do some animations on scroll, but I do not know why, but I do not see any animation, the sections do not reveal. As I scroll down ... Html: I added the js-wp-1, js-wp-3, js-wp-4 class to the elements I wanted to animate...
asked by 09.05.2018 / 21:46
1
answer

Appear two decimal places

In this code I have, when value reaches 200.00 ... it shows 200, when it has decimal places, it shows the decimal places ... 200.55 = 200.55 However, I need it to show the two decimal places even if it is "10.00", "00" after the dot ... An...
asked by 17.05.2018 / 04:20
1
answer

Can not set property 'innerHTML' of null "ERROR" [closed]

Hello, I'm trying to open an external site through a page that I created at the click of a button, but I can not reference the document I created, follow the code below, tried several times and could not, any help is valid, thank you . <...
asked by 12.04.2018 / 23:29
1
answer

How to access a json with jquery being passed by php [closed]

I am passing a json to my view and I need to play it inside full calendar events, but I do not know how to access this json through my URL In my localhost the route of the view that receives json is this " link " $(function() { $('#c...
asked by 17.04.2018 / 04:47
1
answer

How do I upload or download points in Google Maps when I click on a div? [closed]

I have a page that shows the routes traveled by a vehicle. The routes will be shown in an ordered horizontally arranged list in the style of the Timestack timeline ( link ), except that they will not be in each other, but side by side, organized...
asked by 04.04.2014 / 19:23
2
answers

Click in the image does not work with box-sizing [closed]

Hello, I have a problem .. In an image of my website, which has ID #imagem, when clicked it executes a code in jquery, like the one below: <script> $(document).ready(function() { $("#imagem").click(function(){ $("#div1, #div2...
asked by 19.10.2014 / 03:12
2
answers

Mask in dynamically generated fields

I need to add a mask with the jquery.mask plugin in dynamically generated fields, $(document).ready(function($){ $('.mascara').mask('00000000'); }); for(var i = 0; i < data.d.length; i++) { var linha =...
asked by 15.03.2018 / 15:19
1
answer

Jquery How to sum up input values in real time? [closed]

I'm a beginner and I have a system where the user can add several inputs dynamically, so when typing the values (in decimals) the total sum is displayed in a div. If anyone can help me, I'll be grateful.     
asked by 18.11.2018 / 03:10