Questions tagged as 'jquery'

1
answer

Problems with float and position absolute

Hello, I'm trying to make a kind of menu like this: link However, I would like the text to open at 100% width and occupy the entire line. Since I'm using bootstrap, I could not find a responsive solution.     
asked by 10.12.2016 / 21:20
0
answers

Email list

I have a button that calls this function in jQuery. sendBtn.click(function(){ $('#dialog-confirm-send').dialog({ resizable: false, modal: true, buttons: [ { text: "Cancelar", click: funct...
asked by 04.12.2016 / 20:19
1
answer

Disable fields before radio button is selected Opencart

I have a jQuery function, which hides or displays some fields according to the radio selected. But I need to hide all fields if radio is not marked. The code works, but in Opencart the fields CPF, RG, CNPJ, Social Reason and IE...
asked by 06.12.2016 / 04:35
1
answer

Save dynamic form data

The form is created through data obtained from the MySQL database. I would like to save all the data from it by clicking submit. Problem: I can only save one line at a time by creating a button in the same <tr> and with the...
asked by 15.11.2016 / 16:28
0
answers

how to do the functions of jquery 1.9.1 with IE8?

I have this function that works in Chrome, firefox, IE11 however I needed to use it in IE8 but does not run the function does anyone know a way to circumvent it? $(function(){ //GERAIS var errmsg = $('.msg'); var forms = $('form')...
asked by 17.11.2016 / 19:36
1
answer

Pass value $ _FILES via Jquery [duplicate]

I have a form from which an attached file is sent via email. The problem is that when I upload the file, it does not seem to pass the value of $_FILES via formulário/jquery . See below: HTML <form role="form" class="cont...
asked by 14.11.2016 / 12:08
2
answers

receive json to make my Echart dynamic

varechartLine=echarts.init(document.getElementById('echart_line'),theme);echartLine.setOption({title:{text:'Line',subtext:'Mes'},tooltip:{trigger:'axis'},legend:{x:220,y:40,data:['actions1','actions2','actions3']},toolbox:{show:true,feature:{ma...
asked by 13.11.2016 / 16:10
2
answers

jquery, onclick get id values a

It is a notification system. The code below is working fine. When I click on the notification ( Php file that generates notifications: <ul class="dropdown-menu"> <li class="header">Você tem <?php echo $cont; ?> noti...
asked by 18.11.2016 / 01:22
1
answer

How to display a confirmation message after checking in the servlet?

Good afternoon everyone! When I click the Change button, I check to see if the data in the database remains the same. How do I return a confirmation window if the results are not the same? Example: I select the material I want to change, fill...
asked by 13.11.2016 / 19:34
2
answers

Autocomplete in dynamic fields

I have an autocomplete system and dynamic fields, my autocomplete does not work from the second dynamic field nor do I stop using the id tags and replacing them with classes, please see: <script> jQuery(document).ready(function ()...
asked by 14.11.2016 / 12:50