How to display the "Update Your Browser" warning when the user's browser does not support HTML5 tags or CSS3 properties?
An initiative that encourages this is the link site, but they do provide a script for it.
Would it be possible to...
I would like to somehow check the person's name through the CPF on the recipe site.
There are applications on android that just put the CPF and it brings the name and the cadastral situation.
But the site has a captcha.
Has anyone ever done a...
I'm writing a plugin for tables called easyTable .
After understanding the basic operation of a plugin and how it can perform a thread I read in the documentation that to avoid the conflict it should look like this:
(function ( $ ) {...
I have a Click to Call link that returns me a JSON. How do I get the data generated in JSON via jQuery?
Link:
http://192.168.0.6:8080/G4FlexWS/rest/flexuc/clicktocall/ext/telefoneOrigem/telefoneOrigem/telefoneDestino
Return in JSON:...
I created on my page a select multiple and I need to get its values in PHP as vector, so I added [] to the end of the name. Example:
<select id="selecionados[]" name="selecionados[]" size="20" multiple ">
<option value=...
I need elements to be dragged only within a div that has scroll. For example:
HTML
<ul id="list1">
<li><div>1</div></li>
<li><div>2</div></li>
<li><div>3</div&...
I have the following code on my site.
setInterval(function(){
var id = $("#id_radio").val();
var id_glob;
$.ajax({
type: "POST",
url: "ajax/update_radio.php",
data: "id="+id,
success:function(e){...
I have a comment plugin for WordPress which has a small problem.
It works like this:
It is a <div> that works as if it were a <textarea> , only because it works like this, when the user wants to type a comme...