Questions tagged as 'jquery'

2
answers

Page size equal to the size of the IFrame

How do I make a page that is running inside an IFrame exactly the same as the IFrame? My IFrame has 700px X 500px, but the page that is running inside it takes up half the IFrame or less and creates horizontal and vertical scrolling. How I do? I...
asked by 05.08.2015 / 20:47
1
answer

How to use variable value in jquery

I'm having trouble using the value inside my variable when I use jquery var id_pais = $('#endUF option[value=id_pais]').text(); $('#endUF option[value=id_pais]').remove(); $('#endPAIS option[value=id_pais]').prop('selected', t...
asked by 08.08.2015 / 18:03
1
answer

Execute jQuery to select Applicant

I have the following jQuery: function clienteChange() { var id = $('#idCliente').val(); $.ajax( { url:"/Administrar/clientes.endereco.php?id=" + id, dataType : 'json', success:function(result) {...
asked by 08.08.2015 / 20:30
1
answer

How to create a popup with a dropdownlist?

How do I create a popup with a DROPDOWNLIST in Asp.net C# "MVC" or Javascript/Jquery ? Can you call this popup through a ActionLink ?     
asked by 07.08.2015 / 19:22
1
answer

jQuery, how to change the z-index of datepicker

When I make a $('#man_dia').datepicker(); the tag with id = 'man_day' is just an input, and jQuery inserts the other elements in the DOM alone, I even get the id that jQuery generates #ui-datepicker-div { z-index: 999; } Bec...
asked by 07.08.2015 / 15:10
1
answer

Problems cloning a checkbox (bootstrap plugin)

link I'm using a bootstrap plugin: link I'm trying to clone this checkbox , but the checkbox is not being checked (for on and off ) after being cloned. If I remove this part: The clone of this check...
asked by 04.08.2015 / 01:57
1
answer

Handle jQuery array objects

I have a li that receives several values, they have the same class. I need to get these values and move to hidden fields to send via $ _POST to a PHP page. I've been able to get the data I need, but I need to pass this data one by one. $...
asked by 03.08.2015 / 23:23
1
answer

Button value is not passing correctly

Dear colleagues. I have a button in the bootstrap from which I get the user ID like this: <button class="btn btn-xs btn-primary" id="btn-salvar" value="<?php echo $jm->IdUsuarios; ?>" title="Ativado">Salvar</button>...
asked by 10.07.2015 / 15:49
1
answer

Plugin shortcut, incompatibility

I use a plugin that activates shortcut keys:    link Only this plugin runs only in older versions of jQuery. I would like it to work in the latest version of jQuery 2.1.4. Is anyone able to make the changes / adjustments in GitHub...
asked by 13.07.2015 / 17:01
1
answer

Run function with timer in Javascript / Jquery

I need help creating a function in javascript / jquery to do the following: When the user accesses my site, it starts timer. If the person tries to close the browser window / tab before a certain time, eg. 5 sec, then it performs a fun...
asked by 02.07.2015 / 16:22