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)...
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...
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(){...
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...
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...
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...
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...
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...
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...
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...