Questions tagged as 'javascript'

0
answers

How not to allow rolling while in effect

Well, it's the following I have the following code: <!DOCTYPE html> <html lang="PT-BR"> <head> <title></title> <script src="https://captainskin.com/assets/js/lib.js"></script><style>#spin{posit...
asked by 01.02.2017 / 01:13
1
answer

How to call shortcode in wordpress through a select?

I have a page inside my website in wordpress + woocommerce which has two selects, and after selecting the two, I would like in a DIV below to call the product by shortcode. The problem is that you probably need a refresh. HTML <select cl...
asked by 09.02.2017 / 23:42
0
answers

Sheetjs problem while maintaining spreadsheet formulas when saving

The sheet.js library allows you to create and edit spreadsheets of type xlsx d Open office . Currently I have a spreadsheet that contains 3 pages as shown in the figure below. The DADOS page contains information that wil...
asked by 14.12.2016 / 16:51
0
answers

Geolocation with html5

I have the need to capture the user's location the moment he opens my page. When testing through a button that calls the getLocation () function containing the commands to capture the information I need, I encountered a problem when I visualized...
asked by 13.12.2016 / 03:48
0
answers

Problem with the Slider is back to the previous and later slider

When I click on the button to go to the next slider it goes back one and when I click on the previous one it goes to the next. function resetPos() { $('.slider ul li').removeClass('transition'); $('.slider ul li').removeClass('left r...
asked by 20.01.2017 / 20:31
2
answers

How to validate fixed and mobile phone number jQuery Validator?

I need a cell phone and landline validation method with the jQuery Validator plug-in. Differentiation of fixed-to-mobile numbers is important in order to validate the sending of SMS.     
asked by 07.05.2014 / 22:29
0
answers

HTML and CSS: Custom Component [closed]

I found the component below on a site and would like to learn how to do it. Does anyone know of a tutorial to teach it? Whenyouhoveroverit,itlookslikethis: Isawthiscomponentonthe Organize site in the New Releases section.     
asked by 21.12.2016 / 14:23
1
answer

Error returning date

Are you guys, beauty? I have a problem here, everything was working normally and nothing started to give me this problem. Here is the function: function atualizaHoraServidor() { var dia = digital.getDate(); var mes = digital.get...
asked by 20.12.2016 / 19:10
0
answers

Pause a gif in a given frame, similar to facebook

Hello, I have a doubt, I need to pause a gif exactly in the frame that appears on the screen, similar to what we see on facebook. This sample link So far, the only thing I could do was play and pause in a gif, but switching between the g...
asked by 08.12.2016 / 18:39
0
answers

Skip field when selecting ajax result

I have a div that has an "input" that returns the query results via ajax. I need that when selecting one of the results of the user, automatically jump to the next field or give an enter also jump to the next field. But these divs are inside a "...
asked by 07.01.2017 / 17:49