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&...
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?
<...
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...
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...
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...
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'...
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...
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:...
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...
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...