Questions tagged as 'javascript'

0
answers

Problem with switch in JS

a query I've been having problems with a code segment, every time I try with a different method I get a different result, and using switch is where I'm closest to getting it. I have a page with several forms, two of them are sent in all cases...
asked by 10.09.2018 / 16:32
0
answers

Laravel: Place helper of laravel package in element created with javascript

I am using the package shinobi of permissions which has a helper called can. The can is used by placing it in the html element in this way: @can('create.blog.post')<button>Crear</buttton>@endc...
asked by 07.09.2018 / 08:33
1
answer

REACTJS, router reacting LINK stops working

<Link to={{ pathname: '${match.url}/individual/${ innerValue.name }', state: { membe...
asked by 07.09.2018 / 03:08
0
answers

anime function for array in AnimeJS

I'm trying to affect an array of objects with animejs , my first function has no problems, but the second one is not, even though my browser's console does not throw any errors at me either. <div id="b1" class="box b1"></di...
asked by 09.09.2018 / 22:03
0
answers

Javascript - responsive d3 radar chart

good day, the truth is that I know little or nothing about javascript (just like inserting php variables), and I found a pretty interesting graph in link and I do not know how to make this graphic responsive or in your case that the measures u...
asked by 11.09.2018 / 01:20
1
answer

field editable in bootstraptable with x-editable

I am using a bootstrap table from which I want to modify a record of the table, for this I am using a complement called X-Editable ( link ) but the editable field is an input and I need it to be a text because I have to introduce line breaks in...
asked by 10.09.2018 / 23:49
0
answers

Validate Fields that are required and put border in Red color

Good afternoon friends, I hope you can help me. I am validating some fields with asp.net using requiredFieldValidator and JavaScrip. my code works but I have problems when I have an invisible fields and when this is enabled since depending on th...
asked by 10.09.2018 / 22:47
0
answers

My index.html file can not find the bundle.js file

I'm using the html-webpack-plugin plugins to automatically generate my index.html This is the structure of the project App/ |__webpack |__ webpack-config.js |__public |__src |__main.js |__template.html and this is my webpack con...
asked by 07.09.2018 / 17:46
1
answer

Validate that CKEDITOR is not empty

I am using CKEDITOR 5 to replace some textarea that will be used to publish informative content on a website. The problem I have when validating that the CKEDITOR is not empty, I have tried several things but nothing that I can give with the sol...
asked by 07.09.2018 / 21:49
1
answer

get file in JSON format of request XMLHttpRequest with a JavaScript Promise

I have the following call to an API through a Promise, do I need to get the result of the call in a JSON instead of text, in order to work with it, as it would be possible? thanks! $(document).ready(() => { const c = (x) =>...
asked by 08.09.2018 / 02:32