
Search In
We can achieve this using javascript or using jquery.Below methods demonstrate it.
Method 1: Use any JavaScript to include another js file.
Step 1: Add following function in your page.
function includeScript(url)
{
var head = document.get
I use my administrator account, I can access internet both my android applications and web browser (Chrome).
But when I change to be a guest account in Remix OS, I cannot get any internet connectivity. I installed Remix OS on VM-ware. I us
To get MMS conversation from an Android device, use the following code:
ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse("content://mms");
Cursor cursor = contentResolver.query(uri, null, "thread_id IS NOT N
In android there is no default text clear button functionality in EditText so here is a simple example of implementing text clear button in edit-text, You just have to follow instruction given below to make it in your edit-text.
1)- First you have
Hello Reader's if you have desing the html web form where you want to put the select box dissable if no option is selected.
So let's start with the html form and its code will go like this:-
<form name="sell" id="sell" method="post" act
Uploading a file in rails through Paperclip
As we know these days almost all the applications have the requirement to upload files to the application then be it an image , a video or any other file. I am writing this blog to share with you all
Hello Guys
Here, I am writing the code for sorting JSONArray in java technology.
we can sort jsonarray in ascending or in descending order according to our requirement by changing pattern as below.
private static final Pa
Here the problem is you want to show the passed dates but make them disabled.
jQuery(document).ready(function() {
$('#sandbox-container').datepicker({
format: "dd/mm/yyyy",
clearBtn: true,
minDate: 0,
maxDate: "+1M +10D",
daysOfWeekDisa
You want to build a cross-platform app that utilises native device features to the optimum. You also want your app to be equipped with offline loading feature and optimum performance. You also do not want to lose on fast pace and ease of use. Fortuna
Twitter is one of the most prominent sources of traffic to your blog post or even your business website. On Twitter, a user can create a profile, where they can share their views, news, ideas, and media like images, video and animation. Also,
