Questions tagged as 'jquery'

2
answers

How to focus on a specific DIV and blur the rest

Is there a Javascript / Jquery library of a target delimiting an area in a specific DIV and blurring the rest? Example I added a new item to the menu and as soon as I loaded the screen a focus on it and blurred the rest to be...
asked by 31.10.2018 / 19:04
1
answer

How to click on link open corresponding panel

When I click on a link in the footer of my page I'm trying to open the corresponding panel that points to a specific page, but I'm not getting it, I saw an example here but could not adapt. The following image illustrates my question: Th...
asked by 31.10.2018 / 15:20
1
answer

Disable the ability of the ENTER key to act on the action of another button

Hello, everyone. I have a form in which it has two tables, inside the second table it has an input text. This input text searches the record when you press the ENTER key. But when I press ENTER, it is activating a class accordion button an...
asked by 05.11.2018 / 18:25
1
answer

How to update a page after insert, update or delete with ajax without reflesh

I have code on page extena delete.php that does the actions, HTML: <div class="modal fade" id="modalAddfoto" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="mo...
asked by 21.11.2018 / 19:58
2
answers

Remove a class from a Tag with more than one class

I'm learning the web world, so I'm having trouble even checking to see if there are similar questions, if you have any similar forum answers, I apologize. Now I'm going to doubt it. (I took a long time looking for something, I did not find it.)...
asked by 21.11.2018 / 14:45
1
answer

Edit modal data fill with php database

I have a form that does the editing of the database data based on the received id. /* função para atualizar os dados quando clicado em submit */ $('.editfoto').submit(function () { var form = $(this); var dados = new...
asked by 22.11.2018 / 15:46
3
answers

How to do when a button is clicked, an element is created on the page?

I need when a person clicks a particular button, an element is created on the page. I'll explain what I want to do with this.    I am creating a button, and when it is clicked, a modal-box appears (a kind of window that lowers on th...
asked by 20.12.2014 / 03:13
1
answer

Feed fields in view by controller

I have used a way to load fields in the view as follows: I make a method returning a JSon in the controller, there I create a JQuery function that takes that return and nurtures the fields of the view, in the success of ajax. Well, that was an a...
asked by 13.06.2014 / 15:14
2
answers

Create a link with data and go through post

I do not know if it is possible, but I would like to create a link (or simulate one) where I need to pass data to the page of that link, but I would not like to pass this data by get but by post , otherwise (I know that for an advan...
asked by 22.07.2014 / 16:56
2
answers

Each or next from a MySQL query

How to post the next item in a MySQL multi-item query? When changing $( ".membro" ).change(function() { , send the data of the next $("membro") to the file membros.php , via $.post . JSFIddle JS: $(".membr...
asked by 20.07.2014 / 23:03