Questions tagged as 'jquery'

1
answer

How to create a menu with jquery that accomplishes this effect after the scroll?

Hello, friends. I am a beginner and would like to know how I apply this effect in a fixed menu (for desktops) so that when the user navigates to the following section (after section #home) a background appears in the menu and it have position...
asked by 21.03.2016 / 12:54
1
answer

Send id in a hidden field when clicking on an autocomplete.js item

I need the client id to be sent to a hidden field by clicking the name of it that is brought by the jquery autocomplete. The autocomplete is already working ok .. what I really need is that by clicking the ID is sent to the hidden field.    h...
asked by 22.02.2016 / 21:32
1
answer

Is it wrong to mix $ .post with $ .ajax in jQuery?

I'm doing a login screen with Ajax, jQuery and PHP. Follow the code: $(document).ready(function(){ //Quando 'btnEntrar' for clicado $("#btnEntrar").click(function(){ //Envia por POST para a página login.php: us...
asked by 21.02.2016 / 14:05
2
answers

How to get the value of the checkbox and option with jquery

I have the following image below andeachcheckboxcorrespondstothevalue<inputtype="checkbox" value="3" class="serie2" id="serie2[3]" name="serie2[3]"> <input type="checkbox" value="4" class="serie2" id="serie2[4]" name="serie2[4]">...
asked by 23.02.2016 / 16:18
1
answer

Add bookmark system [closed]

Recently in a project, the need arose to create a system that can be evaluated by the user, and in this case, only the "favorite" was requested. The user will only click on the "heart" and +1 will be added to each click. But without the use of p...
asked by 24.12.2015 / 18:01
1
answer

FadeIn and FadeOut effect in DIV

It may seem cliché, but I did not find and could not adapt any code here from the site to my needs. I apologize if it is content redundancy, but in the future it may help other people. How can I be adding a FadeIn and FadeOut effect when open...
asked by 18.12.2015 / 20:27
2
answers

How to load img into jquery

Hello everyone, I would like to know how to load image into an append (); follow the link append("<tr><td>"+value.codigo+"</td><td>"+value.nome+"</td><td>CARREGAR IMAGEM AQui</td><tr>");     
asked by 17.12.2015 / 20:19
2
answers

Selenium Python

I'm having trouble manipulating popup. It appears that the popup code is generated in real time, not being captured by selenium. In fact, it is possible to see the use of jQuery, I did not detect Ajax, but quite capable of having it too.    Q...
asked by 08.12.2015 / 18:02
2
answers

Handle Dynamically Loaded Content

I need to manipulate an attribute of an html tag that was loaded dynamically through ajax. I've tried it in many ways using jQuery but none of it worked. The code being loaded via ajax is as follows: <table cellspacing="0" cellpadding="0...
asked by 01.02.2016 / 14:05
1
answer

How to do a postback (refresh) in MVC

I am new to MVC and am accustomed to web forms and the events of the controls that cause the postback and refresh the page. I need to make this update on the MVC page after a javascript is triggered. In the code below I was able to call th...
asked by 30.10.2015 / 18:35