Questions tagged as 'javascript'

2
answers

Get information from the url [duplicate]

Hello, I would like to know how I can get information through a URL like this below: http://www.meusite.com/?primeiro=11111&segundo=222222&terceiro=3333333333 I wanted to get the information for the " first ", the " second...
asked by 16.05.2016 / 13:52
0
answers

Javascript input select option with data-select

I have the following javascript code and create add data-select attribute Something like this but create the select in javascript link As in this option in php but in javascript echo'<option data-select="'.$distrito.'" value= "'.$r...
asked by 15.05.2016 / 16:21
0
answers

Printing Pages

I'm facing a problem with webpage printing. I have 3 pages .php pag1.php; pag2.php; pag3.php; I would like the user to click on the print button and my function print () is triggered - so far, no problem - but all pages printed together. Fo...
asked by 18.05.2016 / 14:18
1
answer

Validation of a Dynamic Select Option

I need some super help! I need to validate a SELECT OPTION that is dynamically generated: <table class="small-grid" style="margin-top:18px;"> <?php $i=1; foreach ($ImportF...
asked by 19.05.2016 / 00:36
1
answer

How to skip line in tooltip?

Hello, I'm trying to put balloons with information on my SVG map (when I mouse over the map the information appears), but when I try to put information like city and phone the information line gets huge. How do I skip the line and better organize...
asked by 20.07.2016 / 14:29
1
answer

Login with ActiveDirectory

I'm trying to connect to AD. But the error is displayed:    Warning: ldap_connect (): Could not create session handle: Bad   parameter to an ldap routine in C: \ Program Files   (x86) \ EasyPHP-DevServer-14.1VC9 \ data \ localweb \ my portabl...
asked by 21.07.2016 / 19:37
1
answer

$ conditional non-angular scope

Hello I have these radio buttons: <div class="row" ng-controller="GetDados"> <div class="col-lg-10 col-lg-offset-5"> <label class="radio-inline"> <input type="radio" name=...
asked by 17.05.2016 / 19:13
0
answers

How can I use gulp-stylus, jeet, and rupture with gulp-load-plugins [closed]

If I use Stylus with Jeet and Rupture, my gulpfile.js would look like this: .pipe(stylus({ use:[prefixer(), jeet(), rupture()], compress: true })) Now, I modularize my Gulp tasks with gulp-load-plugins. And...
asked by 17.05.2016 / 20:14
2
answers

why is 8 appearing and not the number referring to i?

<style> .menu > li:hover .sub-menu{ display:block; } </style> <ul class="menu"> <li>li 1</li> <li>li 2</li> <li>li 3 <ul class="sub-menu"> <li>l...
asked by 08.05.2016 / 19:07
0
answers

Help with google maps api [closed]

Hello everyone, how can I load my div with google maps after clicking on a button, and not letting the maps load with the page load? Thank you!     
asked by 17.05.2016 / 20:18