Questions tagged as 'jquery'

1
answer

JQuery - How to use a href link to call a dialog

I need a command that opens a dialog every time I click on a link ... <map name="Mapeamento"> <div id="dialog" title="Imagem1"> <p>Informação 1</p> <p>Informação 2</p>...
asked by 08.08.2016 / 01:54
1
answer

Inserting data in Modal Bootstrap with PHP OO

I'm developing a client signup screen with PHP OO but due to my inexperience I'm finding it difficult to list client data within a Modal Bootstrap. First, I have this list of Client Objects where I present only some basic data of the registe...
asked by 06.08.2016 / 01:42
1
answer

XML download by browser, without opening the file [duplicate]

I need the system to download an XML file, release the file itself without opening it in the browser, how?     
asked by 03.08.2016 / 13:39
1
answer

How can I assign value of a php variable to an input with JQuery

I'm trying to play a value retrieved by php and play on a input with JQuery and then make a submit on a certain form, what I tried to do is here: if (!empty($_POST['Termo'])) { $Termo = $_POST['Termo']; echo "...
asked by 02.08.2016 / 21:20
2
answers

JQuery - Compare 2 arrays in one each

I have the following function: function pre() { $.ajax({ url: "arquivo1.php", method: 'POST', dataType: 'json', success: function (data) { $.ajax({ url...
asked by 28.07.2016 / 22:25
1
answer

Capture document width with scrollbar

Good afternoon, I'm making a responsive website where I use CSS with media="screen" and jQuery. Problem: However Javascript and CSS do not recognize the same document width value when the page has a scroll bar (when I test in Chrome usi...
asked by 03.08.2016 / 20:44
2
answers

Doubt with using jquery.maskMoney with asp.net mvc

I'm using it to form a value, but it's not working, I have my partial view, this way: _Posibilidad.cshtml @model Generico.Dominio.TB_POSSIBILIDADE <script type="text/javascript"> $(document).ready(function () { $("VALORAP...
asked by 29.07.2016 / 18:16
2
answers

Retrieve via Jquery custom data attribute value

I am a beginner in programming and I have a question about Jquery (if I am wrong, please correct me ... rs). I have a screen that generates several div's dynamically with information about clubs, and inside each div has a button that when cli...
asked by 29.07.2016 / 21:34
2
answers

SELECT field SELECT with jquery

I'm using the .find(input[type='text'],input[type='url'],input[type='radio']) , to find form fields in a form. I would like to search for fields <select> What is the notation I use in .find() to also search for...
asked by 09.09.2016 / 14:29
1
answer

jQuery load access denied

I am facing a problem already known by many, in IE it is possible to use Activex to get the user logged on the network. In Chrome this is not possible and after many searches I got the same answer. I know there is a library in Java that can ge...
asked by 08.09.2016 / 17:50