Questions tagged as 'jquery'

2
answers

How to perform a simple state and city search with jquery and json

This is my% test% and I need to search for their respective data using the ce and stronghold keys . In this case, the search is done by json that was submitted to AJAX through a form with two select: { "ce": { "fortalez...
asked by 12.01.2016 / 00:26
1
answer

jquery ui dialog does not expect confirmation

I'm using a ListView to generate buttons according to IdPassoWorkflow , and display the buttons as shown below. Whenclicked,Iopenadialogfortheusertoconfirmtheaction,theissueisthatdialogdoesnotwaitforuserconfirmationandalreadycal...
asked by 08.01.2016 / 12:46
1
answer

Error ajax return when accent

I have a table that when I add some text that contains an accent adds all the other texts of that same condition. already tried several ways to use UTF-8 that I found on the net but none worked and I noticed in console.log () the following error...
asked by 18.12.2015 / 22:25
1
answer

Difficulty in positioning objects after @media (max-width: 320px) {

Where am I going wrong? I have html below <script type="text/javascript" src="_global/_funcoes/_js/jquery-2.1.4.min.js"></script> <button class="menuAbrir"><img src="_img/btn-menu.png" width="50px;" title="...
asked by 11.04.2016 / 15:13
2
answers

How to call an Html.Action ("my_page") via jquery?

I have a page that loads several partials views, I want to call a specific page in a modal that will fill the entire screen. I'm using a generic jquery command to call an action that will be passed by parameters. This is the <button type...
asked by 07.03.2016 / 21:38
1
answer

Oncick table in td transform the text into an input text and when clicking off change the value

Hello, I wanted to know how I can do to change the value of a td as follows: <table class="tb"> <tr><td>Valor 1</td><td>Valor 2</td></tr> <tr><td>Valor 3</td><td>Valor 4</td&...
asked by 24.10.2015 / 11:48
2
answers

Form with multiple windows

I'm trying to make a form with multiple windows, but I do not understand what's going wrong. Test Code What I want to do is that by clicking the buttons it hides and shows the next form. UPDATE I followed @afonso's suggestion, bu...
asked by 29.02.2016 / 16:44
1
answer

How to disable and enable the .click () function of a span when I click on another span using on () off ()

I have two spans that work like buttons, clicking on them will appear an input to put an email and if you click again it hides those inputs. I was able to do the following: Click on span1 - > It appears input1 and disables span2, and if...
asked by 26.02.2016 / 17:18
2
answers

Get logged in ckeck box id

I need to get the id of the% marked_with%. I'm setting up the check dynamically as follows: <li class="item item-checkbox widget uib_w_69" data-uib="ionic/checkbox" data- ver="0"> <label class="checkbox"> <input id=...
asked by 07.10.2015 / 21:05
2
answers

How to add options to a drop-down list using jQuery?

I have a function in jQuery that gets a array from PHP , through $.post . array looks like this: array( '0' => array( 'ID' => '1', 'NOME' => 'João' ), '1' => array(...
asked by 20.04.2016 / 18:03