Questions tagged as 'javascript'

5
answers

How to print content inside an HTML div?

I have a page and in it the content I want to print. I created a command in JavaScript, but this command makes the whole page print. Is there any way to print only the contents of a div ?     
asked by 21.12.2013 / 04:20
0
answers

Autocomplete with search by id and name

How can I do an autocomplete with two column search of the database? I have already looked at several examples, and I have seen one that uses a grid genre, it is something like $("#seletor").combogrid(...) . I already managed to impl...
asked by 24.06.2015 / 10:34
0
answers

Links Protector in JavaScript

Hello, I would like to know how I can change the code below the link protection in the following way, in case it releases the download link if you click on some advertising area within a DIV and have how to apply this function in several div thr...
asked by 23.06.2015 / 15:12
0
answers

Receive notification when a facebook comment is made in wordpress

I'm creating a blog in wordpress and want to make the facebook comments made on the post page generate a notification on the page administrator's facebook page. In an old blog, I used the Facebook Comments Notifier plugin and it was working...
asked by 29.07.2015 / 22:03
0
answers

Insert Background via URL in BIRT REPORT

I'm reporting on BIRT REPORT and need the background of my report to be a dynamic watermark via URL, can anyone help me?     
asked by 30.07.2015 / 15:51
1
answer

About Object and Extensions [closed]

I'm now starting in Javascript I'm learning through websites. I went to an excellent site ( link ) and so far everything was fine. Except that getting to the part of (Objects) the code does not give at all. The point is that the code does not st...
asked by 29.07.2015 / 18:48
0
answers

Geocoding using Google Maps and jQuery

I created a slash for the user to enter the desired destination location. This address is captured by the function click() of jQuery . Until that point the code is working, but for some reason the API geodecoding function is not worki...
asked by 11.06.2015 / 23:03
0
answers

Google Maps and Jquery issues

I'm building a site with jQuery UI and google maps. My map div is inside another div (tab) of Jquery. I do not know if there is any conflict between jquery-ui and google maps because it does not work just shows a gray box with the zoom and stree...
asked by 15.07.2015 / 19:36
0
answers

How do I get and modify an AJAX request?

I'm creating an add-on for Chrome , in the add-on I modify various parts of a site. But now I need to modify a ajax request, the site makes the request before the extension script goes live. I've done something similar but in localhost ,...
asked by 30.06.2015 / 08:38
0
answers

Edit Cell of a Table

Well, I'm in need of help, I'm filling a table with a result of Select SQL . As the code below shows: $sql = "SELECT Nome, COUNT(Especialidades_idEspecialidades) FROM especialidades_has_professores AS ehp, professores AS p, professores_h...
asked by 09.06.2015 / 21:00