I need to use MongoDB inside Intel XDK, to log, register, save coordinates, then display on a map, etc ... Anyone have any suggestions for tool? Thank you!
Can I "preset" the page orientation when the user is printing is already marked as landscape? (Landscape)
My case is as follows, I'm having code similar to this example
link
I'm exporting my HTML to Excel and in this part every...
Good morning!
We are creating a super simple HTML page even for a small document that some users will access. In this document we have a form (input text) of search that will have to return through a "highlight" what the user searched for. It...
I'm having trouble completing the transparent checkout of the secure pag, following the code of what I'm downloading
$url = "https://ws.sandbox.pagseguro.uol.com.br/v2/transactions";
$dados = '[email protected]&token=6128AD81C3E14...
I am using youtube as a music player and every time someone accesses on iOS devices it opens the video in full screen.
Follow my code with playsinline.
var buildPlayer = function(videoUrl)
{
playerLoading = true;
player = new Y...
I am making a dynamic menu with table (6 columns already defined and the line will vary) and bootstrap.
I would like to know what is the best structure to build a dynamic menu (the user will choose several options, will be able to clone the line...
Return value processed in Javascript for the managed bean is it possible?
What's different about this process is that I run the JS method on the bean, like this:
RequestContext.getCurrentInstance().execute("getResult()");
I have the following code:
var contador = 1;
$('.preview-add-button').click(function(){
var form_data = {};
//form_data["concept"] = $('.payment-form input[name="concept"]').val();
//form_data["description"] = $('.payment-form inpu...