Questions tagged as 'jquery'

0
answers

Apply style to googlemaps marker infowindow

I have the following method that applies a style to infowindow google.maps.event.addListener(infowindow, 'domready', function () { // Referência ao DIV que agrupa o fundo da infowindow var iwOuter = $('.gm-style-iw'); /* Uma vez...
asked by 10.12.2015 / 18:26
1
answer

DatePicker With Highlight Dates

I'm working with an event calendar and would like the calendar to show me in different color the days that have events. I use the datepicker . link I'm looking through the documentation, but I'm not finding something like that that can...
asked by 10.12.2015 / 13:30
1
answer

Disable one button at a time jquery

Gentlemen, I have a question in this part of my code: I need to send a request and then disable the submit button. The Jquery code that does this is already working, but when I use it a second time, even changing the ID, it disables all the b...
asked by 09.12.2015 / 18:04
1
answer

Problem with Masked Fields

Hello, I'm using the masked input plugin to mask some of the decimal fields! However, when I submit the form this field arrives as null in the controller class. I already looked and could not find anything about it. Can any...
asked by 10.12.2015 / 13:53
1
answer

CRUD with jQuery, PHP and SQL Server: table with total, subtotal and auto filter

Hello, Community! I have tested some jQuery plugins to generate table that support CRUD. Here's my review of them. jQuery jTable Excellent plugin, but has annoying limitations like horizontal scrolling, which does not exist. If you h...
asked by 03.12.2015 / 19:30
1
answer

OnClick generate a new element with each click, instead of resetting the first one

I'm just finished creating a WYSIWYG, but I have a problem with the text box. Clicking on the icon for the text box triggers a onClick that creates the text box, which is created with an% ed_config - div (I had problems with con...
asked by 07.12.2015 / 03:10
0
answers

Update query with last table input

How do I update a query with data that was entered into DB after the last query? Simple example is a social network: You are viewing the existing data, and when there is a new post, it is inserted in the top of the current view.     
asked by 04.12.2015 / 21:39
1
answer

Error sending input data to php with Ajax

I have the following structure: <div class="username"> <label>Usuário: </label> <p><?php echo $result[0]['username']; ?></p> <a>Editar</a> <input name="user" value="<?php ec...
asked by 31.12.2015 / 02:11
0
answers

How do you get the implementation of PageTransitions with Jquery?

Look at the Wix site; link It may be noted that by clicking on links like Home, Services, Work, Blog, it applies an implementation called PageTransitions with Jquery. I did an implementation with the help of some employees of the Stac...
asked by 03.12.2015 / 16:50
0
answers

Masonry and Safari giving bug

For Masonry to run safari should I add something? Well, I have the following situation: Image 1- Safari NOK only one columns Image2-ChromeOKtwocolumns Codetocallmasonry var $container = $('#container-masonry'); // initializ...
asked by 08.01.2016 / 16:09