
Search In
If you calling the different versions of Jquery then your code can clash the mutual variables.
To use each of the Jquery versions separately you have to use " jQuery.noConflict()"
Consider the links with multiple Jquery versions below:-
<script
Hello Reader!
If you are designing a html form and wants to make it validate for accepting only digits as input then you can see the code below for the same:-
You can create the html form like this way:-
Validate Price
<
If you want your html form to look more beautiful than just the simple check boxes then you can use the following advance css. This will give rich looks to your html form by styling checkbox
First on the html form create the checkboxes using the cod
Hello Readers! If you are developing the dynamic website in which the image color will be the background color then you can see it doing in PHP :-
<?php
$filename = $_GET['filename'];
$image = imagecreatefromjpeg($filename);
Reverse ( ) Method : This method is used to reverse the entire string.
Example :
var1 = 'mukesh'
var2 = 'tomar'
var3 = '....hello mukesh'
puts var1.reverse
puts var2.reverse
puts var3.reverse
puts var1
puts var2
Ou
Use of classes and objects in ruby id different to other languages . And tell how to declare and define function in ruby and how to call the functions .
Example : In below example i am creating a program of simple arithmetic program .
class Arith
To apply a CSS Class to a form generated by the Form Helper in CakePHP see the example below
1. To add a class to a form tag:
echo $this->Form->create('User', array('class'=>'form'))
2. To add a class to a input tag:
echo $this->For
The Viewport Meta Tag
<meta name="viewport" content="">
Within the content=" " you can enter a load of comma delimited values, but we’re going to to focus on the fundamental ones for now.
For example, if your mobile design is purposely laid
Inserting Data from one database table to different Database table.
we can insert or copy data from one database table to another table of different database in SQL Server 2008 using following query keeping one thing in mind that the datatype of co
Hello Friends Please visit the following link for Mysql Beginners
[MY SQL DATA BASE FOR BEGINNERS][1]
I think that this link is very useful. Here you can find the details in Pictures form, so that you can smoothly learn My Sql.
Thanks.
