Questions tagged as 'javascript'

2
answers

Help with concatenating

I need to pass a variable inside an array of items, a parameter that only accepts string, but when I pass a variable the API does not accept, it says the parameter is incorrect. Better explaining: var userstocreate = [ { username: 'a...
asked by 19.11.2015 / 12:01
0
answers

Countdown using the current time in Javascript [duplicate]

I found this Javascript counter on the internet and I need to configure it as follows: When you give 22 hours it starts counting, the count goes until 15 hours the next day, there the next day 22 hours again , it will start again and s...
asked by 18.11.2015 / 05:44
0
answers

How to resolve the error "Can not read property 'pageSize' of undefined" in Kendo UI?

Good afternoon guys, I have the following error:    Uncaught TypeError: Can not read property 'pageSize' of undefined. I'm working with Kendo UI, trying to generate a list of users, using kendoDropDownList , but I still can not unde...
asked by 22.12.2015 / 20:42
0
answers

Upload header and footer with .load () and make it visible to Google

I'm building a pure HTML website, which has the following structure ConsideringthatIdonothaveaMasterPagelikeinASP.NET,Ineedtoreplicatetheheaderandfootertootherpagesusingthe.load()functionofjQuery,likethis:HTML<divclass="header"> </d...
asked by 12.11.2015 / 13:10
3
answers

"href" attribute for JavaScript links: "#" or "javascript: void (0)"?

Popularly, there are two methods of creating links that execute a function in JavaScript, they are: <a href="#" onclick="myFunction();">Executar JavaScript</a> or <a href="javascript:void(0)" onclick="myFunction();">Exec...
asked by 21.12.2013 / 02:50
1
answer

Hide homepage posts via JS

I use BLOGGER and wanted to ask you for help from JS to give me a solution to my problem. Next, I want to hide posts that are on a particular homepage bookmark! Can you understand !? All posts placed on the Newsboard wanted them to be hidden fro...
asked by 05.01.2016 / 10:53
1
answer

How to load javascript correctly dynamically

I have two pages called header.html and footer.html. They are included on all pages via javascript. For the header to work properly and the menu open when I hover the mouse I use the bootstrap-hover-dropdown.min.js script, but this menu only wor...
asked by 09.11.2015 / 18:09
0
answers

Help with $ angular filter

I'm doing a modal screen search of a system I'm doing, and am encountering the following problem when implementing the filter: I'm filtering an array of objects in a ng-repeat, each object has 3 fields, however I want to filter only two, I tried...
asked by 04.11.2015 / 17:54
0
answers

Flash, javascript and html5 canvas

Hi I made a slider in flash player with the html5 canvas and I published it now I need to put it inside the div of my file but I can not, the screen goes black when I replace the html file made by flash, and I put it in my page . I'm testing on...
asked by 04.11.2015 / 07:05
2
answers

How to change status with AJAX?

I have a system where the administrator can approve or disapprove the user, everything is ready, but I want to know how to do this process with ajax, so that every time I approve or disapprove a user the page does not give refresh . App...
asked by 05.07.2016 / 01:08