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...
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
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...
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"]
},...
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...
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...
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?
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...
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...