
Search In
Hello friends,
Today we learn to change the multiple attribute value using jQuery. To set multiple attribute value we will use a jQuery attr() method. This method is used for changing the attribute values. We can change multiple attributes with the
Hello Readers,
The below blog shows the pagination in Joomla.
When we use the pagination in Joomla, we require the model and the view to write the code.
Suppose we have a component (com_example).Open the component file (com_example/models/items.ph
Hello friends,
Today we learn how to check a function exist or not. In angular js, IsFunction() is used to find out the function exist or not. If the function exists it returns true else it will return false.
Syntax:
angular.isFunction(value);
v
Offshore IT outsourcing to various professionally managed full-service web design and development agencies in India functioning with an aim to helping businesses to scale new heights o
Hello friends,
Today we will learn how to compile and run a C program in Ubuntu using the following steps:
Step 1. Open your terminal.
Step 2. Now type the following command:
gedit cprg.c
The above command open a text editor in which you will wr
Hello friends,
Today we discuss how to delete a file in Joomla. In Joomla, delete() function is used to delete a file. This function perform various functionalities:
1. deletes a file
2. check permission of the file
3. If the file permission is n
Checkit allows you to validate full javascript object, defining custom rules and message, I supports both asynchronous and synchronous validations. The validations by checkit works for both on browser and server.
Sample code:
1. Async:
va
Hi ,
To use userDefault in swift we can use below code to
1- Save value in userDefaults for a key
2- Fetch value for a key
3- Remove value for a key
4- Remove all value
Here is the code -
//Save a value in NSUserDefaults in swift
Hooks are used to add any functionality before or after our JavaScript methods like save, create etc. Using hooks we are able to write the code that can be run before or after save method.
Suppose you have a User model, in that you have a password f
i have few questions about google map: i make web application based on php, mysql, javascript, jquery, jquery-mobile,Google Maps Directions API, Google Maps Geocoding API, Google Maps JavaScript API, Google Places API Web Service. customer
