Questions tagged as 'jquery'

1
answer

How to apply slider effect in web page?

Looking at this page may notice that there are links like Home, Services, Work, About and Blog. When you click on Services it changes the page using a slider effect, as if the page is being changed from right to left, and so on the other links...
asked by 02.12.2015 / 20:05
2
answers

Mask in html field does not work

Good afternoon, I have a page in my application to register clients, nothing out of the ordinary. In this page, I have some fields (cif, rg, phone, telephone_2, etc.) that when typing are formatted with javascript with the following functi...
asked by 22.01.2016 / 20:57
1
answer

Help in the focus event, does not want to work

Textbox focus event does not work, x value is correct, but component does not change its value, any hint, please. $(document).ready(function () { $('#txtSchool').textbox('textbox').bind('keypress focus blur', function (e) {...
asked by 08.02.2016 / 08:04
1
answer

AccessKey in Jquery

On a page I have several buttons with their respective accesskey (shortcut key for it), how do I do when this button is called by the key to execute the click action of it in Jquery. Example: I have the Send button, with a shortcut to the A key,...
asked by 05.02.2016 / 04:23
1
answer

How to convert date at select time and return via Json

In my form I am using Bootstrap-Datepicker so that the user can enter the desired date at the time of registration, it works correctly, but at the moment of making a change I am trying to bring the date in the format 99/99/9999 wit...
asked by 24.11.2015 / 12:38
2
answers

Why comparison using javascript does not work?

What I want to do: Algorithm that generates field change logs on the front end. Problem: Some of the code I compare to the old value with the new value: if( value =! anterior ){ elemento.val( value ).at...
asked by 26.11.2015 / 18:37
1
answer

Opening HTML inside a DIV, does not retrieve the partions via GET

I'm using Jquery to load an HTML page into a <div> . My code is working correctly, however it is not passing a value via GET that I need on another page: <!DOCTYPE html> <html> <head> <title>Exemplo</titl...
asked by 29.10.2015 / 12:52
1
answer

mount select in javascript with variable php

I'm building a script that dynamically receives a variable array from php, this variable I give json_encode, and now how do I mount my select with this information? script below: <?php $opts = array(); foreach($amenities as...
asked by 25.10.2015 / 15:32
1
answer

Page Load with Swipebox

I want the Swipebox to open the page with an image. link I did so: jQuery if($('.swipebox')[0]){ $('.swipebox')[0].click(); } // Swipe Box $('.swipebox').on('click', function(e) { e.preventDefault();...
asked by 05.11.2015 / 17:47
2
answers

Event when the user leaves the page

I would like to make a model the same as the free ratra site. How could I do this? If it consists of when the mouse leaves the page a alert appears asking if the user really wants to leave the page. What javascript event does this anyone...
asked by 04.11.2015 / 17:17