Questions tagged as 'jquery'

1
answer

Leave a fixed option in a PivotTable - JS

I have a PivotTable, which changes according to the user's select done in HTML. However, every time the page updates the selected option it also changes. I thought of two possibilities that might work for what I want: Create a variable an...
asked by 03.04.2017 / 21:57
1
answer

When selecting a value from a select, a div appears

Colleagues. I'm trying to get the user to select a value from the select, a corresponding div appears to the value that was selected. Eg: The values of select are:    3, 4, 5, 6, 7, 8 and 12 If the user selects the value 5, a div will...
asked by 20.01.2017 / 20:41
2
answers

Conflicts with jquery in the AdminLTE template

Colleagues. I'm using the AdminLTE template for a project, however on one of the pages I want to put an autocomplete API for the searches. The problem is that when I put this API that has a jquery reference inside its folder, the menu stops w...
asked by 21.01.2017 / 11:55
1
answer

jQuery Mobile does not allow internal links

I'm creating HTML 5 application sketch to run on mobile device. In my project, I needed to use different versions of jQuery for the events to work: <script src="js/jquery-1.11.3.min.js"></script> <script src="js/jquery.mo...
asked by 11.01.2017 / 16:48
4
answers

How to block the click on an input

I'm trying to block the click on a input Html <input id="txtData" class="form-control" /><span class="input-group-addon" data-role="data"><i class="glyphicon glyphicon-th"></i></span> So that no ac...
asked by 10.03.2017 / 18:11
1
answer

Use fadeOut ('slow') in Array Ajax containing several id

Hello, I have a function in ajax, in which I do a multi-line removal in an html table. The function collects several id that will be deleted, I would like to make a fadeOut('slow') when the function is executed. Part of th...
asked by 10.03.2017 / 17:12
1
answer

How to select multiple checkboxes from Array?

In my HTML it has the following line: <label class="turnoCurso pretoClaro" id="3"> Vespertino, Noturno </label> I need to transform the shifts that are brought from the database into an array and for this I use the following co...
asked by 11.03.2017 / 02:56
1
answer

Get DropDown value when Textbox receives focus

What can I do to get the value that is selected in a DropDownList and pass to a TextBox only when Textbox gets the focus (when the user clicks the field)? I've already put a Autopostaback into DropDownList t...
asked by 28.12.2016 / 12:54
1
answer

Change Content within a modal

How can I load a modal and in that modal have a button that when I click, swap the content for another page of this modal that is already open, and that when closing, go back to the previous content. I'm using the materialize front-end framework...
asked by 28.12.2016 / 03:00
1
answer

Convert RSS to JSON Google Feed API

Some time ago I was using the google service google feed api but this service has been deprecated, I would like to know if there is any solution to replace, I'm doing so with jQuery: $.ajax({ url: 'https://ajax.googleapis.com/a...
asked by 25.01.2017 / 12:13