Questions tagged as 'jquery'

1
answer

Problem when displaying modal bootstrap

I'm trying to display a bootstrap modal for the client, with an error message, my code looks like this: @if (!string.IsNullOrWhiteSpace(Model.ErrorMessage)) { <script> $('#modalError').modal('show'); </script> }...
asked by 16.09.2016 / 01:00
0
answers

Keep the selected state in edit

Colleagues. I have a registration form from which the user when choosing the state, the city automatically appears. However, I would like to see that in the edition, the city was already selected. The code I have is this: <div class="ite...
asked by 15.09.2016 / 15:41
0
answers

$ ('. nav-tabs li a [title]'). tooltip () is not a function

I'm trying to insert a wizard into my system, and I come across this error: I'musingbootstrap3andgotatemplatereadyin bootsnipp and there it works perfectly. I have not made any kind of changes yet, I have already changed several versions of...
asked by 09.08.2016 / 13:52
0
answers

Problem with Boostrap clear field FileInput

I have a page with 2 input text and 2 input file When I get the answer from ajax, I clear the entire form as per the code below, but only one field is not cleared the field: <input class="fileUploadAudio" id="fileUploadAudio" name="file...
asked by 24.08.2016 / 18:29
0
answers

Assign CSS in jquery

I have the following code, how do I assign a display: block inside jquery?, because I want the fields to appear without needing to click "add", it automatically appears the amount, as I determined in if($("tr.linhas").length < 3){ L...
asked by 24.08.2016 / 17:05
1
answer

ng-click or alternative in jquery

I need to click the thumb image to write the image clicked on the div .currentImage    Script .directive('galeria',function() { return { templateUrl:'scripts/directives/galeria/galeria.html', restrict: 'E', scope:{...
asked by 08.08.2016 / 21:09
0
answers

Cep ajax virtual republic

I'm trying to fill out the automatic zip using the virtual republic website, but I'm not able to put the code to populate inside my input with ajax. Could someone help me? HMTL: <tr> <td><input t...
asked by 08.08.2016 / 22:27
0
answers

Dropdown with multiple triangles

I am developing an application and I have three buttons on the nav bar (messages, notifications and user photo). When clicking on each one, a dropdown appears (for each one) and has that arrow (the triangle) that should point to each one of...
asked by 29.08.2016 / 16:50
1
answer

Sending AJAX and PHP Array

I'm trying to reorder a list of items, which when clicking a button releases the reordering and when I click again it saves, but if I do more than one reordering it only accepts the first one. Example: Item 1 = 1st Position Item 2 = 2nd...
asked by 30.08.2016 / 16:35
0
answers

Automatic refresh without google maps

I work with a vehicle tracking system, but it was not developed by me, I got the project already in progress. I need in my page where the whole tracking procedure is done as the vehicle's current location, it becomes automatic, today to have...
asked by 30.08.2016 / 14:40