Questions tagged as 'javascript'

0
answers

Flexigrid pagination

I have a flexigrid, which returns me data via xml. But if I use LIMIT in the query, it returns only that set value and does not paginate the other records, in case I draw the LIMIT, the next and prev buttons work, but all the records are display...
asked by 14.10.2015 / 19:08
0
answers

Resize image and remove borders

I'm doing a "UI" with Canvas, where only the center part is resized and then reattached with the edges. Everything works perfectly, however as the size increases the "smooth" edges too, and I wanted to know how to remove it. Base image: F...
asked by 15.10.2015 / 02:43
0
answers

Duplicate file

I am making a registration for the class Dining and DiningRestaurant. To register Food Food items you have to register for Meal first. The problem is the data is being registered, but since I want to register multiple meals at the same time with...
asked by 14.01.2016 / 03:17
1
answer

Javascript OnRowClick Returns To HTML With All Rows

I would like to return all the values within the Row, Row-A-1, and so on every time I click on a Row, but currently I can only print Row One. <div id="divTable"> <table id="userTable" border="1"> <tbody style="curso...
asked by 13.01.2016 / 20:43
1
answer

JavaScript Error in Chekar asp: CheckBox

Good morning. I have the following code: HTML: <asp:CheckBox ID="ckPergunta" runat="server" onchange='SelectChoices(this);' /> JavaScript: <script type="text/javascript"> SelectChoices(); function SelectChoices() {...
asked by 26.11.2015 / 13:46
1
answer

window.location.href does not work on Windows Phone

I have an application made in Cordova that uses window.location.href to transfer two values between pages. Everything works fine on Android, iOS and even in IE, but when I test directly on Windows Phone, it says it can not find the page. Can...
asked by 29.10.2015 / 17:44
0
answers

Problems loading image by css [closed]

I have a library, in the original it was as follows. The .css file was in the root, and there was a folder called images that css looks like this: /images/imagem.png. Well, we had to make an improvement in that library. Then the css folder, the...
asked by 30.10.2015 / 14:06
1
answer

Difference of using module and own libraries, NodeJS

I'm starting at nodejs, it's all "new" and I came across this conflict. There are modules (I call modules, I do not know if it's right) ready etc ... though I have libraries like CryptoJS that have modules for NodeJS and have your JavaScrip...
asked by 31.10.2015 / 23:29
0
answers

Unsafe content, JS audio [closed]

I am finalizing a JavaScript, and only one audio is missing when an event occurs. I'm testing the following code: console.log('sobre audio'); var a = new Audio("https://mdn.mozillademos.org/files/2587/AudioTest%20%281%29.ogg"); a...
asked by 01.11.2015 / 01:58
0
answers

Flip page javascript

Hello, I'm new here and I'd like to ask you a question (I'm not a professional programmer) It's like I do a flip page that instead of loading images or PDF, it loads an html page. I downloaded the link but, I got lost, if anyone could give me...
asked by 10.10.2015 / 22:39