It happens that I have this function, which should return me a string in JSON , but it's not like that, it returns me undefined , why?
$scope.get = function(id, tabla){
var data;
if(id=="") {...
I have a md-datepicker defined with Angular 1.X:
<md-datepicker ng-model="query.filter.mindate"></md-datepicker>
How can I define the format of the date of this component?
I have already read some answers about it (lik...
I need to align a header section in a code.
I have
and I want to get something like this
The code is:
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class...
I am making an application, I have a database in Hostinger already created and the PHP files also connected so that I can take the corresponding columns. My problem is that I do not know how to connect these PHP with Java . How do I make...
How to give a function to execute a button in excel, the excel button is a drop-down list button, so I want to execute an action, the action I want to give me is that I see a box to complete in which I already have the macro for it, what I do no...
I've done a program in Python 3.5 to ask myself words. But I have a problem:
dictionary = {}
numpal = int(input("Cuantas palabras quieres que te pregunte?: "))
if numpal<=0:
print("El numero de palabras tiene que ser mayor que 0.")...
I'm opening a datetimepicker in a modal but when I open the picker it stays behind:
I have put the z-index property in the css but it does not work for me.
<div class="form-group is-empty">
<l...
What I need is to capture the Qr and show the records of that code. I have something like that.
This is my XAML.
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPersonN...
Good afternoon, can someone help me map this json in a javascript ?
[{
"header": {
"nav" : {"option1":"menu 1"}
}
}]
so that this stays this way
<header>
<nav>
<li></li>
</nav&...
I'm trying to make a simple application where a GridView is shown, but the application does not show the GridView . What am I doing wrong?
public class AdapterCategory extends BaseAdapter{
protected Activity activity;
protected Arr...