Questions tagged as 'javascript'

1
answer

Menu control

I have a menu in a bundle and I want to add to that menu a part that is in another menu, but I want these menus to appear both on all pages. The main menu is this: {# src/RoqSys/BaseBundle/Resources/views/Default/base.html.twig #} {% extend...
asked by 13.02.2015 / 13:00
0
answers

Enjoy button does not load content

I have the Facebook button on the site, but when I enter the page and click on enjoy the content is blank. If you refresh the page the content appears. follow the code: Script (function(d, s, id) { var js, fjs = d.getElementsByTagName(...
asked by 10.02.2015 / 13:57
0
answers

Firefox OS: Error submitting app

I'm trying to validate my app in the firefox marketplace. However, I am getting the following news: Error extracting the manifest from the zip file. But the manifest.webapp complies with the firefox standard { "name": "Primeiro APP Firefox...
asked by 10.02.2015 / 15:53
0
answers

Adjust button text tan and share facebook on page

I have in my page a script that inserts the Like and Share button and my site has a responsive characteristic and when being resized the text stays unadjusted on the page. The only thing I have is this script here: I forgot to insert a div th...
asked by 06.03.2015 / 14:47
1
answer

Import error non-existent but reported by Eclipse

An app I'm doing creates a browser and provides the functionality for the webpage that that browser displays. The page makes use of AngularJS to work, and has absolutely no problem with the project, it works normally. The problem is...
asked by 06.03.2015 / 15:12
0
answers

How do I debug (display errors) on a system that uses MooTools?

Alright? I do not know JS in depth, but I need to debug a piece of code that uses MooTools. When I inform my code to write an array with print_r or debug (cakephp), nothing is displayed to me and on the console it looks like this: SyntaxErr...
asked by 06.03.2015 / 17:49
1
answer

Error filtering data from table Datatable

I have a ViewBag where I populate a select with a list of years. When selecting a specific year, filter the table with data only from those years. To do this filter, I'm using a script: $(document).ready( function() { // any t...
asked by 08.03.2015 / 15:27
1
answer

Wizard with Kendo UI

Kendo Ui has not developed the wizard component, so we have developed a javascript component in it, but by "mixing it" with Kendo I get errors in the kendo.web.min.js kendo file. In search of solution I found this link that the same problem oc...
asked by 19.02.2015 / 19:45
1
answer

Jquery problem setting browser window

! [insert image description here] [1] I'm developing a website and I'm having a problem adjusting the window. The problem is in the site menu (nav), when I am adjusting the window to smaller it reaches a point where the menu text disappears. The...
asked by 07.12.2014 / 20:23
0
answers

Local usageStorage with a Countdown script [closed]

<script type="text/javascript"> var sHors = "10"; var sMins = "00"; var sSecs = 00; function getSecs(){ sSecs--; if(sSecs<0){ sSecs=59;sMins--;if(sMins<=9)sMins="0"+sMins; localStorage.setItem("sSecs", "tempo"); loc...
asked by 13.12.2014 / 00:21