Questions tagged as 'jquery'

0
answers

How popular is a bar chart with JSON data returned from Action to the View?

I have a question about how to pass the contents of my JSON to my chart: //Aqui tenho uma requisição para a minha Action e que retorna um JSON $.ajax({ url: '@Url.Action("RetornaRankingProdutos")', method: "GET" }).done(function (respo...
asked by 04.11.2018 / 04:09
1
answer

How to keep the Scroll in the last position after refreshing the page

I made a few attempts, but I was not successful ... The priority is to be in pure JavaScript ... But as I could not, I tried with jQuery as well. The situation would be, each time the user increases or decreases the amount in the input, the p...
asked by 07.11.2018 / 13:51
1
answer

JQuery Toggle does not work

I'm using the toggle function of jQuery , it's working perfectly, however I put 12 divs with text and when I click open only one, all are opening. Follow the JavaScript code: <script src="https://ajax.googleapis.com/ajax/libs/jquer...
asked by 01.11.2018 / 01:25
0
answers

View images even offline

How do I display my images even offline? The only thing that came in mind is to save the base64 of the image in localStorage, but I do not know if it is a good practice .. When I'm on: Off:     
asked by 01.11.2018 / 18:30
0
answers

Link selected when changing slider

Good afternoon, I need help, I'm new to Javascript, Jquery, etc. I'm developing a project and created a part with Owl Carousel 2 where the Slider changes as I click on the alphabet links. When you click on the alphabet link, the slider change...
asked by 17.10.2018 / 21:27
0
answers

Lopping each () running without sync - jQuery

I'm creating a Pinterest site and the commands below take the answer (post = html format) from the ajax call itself and append the post to the screen. The commands below verifies which div / column has the smallest height and makes append the...
asked by 08.10.2018 / 17:53
0
answers

jQuery does not capture custom radio button clicked (click)

I have a simple HTML that <input name="chave_binaria" type="radio" id="radio_39" value="1" class="with-gap radio-col-green" checked> <label for="radio_39">Esquerda</label> <input name="chave_binaria" type="radio" id="radi...
asked by 05.12.2018 / 23:34
1
answer

How to go through CheckBox in WebForms automatically generated with JQuery

How to go through several CheckBox in the Click event of a button with C # and these CheckBoxes were automatically generated with JQuery? Home The HTML of the automatically generated CheckBox is this: <div class="col-md-12"> <div...
asked by 23.11.2018 / 13:26
1
answer

Relate scripts and style tags with js

Ihavethesescriptstagsthatareusedtoadjustandgivefunctionstoacarousel.ButIamaddingthecarouselassoonasIclickonabutton,butasthepagehasalreadybeenrenderedthesescriptsenduphavingnoeffectonthecarouselthatwasadded.HowcanIgetthesescripttagstobe"reread"...
asked by 02.11.2018 / 02:06
0
answers

Uncaught TypeError: Can not read property 'settings' of undefined

I have a problem when I click on a button which is an approve button, every time I click the button it gives this error the title of the question, this error only happens because I have these two grid below in the code, if I take one he no longe...
asked by 02.11.2018 / 19:00