Questions tagged as 'jquery'

1
answer

$ .ajax to run the other jquery scripts

Use this function to call a page: $('#selector1').on('change',function(){ $.ajax({ type : 'post', url : 'servico_institucional.php', // aqui eu indico qual o arquivo que vai ser enviado essa variavel reto...
asked by 10.03.2016 / 14:53
1
answer

Timepicker in dynamic input jquery

I needed to add the datepicker plugin to inputs that are added dynamically through a jquery script: Here is the script I'm using: $(document).ready(function() { var txtQuantidade = document.getElementById("txtNumDias"); var divForm = docum...
asked by 11.03.2016 / 18:52
1
answer

How to set the value of an element using jquery and conditionally set a manual value if the value is empty

I have a form, which when submitted, sends data to a modal window. I have a jQuery plugin that has a jQuery plugin. I have a jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery jQuery $ ("# diagnos...
asked by 11.03.2016 / 01:52
1
answer

How not to select a particular form element?

Hello, I would like my form not to select FILE_VALUE, but even using .not () it still returns a form with FILE_VALUE. var $form = $("#frmParcelas"); var formSemCampoValor = $form.not('#CAMPO_VALOR'); console.log(formSemCampoValor); Thank yo...
asked by 11.03.2016 / 16:53
1
answer

AJAX override variable

I can not copy the result to the variable registroJson , I've already lost almost a day in this problem: $(document).ready(function(){ var registroJson = []; var url = 'xpto'; $.getJSON(url,function(data){ registroJson = d...
asked by 14.03.2016 / 15:47
2
answers

Firefox is not running the Jquery .css () method, how to fix it? [closed]

I am using this script a>, in that code snippet <head> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" /> <script src="https://ajax.googleapis.com/ajax/libs/jque...
asked by 04.03.2016 / 20:26
1
answer

With breaking a base64 string and assigning input fields

I have a very large base64 string and need to break there in multiplus up to 20 thousand characters not to errors when sending it via hidden field. Each broken piece will be sent in separate inputs and can not create the input via javascript, I...
asked by 04.03.2016 / 15:59
1
answer

Overwrite asynchronous variable

I need to have control of the number of concurrent asynchronous calls from ajax, but I can not overwrite the control variable that holds the number of calls. Every time an asynchronous call is launched it uses the value of the first call ( a cop...
asked by 03.03.2016 / 18:36
3
answers

How to fill in form data of the Wordpress theme using jQuery

I'm using a theme that has its own form structure. I need to make this formulário access data from the fipe table API and fill in the field make and model of the car: Itriedtoinserta<option>insidethe<select>ofthemark,usi...
asked by 03.03.2016 / 21:45
1
answer

Problems setting width to div, flap system

I have created a simple tab system, using css, html and jquey. But I'm having a problem setting the% of the% of tabs. To get easier to explain I'll post the code here: function corrige_altura() { $('.tabs-container').css({...
asked by 23.02.2016 / 21:41