Questions tagged as 'jquery'

3
answers

Local communication through online application

I am developing a system for ordering from a snack bar / pizzeria. Let's suppose that the waiter places the order with the Tablet ( Android ) on the customer's desk or the customer goes and requests the receipt ( Windows ). Depending on the requ...
asked by 09.10.2016 / 01:23
0
answers

Image gets huge in Carroussel

The problem is this: link I'm using a JQuery plugin to display images of type carroussel . But when the image is too high it generates this problem. I just wanted to make sure that if the height of the image is larger...
asked by 25.10.2016 / 16:58
0
answers

Uncaught SyntaxError in an ajax code

I'm creating a chat, but on the console it gives the following error: Uncaught SyntaxError: missing) after argument list Code: link What can it be? Thank you!     
asked by 25.10.2016 / 08:33
1
answer

Listing the return of a ViewBag to the View?

Following the instructions in this post ( Return the data to the View using Json.net or javascript- asp.net mvc ) replied by Loudenvier looks like this: Class: public class TB_RECEBE_IMAGENS { public int Id { get; set; } public s...
asked by 25.10.2016 / 03:39
1
answer

JQuery onclick and focusout

I have my navbar with a search button that calls a slideToogle () and displays a form with an input text inside below my navbar. I want my form to be hidden when I lose focus or the search button is clicked again. So my problem is this, wh...
asked by 21.10.2016 / 06:41
0
answers

Assignment of values by jQuery is not working

I have a javascript code that fills fields in the form with "outsourced" data, most of the assignments are ok, the problem is in fields that we consider "masked" and receive only numbers. The code is as follows: .... //Como a variável "input...
asked by 21.10.2016 / 18:13
1
answer

How do the menus or classes appear gradually?

I would like a help, it is a project that would be a pizzeria site, where when the person entered the site did not appear all the "menus" or "classes" at a time, when you enter only the menu would appear, choose which pizzas the person would wan...
asked by 21.10.2016 / 17:54
0
answers

Error loading an HTML file

Well, some days I asked a question about optimization here, and got satisfactory answers. Soon I came to the conclusion that the way I was doing my WEB system would cause performance problems because I was doing all my screens and forms inside a...
asked by 19.10.2016 / 20:30
0
answers

JQuery / Ajax / JSon - Get to the JSon

I have an array and I need to get to it with jquery / ajax, the problem is that I do not know how to get to it, it's being created by php $json = Array(); then I make a push array like this: array_push($json, array( 'nome'=>'test...
asked by 19.10.2016 / 17:31
1
answer

When I click a button, I want my box to open with a transition

I have a box: .box1 { width: 470px; height: 64px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: t...
asked by 16.10.2016 / 22:31