Questions tagged as 'javascript'

0
answers

plot line in FLOT.JS

I have a question, I have been using the highchart library to generate some graphics, but I realize that I need a license to use it in a production environment, and now I need to use a free library and I have chosen FLOT.JS but I do not know h...
asked by 26.06.2018 / 14:35
0
answers

In the Owl carousel can you use rows within a slide?

I would like to create several rows or rows within a slide, but in the documentation I do not see the option to create them link     
asked by 26.06.2018 / 10:20
1
answer

Jquery: ReferenceError: $ is not defined [closed]

The browser returns the error: ReferenceError: $ is not defined with the following script. $(document).ready(function(){ (function($) { "use strict"; jQuery.validator.addMethod('answercheck', function (value, el...
asked by 26.06.2018 / 07:25
0
answers

DataTables replace point with comma

I am working with DataTables and a problem has arisen with the rendering of decimals, according to the documentation of < a href="https://datatables.net/manual/data/renderers#Number-helper"> render would be done as follows: { data: 'e...
asked by 02.07.2018 / 13:18
0
answers

hide and show a div from another view by obtaining URL variable value

This is the code on the Origin page <li class=" column list-group-item float-e-margins"> <a href="~/Questions/Questions?valor=1"> <span class=" label label-primary">REGISTRO</span> </a> </li>...
asked by 02.07.2018 / 12:43
0
answers

How to know if you press the back button on my page using js ???

I need to avoid that in a view of my page they can go back. How can I know if they press the back button on my page using js ???     
asked by 24.06.2018 / 02:35
0
answers

Ajax in Visual Studio 2013 undefined

use VS 2013, I have a table that should show the data of a form, but it shows undefined HomeController [HttpPost] public ActionResult AddUser(string UserName, string Email, string Password) { var user = new UserModel();...
asked by 23.06.2018 / 20:12
0
answers

How can I get audios of different HTML, which are called with the load () method of jQuery, not to interfere in certain div?

HTML <div class="fondo"> <section class="channels"> <ul> <li><button id="Hitlist">Ch.1 - Hitlist</button></li> <li><button id="ElektroXploit">Ch.2 - ElektroXploit</bu...
asked by 23.06.2018 / 22:50
0
answers

ERROR with MeteorJS and MongoDB

Dear, I have an error that I can not solve and I do not know where it is because I do not have any error as a reference. I am new with Meteor, I am developing a simple "Hello Word" start application, but I can not show the data in the applica...
asked by 23.06.2018 / 20:44
2
answers

Delete the property of an object whose value is the longest text

Write a remove function, remove any property whose value is the longest text. This is my breakthrough ... function remove (num , obj){ let myObject = { name:"Rodolfo", edad : 23, hobby:"ir al cine" } if(Object...
asked by 21.06.2018 / 13:13