Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use append() method in jQuery ?

Welcome to findnerd, today we are going to discuss on append() method in jQuery. Firstly let know what use of append() method Append() method is used for inserting at the end of the selected elements in jQuery you can see bellow example how it wor

How to use Callback Function in jQuery ?

Welcome to FindNerd, Today we are going to discuss on Callback Function in jQuery. Firstly let know what is the use of Callback Function ? This function is executed after the current effect is finished. In simple way we can say that callback param

what is jquery blur method?

Hello Readers, Jquery blur is the jquery method which is used to attach the function to the jquery event and the function get executed to a given element after the event occurs. Event lose the focus when we click on input field and it performs the a

How to disable Updates in WordPress ?

The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link. [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1] WordPress updates disable by Manually if

How to perform drag and drop in Appium ?

Drag and drop functionality is a very important functionality and we can easily perform through Appium. DesiredCapabilities capabilites = new DesiredCapabilities(); capabilites.setCapability("device", "Android"); capabilites.setCapability("deviceN

Multuple deletion in Mysql using PHP

Hello Reader's If you want to handle your html form to delete multiple value at once then by using Check box in array you can do it. lets see one example as below:- <?php $sql = "SELECT * FROM guest_book"; $res = mysql

How to inherit and add new fields in account module in openerp

In openerp first install account module and inherit the views of account module and pass the id of account module views form xml file then give reference in your own module and add your new fields in xml file. Use this code in your own module in xml

How to use jquery attr()

The jQuery attr() method is used to set or return attributes and values of the selected elements. Syntax : $(selector).attr(attribute) Example: <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/a

Explanation of php_uname

php_uname function is used in php for getting information about the operating system ,host name, release name, version information and machine type.This method is used in php for returning a description of the current operating system in which you ar

jQuery html() Method

The html() method is used to return the content  of a particular  elements and it returns the content of first matched element. It overwrites the content of matched elements.   <!DOCTYPE html> <html> <

1 397 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: