Questions tagged as 'jquery'

3
answers

Improving jquery code

I have a code in jquery that does the following, it creates a class after the hover, until it is working normally, but since I will have to replicate this action in other places but will change the css properties of each section, in the case are...
asked by 08.10.2018 / 16:14
2
answers

Ajax does not work when it comes from a select form

When #sectionChooser comes from Ajax does not work to select #rua, where would the problem be? Html <div class="col-sm-6"> <label for="Planos">Planos</label> <select name="...
asked by 08.05.2018 / 18:48
1
answer

ASP.Net MVC application with Jquery Bootgrid does not load data

I created a very simple application (client registry) using ASP.Net MVC 5 + Entityframework 6 (codefirst) + MySql database. Using the JQuery Bootgrid component for data manipulation as the main component. It happens that locally applicati...
asked by 04.07.2017 / 14:46
1
answer

Problem removing readonly in Internet Explorer [closed]

I have a function that removes readonly from a field after focusing on it: $input.removeAttr('readonly'); The problem is that only in Internet Explorer even after removing the readonly it does not allow me to type in the field....
asked by 27.04.2015 / 20:09
3
answers

Check which p has no text

How can I check which p has no text value? I have the following HTML code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body>...
asked by 05.09.2018 / 00:22
3
answers

Change link text without id or class

I need to change the link text, but this link does not have any identifiers to do this quickly. I do not know almost anything about Js, but I think it's possible to do this by accessing the TD and then the link. <td class="corpo-nome">...
asked by 08.11.2018 / 19:18
4
answers

Randomizing the position of images

I have a list with 10 images and I need to make every time there is a refresh on the page these images change position.     
asked by 06.02.2014 / 20:30
2
answers

Carousel style with 3 slides

I'm trying to make a slider type where the middle slide appears as the main one and the sides will cut according to the resolution, but I was having problems with IE and incredible how it seems the client uses IE8 . To show what I w...
asked by 05.03.2014 / 19:14
1
answer

Ajax between domains - how to do? [duplicate]

I need to make an Ajax for a webservice that is in another domain, because a browser security policy is not possible. Is it possible to do this via JSONP?     
asked by 27.05.2014 / 23:07
2
answers

Function with jQuery writing to two tables does not persist in BD

My need is this: I write to a table, get the generated ID and write to the second table with that ID. As the order is to do this in jQuery, a function has been made (by a colleague). But unfortunately I can not write. Notice that there are tw...
asked by 17.03.2014 / 12:48