Questions tagged as 'jquery'

1
answer

How can I get the Input file path?

I need to send multiple attachments via PHPmailer and I'm using jQuery to get the value of input file , now I need to get the file path to be able to send it by email, however when I get the path it comes with C:\fakepath\image.jpg...
asked by 04.12.2014 / 18:04
2
answers

jQuery.preventDefault (), jQuery.stopPropagation () and jquery.StopImmediatePropagation () ... without jQuery!

There is a crossbrowser implementation for the jQuery.Event.preventDefault () methods, jQuery.Event.stopPropagation () and jQuery.Event.stopImmediatePropagation () does not require jQuery? I have a very specific resource that would no...
asked by 27.11.2014 / 12:40
2
answers

slideToggle hides multiple divs when to hide / display only one at a time

I have several records in PHP, and when I click on a link "More information" opens a <div> hidden, but clicking this link opens the <div> hidden from all records. My Javascript code is as follows: function abre...
asked by 18.06.2015 / 20:13
2
answers

Selecting and displaying data with Ajax

I have the following ajax : var id = $('#idCliente').val(); $.ajax( { url:"/Administrar/chamadas/ajax/endereco/" + id, dataType : 'json', success:function(result) { $('[name^="cham_endereco[]"]').val(result.ender...
asked by 22.01.2016 / 13:22
2
answers

Problems with JavaScript calculations

Well I edited the question, because I located the problem. I have a javascript responsible for doing calculations with the values in the input, and I have a Jquery Mask or MaskMoney plugin to do the typed value formatting. Both plugins have t...
asked by 01.03.2016 / 12:55
1
answer

Function to click on word hide div

Scrolling down the scroll in this example ( link ) you will notice that has a box that is fixed with the word "close". By clicking on the word "close" it disappears, but when it re-scrolls the page it reappears again. I would like some h...
asked by 08.04.2014 / 01:07
2
answers

How to generate a sequence of dates, starting dates and end dates?

Javascript and jQuery have been my tormentors. I have a hidden field that has start date and end date. How do I do this via javascript, a to fill a TD with the dates passed in that period, from the smallest (start_date) to the larg...
asked by 04.04.2014 / 23:05
1
answer

Size td using bootstrap

How can I create a table with Bootstrap and set the size of each <td> ? I would like to be able to flexibly size the cells of a table with Bootstrap, is it possible?     
asked by 26.06.2014 / 20:22
1
answer

How to make a HOVER effect change another selected "object" in jqGrid?

I have two classes A and B, I need when I hover over what changes the value, color etc. of B. I do not know if I can do this in CSS or using OnMouseover.     
asked by 03.07.2014 / 21:33
1
answer

How to concatenate an input name with a variable in jQuery?

I have a table that contains a button that adds a row to the table each time I click on it. The line created has 4 inputs, one of these inputs has an auto-suggest / auto-complete function that searches information in the database and returns thi...
asked by 25.06.2014 / 14:13