Questions tagged as 'javascript'

2
answers

Open Direct Page in the Center

Is it possible when you open the page load directly in the center of the page without anchor and also without scroll? Everything I search relates to window.open() . I did not find anything specific that I need.     
asked by 19.08.2015 / 17:04
2
answers

jQuery conflict

I'm having a jQuery conflict. I use an Admin, where it has several features ready. I needed to add an autocomplete When I finished I realized that the menu was no longer open ... rsrs This is from the menu and all Admin <script src=...
asked by 13.05.2015 / 16:02
1
answer

Javascript PHP returns

This here and HTML <div class="widget widget-table action-table"> <div class="widget-header"> <i class="icon-check"></i> </div> <div class="widget-content"> <table class="table table-striped t...
asked by 12.05.2015 / 23:43
2
answers

Calculation of toll per kilogram

Hello, I need to make a toll calculation based on the kilogram. Every 100Kg toll value must be added    Ex:       50kg = 6.42       100kg = 6.42       101kg = 12.84       200kg = 12.84       299kg = 12.84       300kg = 19.26       .....
asked by 15.05.2015 / 14:06
1
answer

Plugin for Visual Studio to create region in javascript

Hello, Does anyone know of a plugin for Visual Studio to create region in javascript codes? Thank you.     
asked by 04.05.2015 / 15:52
2
answers

Why does not the iframe open some sites?

Can anyone explain why some sites do not open in <iframe> and if there is a similar solution to <iframe> ? Google and PagSeguro , for example, do not open. <iframe src="https://www.google.com.br"style="width:...
asked by 30.04.2015 / 15:58
2
answers

Alert when browser is closed

As I would have to alert you to close the browser, I got one, but it also gives the alert when changing the tabs and that's not what I want at the moment .... Thank you!     
asked by 06.05.2015 / 14:40
1
answer

How to execute external JavaScript linked

I have the JavaScript of date: var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var timeValue = "" + (hours) timeValue += ((minutes < 10) ? ":0" : ":") + minutes + "h " timerRunning = true; m...
asked by 05.05.2015 / 14:21
2
answers

jQuery - Get content from a link tag

I have a compliant link tag: <link rel="stylesheet" type="text/css" media="all" href="../css/screen.css" /> When I upload the site, it brings me all the css that is inside this file, but when I get the content with jQuery it does not...
asked by 30.04.2015 / 20:45
4
answers

How do I open and hide fields on a form by check on button radio?

I have a form and in it I have two radio fields that, depending on the choice, should open other fields to fill. Thanks     
asked by 04.03.2015 / 15:27