Questions tagged as 'javascript'

2
answers

Because it does not load the images on my web page, with the code forbidden 403

I have uploaded a page with adobe Muse, and the images do not load, I have tried in another hosting and if it is possible, that means the forbidden 403. I will appreciate explaining this effect. Thanks and regards     
asked by 23.08.2016 / 18:48
1
answer

JQuery UI slider in 2 hour range

JSON: { "saturday":[ { "start":"09:00", "stop":"10:00" }, { "start":"12:00", "stop":"13:00" } ],"sunday":[ { "start":"13:00",...
asked by 19.10.2016 / 07:51
1
answer

How can I concatenate strings in a V-bind validation?

I have a validation of Vue.js that makes certain fields mandatory according to the value that has a <el-option> that shows different estados_civiles and I need the fields to be mandatory when the value is different from 'v...
asked by 23.08.2018 / 20:44
1
answer

Error Google Maps getCurrentPosition () and watchPosition () are deprecated on insecure origins

Google Maps shows me the following error:    getCurrentPosition () and watchPosition () are deprecated on insecure   origins. To use this feature, you should consider switching your   application to a secure origin, such as HTTPS. See    link...
asked by 16.06.2016 / 00:29
2
answers

It is possible to put the ng-include directive inside a head

Greetings I'm using angularjs in the front end but my web application is not a Single Page Application, it's a classic application where the browser makes a request to the server for each page that the user requests. I want to abbreviate my c...
asked by 06.06.2016 / 20:39
1
answer

Perform SQL query from Javascript

Good morning, I understand that you can not perform an SQL query from Javascript, but I do not know if the information I have found through Google may be obsolete or not. The fact is that I have some elements that when pressed, a small script...
asked by 25.03.2017 / 11:18
1
answer

How do I redirect a .aspx window with an ajax call?

How do I redirect my current window to a new one through an ajax call? Ajax call code: function autenticarme() { var nick = $(".txtNick").val(); var pass = $(".txtPass").val(); $.ajax({ type: "POST", url: "login...
asked by 27.03.2017 / 20:42
2
answers

Store jQuery Id Selector in a variable

Why in the first example, when I store a JQuery Selector Id in a variable, the open () function does nothing? In example 2 the modal dialog box is displayed correctly ... Example 1) var modalBox = (function(){ var $modalBoxDialog = $('...
asked by 17.05.2016 / 14:20
1
answer

Change column title in kendo grid

How can I change the title of this Kendo MVC Grid column using Javascript using a button in another column? This is the column to which I want to change the title: columns.Bound(c => c.segundo_nombre).Title("2do Nombre").Width(20); An...
asked by 11.08.2016 / 19:25
1
answer

modal window from table

I have a table as shown in the image, and I want to show a modal window by clicking on the icon of each record, in the modal window it is necessary to search and display the details of the selected record as shown in the image ( is where I in...
asked by 14.12.2018 / 15:12