Questions tagged as 'javascript'

1
answer

Ember js execute javascript when the html is loaded

I am new to emberjs and I am trying to add the template link but I have a problem with the menu because when clicking it does not display the submenu. I already found out why the submenu is not displayed: when you add the click event from J...
asked by 11.03.2017 / 18:11
0
answers

Print response in a new file (any format) [NodeJS] [closed]

I want the X execution response to be printed in a file created according to my specifications (format, folder).     
asked by 13.03.2017 / 05:34
0
answers

BBCode text editor in Javascript [closed]

I have a text editor BBCode in Javascript (with a style in CSS ), but my problem is that the buttons to put in Bold, italic or underline do not work. If I put the codes both <b> as </b> or [b][/b] manually,...
asked by 13.03.2017 / 09:56
1
answer

Implement toastr in my contact form

How can I implement the Toastr JS in my contact form. I want to leave toastr.success and toastr.error instead of the alert() I have now. This is my code: <?php if(isset($_POST['email'])) { $email_to = "info@micorr...
asked by 18.02.2017 / 15:59
0
answers

Highcharts Error: Uncaught TypeError: Can not read property 'setData' of undefined

I seem to miss the chart $(document).ready(function(){ $('#grafico1').highcharts({ chart: { zoomType: 'x',reflow: true,resetZoomButton: {position: {align: 'left',x: 0}}, type: 'column',...
asked by 07.02.2017 / 14:11
0
answers

Full calendar, a button to update events

I'm trying to make full calendar refresh the data by a button, I enter the records in a separate form, but when I enter the calendar I have to press F5 in the browser to show the Last events entered, I tried with this code javascript...
asked by 02.02.2017 / 09:16
3
answers

ASP.NET MVC and JQuery - How to capture events from any combobox

You could lend me a hand in the following, I'm working with ASP.NET MVC , to capture the text of the selected combo and put it to the model I use a hidden , I have something like this: $(function () { $("#datosCombo").change(function...
asked by 10.01.2017 / 15:13
0
answers

How to reload assets after route in angularjs?

I have a site with animations. When I load the page for the first time everything works. But if I browse through the pages "/", "/ company" the animations stop working. I leave the example with screenshots: First upload "home.html":...
asked by 06.01.2017 / 19:50
2
answers

FCM cordova push notification not received in secondary page

I have the following problem with the plugin FCM.plugin to connect Firebase Cloud Messaging with cordova. My application is a login and then a secondary page where I load all the content. The problem is that I do not receive notificati...
asked by 03.01.2017 / 17:10
2
answers

badge in a select to show an accountant

I am looking for a way to display a list that contains the number of students per room, that is: Ex: HTML <div class="form-group"> <select class="form-control" name="selecgrupo" id="selecgrupo"> <option>Selecc...
asked by 02.01.2017 / 14:18