Questions tagged as 'jquery'

1
answer

Jquery Chosen not returning value

How to get chosen to display search value. It is not showing the options inside the select. HTML <select id="habilidades" name="habilidades[]" multiple class="input col-lg-10 chosen-select margem20" required> </select>...
asked by 01.08.2017 / 16:01
1
answer

Get the value of a table row

I have this script it traverses the table and takes the values. But it would have more restricts taking only the line that triggered the event. $(document).ready(function(){ $(document).on('change','table tbody tr td input',function(){...
asked by 22.08.2017 / 22:03
1
answer

I can not succeed in making a request via ajax

I get in my JS the month that the user chose in the HTML select, if in case the month value was set it executes the Filtration_Database function according to the value, otherwise I define that the value will be "m" but it does not makes the requ...
asked by 24.08.2017 / 19:24
1
answer

Fixed menu in refresh (F5)

I made a menu that perceives when the scroll passes from a certain point and stays fixed, until all right, but when I rolled the page a little lower, and updated (F5) I noticed that the menu disappeared, and then scrolling once up / down...
asked by 27.10.2017 / 16:12
2
answers

Error fetching the specific value of a dynamically created input inside a html table

I have an html that looks like the html below and I need to get the value of an input that is inside a sub table that is contained within another > table from the click of the Insert button , I saw some posts and could not get it to work...
asked by 30.10.2017 / 12:54
2
answers

I would like a hint on checked, select option how do I clear fields if a person selects an option

Good morning I would like a hint about checked, select option how do I clear fields if a person selects an option <form method="post"> <input type="hidden" name="id" value="<!--# Valor=Cliente.Id #-->" />...
asked by 19.09.2017 / 16:11
2
answers

How to make menu appear as mouse scroll [closed]

Something like the menu of these two sites: link and link where the scroll action causes the menu to appear.     
asked by 20.09.2017 / 04:47
1
answer

Simple doubts about json [duplicate]

I would like to be sure of what is considered a json code. For example would the code below be considered a json? $(".hide").css("display","block"); If yes, why? If not what code formats are considered json?     
asked by 24.09.2017 / 03:05
1
answer

Ajax request parameter being a variable

Hello, I have a small question on how to do this: $(function(){ $("input").keyup(function(){ var tipo = $(this).attr("name"); var text = $(this).val(); $.ajax({ url: "minhaurl", data: {tipo: text}, type: "P...
asked by 07.07.2017 / 03:39
1
answer

How to make an Exit Popup with jQuery?

I am now starting to use jquery now, I would like to know with I do to appear an image so that mouse goes off the screen, in a simple way, but in order to learn how to do.     
asked by 07.07.2017 / 22:39