Questions tagged as 'jquery'

1
answer

Send more serialized form via AJAX?

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...
asked by 10.11.2017 / 01:33
1
answer

When setting menu at the top after scroll, everything that is below moves

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...
asked by 10.11.2017 / 00:49
0
answers

Fill combobox via JQuery

I have the following combobox html: <div class="form-group col-lg-6 row"> {{ Form::select( 'state',array( 0 => '' ),null, array( 'class' => 'form-control', 'data-placeholder' => 'State','id' => 'state' ) ) }} </div>...
asked by 09.11.2017 / 21:34
0
answers

Jquery $ .each synchronous

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...
asked by 23.10.2017 / 22:20
2
answers

Assign a variable the value of a click on an image to make a comparison

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...
asked by 24.10.2017 / 15:38
0
answers

Login through a subdomain

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...
asked by 23.10.2017 / 14:39
0
answers

How to delete registration with modal?

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...
asked by 23.10.2017 / 14:37
1
answer

Handle JSON with jQuery

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...
asked by 22.10.2017 / 13:45
1
answer

Redeeming querystring by jquery load

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...
asked by 22.10.2017 / 22:05
2
answers

Open modal through ActionResult in MVC

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...
asked by 22.10.2017 / 19:39