Questions tagged as 'javascript'

2
answers

Sessions do not appear when I make a call by ajax

Friends I had a problem with the sessions, because I can not recover them when I call them by ajax from another domain (the ajax calls the previous domain) I create the sessions in this domain ( link ) and then I call that same domain with...
asked by 03.01.2017 / 17:00
0
answers

as I do so that all the buttons have the same classes in javascript [closed]

I want to show the div id="comment", but having a foreach with many comments only works for the first button, the other buttons do not work. I think xq is the id is unique, so I imagine that with javascript handle a class so that all the buttons...
asked by 27.02.2017 / 05:02
1
answer

Reduce HTML text until it exceeds its container

I am trying to find a method that reduces a text HTML until it does not exceed the size of its container with overflow hidden . The text can have different fonts, letter sizes or line height, so it is very likely that the las...
asked by 26.02.2017 / 03:46
1
answer

Search for html files with keyword inside?

Well I tell you, I have a website where I have products for sale. Previously I could put them on the main page without worrying that customers would not find what they were looking for because they were few products. But now I have increased the...
asked by 21.01.2017 / 20:52
1
answer

access this in callback ecma6

Friends, I have the following code: Selection Object (in the method to obtain is the relevant code): class Seleccion extends React.Component{ constructor(){ super(); this.state ={ image : null, selecciones:[] }...
asked by 22.01.2017 / 15:54
0
answers

Error when running webpack: Can not find module '/webpack/webpack.server.config.js' [closed]

It's the first time I'm trying to use webpack to develop applications with react. In webpack.server.config.js I have the following code: module.exports = { entry: './source/server.js', output: { filename: 'index.js', path: '...
asked by 12.01.2017 / 23:49
1
answer

Canvas Fabric overlay

I have a canvas created in principle with a background image, to which from a button I add a marker (a normal and current image) over the background, the subject is, if I click on the background, I leaves the marker unused, having to move...
asked by 13.01.2017 / 14:20
1
answer

Correctly configure routes in angularjs

I have the routes configured in my file crud.js in the following way: app.config(function($routeProvider){ $routeProvider.when('/',{ templateUrl: 'vistas/estudiantes.html', controller: 'ListarEstudiantesController' }).when('/estudiante...
asked by 19.01.2017 / 15:42
1
answer

Autocomplete an input dependent on another

I have the following: a form with a customer fields and another appliance field in the database, each device is related to a customer by means of the primary customer key. what I need: At this moment I already have the completed car running i...
asked by 29.07.2017 / 21:02
0
answers

SIgma.js - Container not found inside an iframe

with Sigma.js I am trying to make it work within an iframe, I get the error Container not found , it does not recognize the div with id="graphContainer" with which sigma renders the graphics. the iframe belongs to an Ifobox b...
asked by 29.07.2017 / 21:37