Posts by gumaro • 77 points
5 posts
-
1
votes1
answer207
viewsQ: How do I make a registration in Moodle, and where the data is recorded?
I am developing a Moodle subscription plugin which generates a ticket from a certain bank, but I have some questions regarding the confirmation of the user’s registration (enrol): What table is…
-
0
votes1
answer296
viewsQ: Droppable jQuery event does not work
I have the following code to perform the Drag and Drop event: $(".device-profiles").draggable({ revert : true, start: function(event, ui) { dragColor = $(this).attr("data-color");…
-
0
votes3
answers1863
viewsQ: Return of content by Curl
I’m developing an automatic billet generator, using a tool provided by Banrisul Bank. To generate this automatic ticket I need to send a request through the following URL:…
-
3
votes1
answer141
viewsQ: Make DIV Scrollbar follow li element of the list
Hello, I would like to know how I can make the code I have (below) make that every time the button "next" or "previous" are clicked, follow the element li with class "music-playing"? Code:…
-
2
votes1
answer381
viewsQ: JSON Structure for Highchart Line
I would like to know what would be the correct structure to create a LINE chart in Highcharts with dynamic data: Example http://jsfiddle.net/gumaro/6u4Ha/2/ I have values that I want to show in a…