Questions tagged as 'javascript'

1
answer

Keep High of Background image to the entire screen in Portrait and Landscape

I have a background image in an element that is 100% height and width. CSS #splash{ background-image: url("../img/background_splash.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover;...
asked by 02.05.2017 / 17:58
0
answers

daterangepicker for Bootstrap // configure startDate and endDate

From a driver in laravel I am sending a date to a view with the format YYYY-MM-DD , but I can not make it appear in the daterangepicker , I understand it is a problem format, but I could not find the solution .. For now I am passing the...
asked by 13.04.2017 / 23:10
0
answers

Apply event to nav-tabs made in Bootstrap

Good morning, I have a nav-tabs done in Bootstrap, which in one of its elements creates a data table in an empty div. I need to change the tab in nav-tab , that div is empty, but I can not recognize any function added to those butto...
asked by 20.04.2017 / 09:05
1
answer

Concatenate bower components with gulp

Good afternoon everyone, I have a problem trying to concatenate all my bower components in a single file called vendor.js. This is my gulp task: gulp.task('bower', function() { var jsFilter = gulpFilter('**/*.js', { restore:...
asked by 20.04.2017 / 19:26
0
answers

Incorrect format when generating a table in pdf with jsPDF

I have this table in html <table id="test" class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-xs-1 col-sm-2 col-md-2" id...
asked by 20.04.2017 / 13:35
4
answers

Show an element of a JSON with an ID

How can I show the iP that belongs to an "ip_id" within elements?. data.json { "json": [{ "list_ip": [{ "1": "190.15.20.18", "2": "10.10.10.100", "3": "10.20.30.40" }], "cosas": [{ "elementos": [{...
asked by 20.04.2017 / 15:17
1
answer

How can I extract the data from this JSON URL using javascript and html? [duplicate]

I want to extract the data from a json using javascript and html . What I need is to show the values of the properties id and name . This is the URL of the API. The answer is this: { "mohademago": {...
asked by 15.04.2017 / 18:44
1
answer

Compilation Error Angular Interface 2

I ask for your help because I have created an interface with a boolean field and it is generating a compilation error which I have searched for and I do not know how to solve Interface: export interface Empresa { key$ ? : st...
asked by 15.04.2017 / 17:36
1
answer

I have problems to save a cookie in javascript

My problem is that I try to create a cookie to know which is the user that is using the web, the system I want to try is quite simple, I just want to create the cookie from the mail of the person who wants to start the session, the cookie should...
asked by 08.04.2017 / 22:28
2
answers

Show values of my query service made in Parse in Angular 2?

We are making an application in which we use Angular 2 and Parse for the back. In the application we save projects or "challenge" as our object is called and now we want to show them in an angular component. The problem is that although an ar...
asked by 08.04.2017 / 19:49