Today, can we only use CSS to change the scroll bar customization of a DIV? If so, how can I do it? Otherwise what is the best script and how to use it?
What I want to do
The guy has on the form the option to register individual or legal entity. I want it when it clicks on the person's radio, it clears the input from legal person, and vice versa.
What I did
I feel like a fool. I made th...
I have two tables in Mysql:
Alunos: id, nome, idade, email, senha.
login: id, email, senha.
When I insert to write the information in the alunos table, can I make another insert to write the email and password in l...
I'm trying to implement in the application that I'm creating Tabs, like this:
But when I try to implement, I'm always faced with deprecated classes and methods, such as TabListener , ActionBarActivity and now I'm not...
I am learning angular.js and am having difficulty with the following code
var myapp = angular.module("myapp", [])
myapp.controller('controller', function reset($scope){
$scope.reset = function(){
$scope.nome = " ";
$scope.nota1 = "...
I've implemented these classes, but I can not import them; the project was done in Android Studio.
public class HttpConnection {
public static String getSetDataWeb(WrapData wd){
HttpClient httpClient = new DefaultHttpClient();...
I have a page where any task occurs, only it needs to be finalized, or every process will be lost.
I would like to show an alert, like Facebook and other websites show, asking the user if they want to leave this page or stay in it.
I have a certain div.box that will be repeated several times, and some of them have a link ( a.link ) with a specific class.
Example:
<div class="box" data-id="1">
Primeiro texto
</div>
<div class="box" data-id=...
I'm starting with Laravel and I'm not sure where to put the css files, since there is no assets folder, as it exists in Laravel 5. I need to work with version 4 because the PHP version on the server is old and not I can change. I did not find an...
I have a list of elements, say a list of rows in a table:
$('#minha_tabela tr');
Is there a selector, method or overload in jQuery so I can return more than one line passing multiple indexes?
Something like,
$('#minha_tabela tr').get(0...