I have a login screen, where if the user logs a session storage with the required information, I also saw how I can read this recorded information, but how do I open a page through the URL to check if the session storage was if it is ok, let the...
I would like to know, I have a text created with canvas on chartJS]. How do I rotate the text, while being vertical in the center of the line. I tried Rotate, but the text disappeared from the graph.
EXAMPLE
link
$('a[rel=modal]').click( function(){
var id = $(this).attr('href');
var a1 = [];
for (var i = 0; i < id.length; i++) {
a1[i] = (id[i+1]);
}
var a2 = a1.join('');
var idTime = parseInt(a2);
modaisTime= $('#moda...
Colleagues.
I'm using Bootstrap's WYSIWYG, however I would like to remove some buttons, just leave Normal to Underline .
ThecodeIhaveis:<script>$(function(){$(".textarea").wysihtml5();
});
</script>
This event calendar with datepicker displays all the events of the current month, so how do you view events for the day when you click on a particular day? For example, click April 25, you receive all events for that day.
Follow part o...
I need to limit the number of times a button is clicked, below its code
$(".add-produtos").on("click", function(){
for(var z = 0; z < 17; z++) {
var testar = produtoObj(i++); //produtoObj é o objeto que renderiza os prodduto...
I made a class in JS (Model ES6), it's working beauty, but how do I put it in an external file and give it a Require Once as in PHP? Can you do that? Thanks;)
I'm doing an update to the database. But json does not return. Can you help me please?
JQUERY ARCHIVE
$(document).ready(function($) {
// Evento Submit do formulário
$('#myForm').submit(function() {
// Captura os dados do formulário...
I have two selects , when I change the first one, it has a on change event that calls a ajax to load the data of the second select , is working, but when I include Materialize CSS , it stops working , I no longer...