I want to serialize my form, and send other variables.
Is it possible?
Example:
var id = "1";
function register(){
$.ajax({
method: "post",
url: "meu_script.php",
data: $("#form").serialize(), //Aqui eu queria passar a variáv...
Oops, first I'll explain what I'll do.
I want to scroll and go through my menu, it stays on top .
My website will have the menu in this style SITE EXAMPLE , an initial part that in my case occupies 100% of the screen (it is set to 100% he...
I have a GRID on a screen where, each row has a button that calls a javascript method passing some values. In this method, a call is made via getJSON .
The problem is that even in this call, specifying async: false , $.each...
I made this game using textbox, and everything worked ok, but I decided to make a modification and instead of typing I put the respective images to the jokenpô and the image that the user clicks will be compared and would return to the user who...
I have a problem to solve.
I have a social network, and I have a chat from the chat boom, the social network is wowonder.
I am integrating the login system of the social network into the chat boom, but when I try to login, through the boom ch...
I've been tinkering with ASP.NET for some time, and I came across a problem I can not solve. The idea is to just open a modal window, click on the confirmation and delete a record.
The idea of this code is for testing only, if I can make it work...
I have a jQuery with $.ajax that sends a request to my config.php which in turn returns a json_array :
function enviar(){
var bin = $("#bin_id").val();
var linhaenviar = bin.split("\n");
var index = 0;
linha...
I'm trying to call a page through load, this page will have a querystring that I want to get it on the call page, however the value comes as null when I try through the load, outside of it calling the page alone, everything is Ok.
They are 2...
Hello, I'm building a registration page with MVC .NET and I'm having a hard time. I want to validate the information filled in, if they are correct, I will follow the flow of the application but if not, I want to open a modal jquery warning the...