Questions tagged as 'javascript'

2
answers

Selected selector

How to enforce an if if a value of select is selected I have this: <select style="width: 120px; position: relative; left: 250px;" class="btn btn-warning btn-clan" onchange="document.getElementById('nick').value = $(this).val()">...
asked by 30.01.2017 / 05:32
2
answers

Datepicker bootstrap in Python (Django)

The basic implementation of the Bootstrap Datepicker works correctly, what does not work is the datesDisabled (deactivate dates): My forms.py: class BookForm(forms.ModelForm): class Meta: dateTimeOptions = { 'format': 'dd/mm/...
asked by 28.01.2017 / 20:23
1
answer

as samples my data without the labels I keep tinymce?

I have a small problem, what happens is that I'm doing a forum in laravel, and where they are supposed to put the description or code integrated e tinymce for it, to save the data in the DB is not the problem, what I'm doing is making a select i...
asked by 02.02.2017 / 20:50
2
answers

Jquery-ui dialogs do not work

I have the following problem: I want to open a dialog of jquery-ui for which I have the following code: <div id="dialog-form" title="TEST DIALOG"> <h3>Prueba Dialogo</h3> <form action="" method="POST"><...
asked by 02.02.2017 / 17:04
1
answer

Geolocation in if

I really need this: Get your ip, then with your ip your geolocation, then with this your country and then with this achieve an if that the if would be like this: if(francia) { // } is it understood? In this case I just want to show...
asked by 01.02.2017 / 16:34
0
answers

Parallax & Slider materialize.css

I'm developing in front-end and I'm looking for a way to make a slider with parallax with the materialize framework but I could not, the effect is to make a slide of images but also using a parallax. If someone has used this framework, they will...
asked by 08.02.2017 / 13:40
1
answer

Error in PUT call angularjs

I have a problem with a PUT call in AngularJS. When making the call to the API at the press of a button, it makes a first request, but then performs a second one, with the same parameters, which generates me in error in the response. API...
asked by 08.02.2017 / 11:33
1
answer

Error 534 when sending an email with Nodemailer

I have a web project where sporting events are created and when creating an event I have to send an email, it is the first time I use nodemailer. I'm doing shipping tests so for that I have a link that by clicking the driver of the url...
asked by 31.01.2017 / 22:02
1
answer

OnClick show gif

document.addEventListener('DOMContentLoaded', function () { var clickTimes = 0; var inicialImage = document.getElementById('inicial'); var loadingImage = document.getElementById('pensando'); var ideaImage = document.getE...
asked by 06.02.2017 / 17:24
1
answer

How to select a default value in Angular JS 1.5 in the combo

I'm doing an Edit from a Modal but I can not get the data to show me from the controller, only the empty field appears, note: if the selects work well. Here is my HTML <div class = "row"> <div class="col-md-6"> <label>CLa...
asked by 30.01.2017 / 19:55