Questions tagged as 'jquery'

0
answers

Ajax or Jquery: transition between external pages

Hi everyone! I'm having a problem with my site, but I could not solve it in any way using the English OS, let alone the tutorials from other sites. My home page has two buttons that lead to the subsequent pages (pag1 and pag2, for example)...
asked by 10.11.2015 / 01:07
1
answer

Make a select with element ul

I'm trying to do a select without using the select tag, so I'm using the ul and li tags. I got the table data in the database using PHP and made a dropdown with jquery . When I click the button, select an option...
asked by 09.11.2015 / 21:07
1
answer

Redemption with JQuery

I'm trying to put a responsive menu on my site, I need it when the screen is resized to a certain size it becomes responsive and when it increases again it goes back to the "normal" div $(function () { var detectViewPort = function(){...
asked by 22.10.2015 / 17:56
0
answers

How to pass the value of the @Html.DropDownList to the controller?

I have a modal register that I get 2 values, I use an AJAX to save the information, however the value of @Html.DropDownList does not go to my Controller, the strange is the value of the Description arrives in the controller. <div clas...
asked by 03.10.2015 / 01:36
0
answers

Reload all css within a div

Expensive, I'll try to explain my problem, I hope to be clear. I'm using C # MVC5 in my app. Today I have a page and a grid. In this grid there is a button to edit the registry. By clicking this button, I open a modal and display a form...
asked by 02.10.2015 / 18:50
0
answers

change Jquery fires all inputs of the same name

Hello I added a change event of jQuery in the input field with date-picker, so in every change already make the change in the DB. However, this input field is repeated for each user with the same name. The code is working normally, it ma...
asked by 01.03.2016 / 14:37
0
answers

Modal interfering with page scrolling

I'm having a problem with modal, since I have a modal with several links and because of having multiple links it creates a scroll on the page until it's normal. When you click on one of these links it opens another modal that contains an...
asked by 01.03.2016 / 18:48
2
answers

Pick up image colors

Is there a possibility (with plugins or not) of getting the [major] colors or the predominant colors , similar to Adobe Kuler's image? Example I have this image: And I wanted to get the main colors of it, which would be Blue...
asked by 21.02.2014 / 18:04
1
answer

Select in database, only with jQuery [duplicate]

How do I make a select in the database using only using a jQuery? I have two combobox and I want to use their value to make a select in my database: $.getJSON('/MinhaDoenca/rest/hospital/get', function(data) { for ( var...
asked by 08.11.2015 / 16:38
1
answer

jQuery AJAX transforming into link

How do I link the result to my jQuery AJAX database? function carregaRoteiro(){ var roteiroHTML=""; $.ajax({ url: path + "RoteiroAula", type: "GET", async: false, crossDomain: true, dataType: 'json', success: fu...
asked by 28.09.2015 / 17:02