Questions tagged as 'javascript'

2
answers

color a certain row, column during an iteration

I found this script that color every time I click on a row, particular column, but I wanted to color a column, line during a certain condition. My idea was to do the same thing: link where it is in bold The condition would color every...
asked by 19.04.2015 / 17:41
1
answer

Add mouse title

I am using an external raphael.js file to create a pie chart. I used this page as a source: link I wanted to add a title by moving the mouse with its value. Code sample: link     
asked by 21.04.2015 / 14:15
1
answer

need script to delete mysql data with php [closed]

People need a php script where I log in and get the user id and where you can change user properties for example: I have a table in mysql with: USER: TEST, POSICAOX: 10, POSICAOY: 10. The script takes id and checks and then changes the dat...
asked by 22.04.2015 / 00:23
1
answer

How do I add two buttons to the toolbar?

I have grid and would like to put two buttons on toolbar . At the moment I'm trying like this, but it's not working: toolbar: [ { text: "Exportar para Excel", name: ["excel"] },...
asked by 09.06.2015 / 14:23
0
answers

Create phase menu that auto updates on Unity 5? [closed]

Example: At the beginning of the game, the menu will only have the Level 1 button, so the guy will pass the level to create an automatic button for level 2 in that menu? This button will redirect you to level 2, as it passes level 2, a button wi...
asked by 30.04.2015 / 19:17
2
answers

How to remove FullCalendar events?

I'm using this: eventClick: function (calEvent, jsEvent, view) { $('#calendar').fullCalendar('removeEvents', event.id); }, My database has: id , title , start , end , username I tried to change "event.i...
asked by 04.05.2015 / 15:57
0
answers

Unity 5: How to make the game go back exactly where it had ended up in your last run? [closed]

Example: the guy was playing and in the middle of the phase he closed the game, so how to make it when he opens the game again he comes back exactly in the part (or phase) that he had been closed?     
asked by 30.04.2015 / 19:11
1
answer

JavaScript and Unity 5: What is the error of the code? (Leap and fall animations)

I'm following a tutorial to create an infinite race game (Temple Run style), the tutorial is old and the classes etc changed in Unity 5, so I could not reproduce the code, it's done to control and execute the animations of the character .. If th...
asked by 03.05.2015 / 07:38
0
answers

How to use the rightclick Api google Maps for mobile

Today I added an event to my map, in case, if you right-click, it performs a certain event. I have no cell phone to test. But cell phone does not have right button. Google maps api converts this event to what? How will the user perform this e...
asked by 02.05.2015 / 12:34
0
answers

Can I use Blueimp Gallery to display content in text?

Is it possible to use Blueimp Gallery to display texts instead of images / videos? In this case, it would be lightbox responsive to news.     
asked by 18.03.2015 / 15:05