Questions tagged as 'javascript'

0
answers

How to export and import a Java class in C #

I need to know how to export and import a Javascript class in C #, I tried to do it but it does not work out. This is my code to import, here in this code I get the vales of the current date and time, and the values obtained use it in other Java...
asked by 05.10.2018 / 15:13
0
answers

page problem with page.js

I have two pages, signin1.html and index.html signin1.html has a form that when clicking on the button is reedirige to index.html but there the problem arises because it does not redirect it var $ = window.jQuery var page = window.page...
asked by 05.10.2018 / 14:39
1
answer

Method $ push does not work (MongoDB, Mongoose)

How about. I'm having a problem I have an array in mongodb, which is supposed to store objects, but I can not add them. Student.update(mongoose.Types.ObjectId("5bc25777d9dded06a4635430"),{$push:{sanctions:{reason:'test'}}}); It is assumed t...
asked by 15.10.2018 / 15:35
1
answer

Appear an alert that can not be repeated

Hello good morning I have a file upload that is uploaded with a combobox which is called in the database image_text I would like that combobox would not be repeated the option put in the combobox this is my insert <?php session_start();...
asked by 04.10.2018 / 16:34
0
answers

Know tracking requests

I wanted to know if there is any way to know where a request comes from on my web site? Let me explain: If I am in a marketing process, without using Google Analytics, and I place a link to my site on another website and a person clicks on...
asked by 04.10.2018 / 16:02
0
answers

Cross-Origin Read Blocking (CORB)

good afternoon. I am developing a system that edits rows of a mysql database. The system I'm doing in PHP and JS (native). Ajax requests to a php and nothing else. The data of the BBDD shows them to me perfectly. The issue is when editing certai...
asked by 05.10.2018 / 21:55
1
answer

Problem when running ajax to php followed by vecez

friend I have a problem running an ajax number of times I ran into the server and the site knocked me down, this could be part of the server or javascript. Ajax is a common ajax, $({ type: "POST", dataType: "Json", data: json, url:...
asked by 05.10.2018 / 23:20
1
answer

Validate Inputs by jquery and validate them with jquery validator?

I already have the validator jquery with other rules of other static inputs, but I am adding some inputs through 'jquery' of the form: var ReglasValoracion1a1000 = { required: true, digits: true, range: [0, 1000],...
asked by 04.10.2018 / 02:35
2
answers

Change datable background color

I have some datatables that I want to change the background color on a specific page, so add a style to change it: table.display tbody:hover td{ background-color: red !important; } I do it this way but it only changes the color when the cur...
asked by 10.10.2018 / 20:57
1
answer

Problem when using a session variable of php codeigniter in a js file

As I put it in the question, how can I do to use a codeigniter session variable to a js file? Now, there are certain things that should be known; The first thing is: The session variables are in a file And where I want to use them is anoth...
asked by 16.10.2018 / 15:25