
Search In
Sometimes we need select option of a drop-down dynamically by clicking on a button or on some other action. We can do this by using "selected" property.
Example- In the below example I have a drop-down for distance and I want to select option "25 Km
Public Provident Fund (PPF) Account
Individual who are Resident of India are eligible for open a Public Provident Fund Account (PPF) scheme. A person who is not complete age of 18 can also open a PPF Account by his / her legal guardian. Non Resident
Below is the Mysql Function To Rounding number to nearest 1,10,100,1000
DELIMITER $$
DROP FUNCTION IF EXISTS `rounding_to_nearest`$$
CREATE FUNCTION `rounding_to_nearest`(num decimal(15,2),round_to int,neare
Hello Reader's. If you have given a date and you just need to add or subtract number of days from it then you can use the code below:-
var SubDays = 15;
$.datepicker.formatDate('yy/mm/dd', new Date() - SubDays) ;
Or you can also calculate as follo
Hello Readers !
In this blog we will discuss about css3 new attribute transform and transition.
Okay let's start :-
Transform : Mainly transform property uses for give small animation or movement of any object.
To use this you have to know about
While applying animation to an object in MS Powerpoint, you might have picked some predefined entrance effects like bounce, flash, shake, wobble, etc.
We can apply these effects to our HTML elements in webpages as well. These can be implemented by C
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif;
How can use this ?
.block
font-size 15em
color $fontColor
font-family $basefont
You can only change prop
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif
As shown in above example '$' is use before the variable and then variable name
How can use this ?
.block
font-size
buy cialis paypal valtrex abilify generic 15 mg more information generic cipro buy prednisolone 5mg celebrex brand cialis for sale
The return statement indicate that return exits in a function and optionally pass back an expression to the caller variable and return statement with no arguments is the same as return None variable.
For example you can see below code and try it.
#