Questions tagged as 'jquery'

1
answer

retrieve select id value and get selected value from this select

Hello, my question is to store an id and a value of select and options in a variable. I have this structure: <div class="col-sm-6" id="results"> <select class="form-control" id="1"> <option value="true">Sim</option&...
asked by 05.09.2018 / 16:09
2
answers

Selected combo component

I'm having a problem loading the screen with a selected combo item. I've tried with jQuery, angled and it did not work. I already researched other answers here and none of the alternatives worked. Anyone have any idea what it might be? <...
asked by 18.06.2018 / 13:49
1
answer

Clearing div border with jQuery

How do I clear the border of a DIV in Loop with jQuery? For example, I'm having a modal, looping data from the database with Json, I have a button to select every item returned from that list, so I did the following, I created a class name: b...
asked by 21.06.2018 / 02:35
1
answer

___ ___ erkimt jQuery search field datatable ______ qstntxt ___

I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:

HowcanIresolvethis?

    
_________azszpr308642

Enter in your CSS style one to limit the width of %code% %:

%pre%

The selector %code% handle the default search datatables element. Adjust the value of %code% more or less as does not exceed the panel.

    

___
I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below: How can I resolve t...
asked by 20.06.2018 / 00:50
1
answer

menu overlap the entire document

I have the following jQuery: $("div.menuMin img").click(function(){ $("div.menuMin").css("display","none"); $("div.menu") .css("position","absolute") .css("display","block") .css("w...
asked by 27.05.2018 / 15:22
1
answer

Hide mobile menu after clicking

I'm having trouble hiding the menu in responsive mobile mode. There is something wrong, when I click on the link the menu disappears, but when I click to open again it is giving a bug, opens and closes quickly. What can it be? $('.navBar li a'...
asked by 02.07.2018 / 14:13
1
answer

Bootstrap Modal Responsive - Height

I need a responsive mode that fits the height of the browser. If the whole modal does not reach the height, the scroll will not be shown, but if it exceeds the size / height, the scroll will be shown in the modal body. Header and Footer conti...
asked by 03.07.2018 / 02:29
2
answers

Modal disappear after 3 seconds

I have a upload form that has been successful, a modal appears. <form method="post" id="form-upload" novalidate enctype="multipart/form-data"> <label for="email" style="font-weight: normal"><strong>Formato permitido:...
asked by 03.07.2018 / 17:46
2
answers

How do I display the feedback message only for the focused field?

I am performing a check using jquery in order to apply this method to a more elaborate future project. There is no problem with the script, what I need is: When starting typing in the nome field for example, the feedback appears on...
asked by 29.06.2018 / 18:53
1
answer

Load a TEXTAREA field from a SELECT with Jquery

I have a modal that does email sending. But I created some email templates in the mysql database. On the screen appears my select with all templates for selection, only I would like when the template is selected, it filled in the input subje...
asked by 01.07.2018 / 07:39