Questions tagged as 'javascript'

0
answers

Where to login web, c # or javascript?

I have the following code to verify a CIF: namespace PortalClientes.Account { public partial class OlvidarContra : System.Web.UI.Page { protected void btn_enviar_Click(object sender, EventArgs e) { /...
asked by 30.12.2016 / 10:27
1
answer

Does not refresh Datepicker when using beforeShowDay

Good morning. I am using Jquery UI datepicker as follows: $(document).ready(function(){ initComponent(); }); var j = 0; function checkDate(date) { j++; if (j>5 && j<10) { return [true, 'event','']; }...
asked by 16.01.2017 / 11:28
1
answer

How to bring information with ajax to a form?

I am trying to make a CRUD in codeigniter, but when I bring the information I can not find the way to store it in the input of the form (the form is in a modal). This is the model code: public function carga_edit_client($cedula_rif){ /...
asked by 15.01.2017 / 02:34
1
answer

How to return data from different models from Nodejs and MongoDD?

Good morning, I have a web application made in Nodejs, in one of the requests I must send data of different models. My query is as follows Is this the correct way? function getProduct (req, res) { let productId = req.params.productId Produ...
asked by 03.02.2017 / 22:06
2
answers

Weight problem compiling with WebPack

Friends, I'm working on an application with ReactJS using es6. I started using browserify for the conversion and compilation of es6 to es5. But I realized that my "bundle" file after the transformation weighs 1.3mb, which is logically too much...
asked by 05.02.2017 / 14:30
1
answer

search and auto completion search using javascript and html

good I have to do a project using javascrip the library react js and html. The project consists in making a search bar that completes what I'm writing, this is done using an api and all this is inside a modal. I already have the modal and the...
asked by 04.02.2017 / 22:55
1
answer

Load one informational message after another after x seconds

I have a part of my code that I would like to modify. I'm sending to print  and I show a message, what I want to do is that after 5 seconds show me another informative message and, after 3 more seconds, disappear and follow the flow of the progr...
asked by 16.01.2017 / 16:20
1
answer

What is the correct function of a Pre-loader?

I've been looking for how to do them in several pages, but in all the ones I've found I see that they use a specific time in which the pre-loader will appear, and my question is if the function of the preloader is to appear for a specific tim...
asked by 26.12.2016 / 02:23
0
answers

ExtJS - Sort column (rendered) by raw data

I have a grid with a column (' priority ') to which a renderer is applied to display a text according to the value it has. Being a priority column we will be working with the following values: 1 = 'baja' 2 = 'media' 3 = 'alta' 4 = 'critica'...
asked by 01.02.2017 / 09:13
0
answers

Problem with query and php / ajax

I wanted to ask for help with a problem that I have and I have not been able to find the error, in reality there are 2 problems: Problem 1: I have an error with the query, I have a syntax error (I do not know how to get there but before it di...
asked by 01.02.2017 / 00:21