
Search In
Hi if you want to upload two separate files from one single form to be uploaded and with a for simplest code
Look at mine code.
The form will have two separate input files but you need to name them common, ex 'files[]' I'm using 'upload[]' in this c
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key -angularJS
The
Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another.
Only numeric values can be animated (like height: "100px"). But string values cannot be animated (like "background-c
Jquery animate() method performs a custom animation of a set of CSS properties to change the state of an element from one to another.
It is to note that only numeric values can be animated (e.g. height: "100px"). String values (e.g. "background-color
If you are looking to use AJAX in WP. Please follow the below example.
var stateName = $('#state').val();
$.ajax({
type: "POST",
url: "<!--?php echo admin_url( 'admin-ajax.php' ); ?-->",
data: { 'action':'custom_dropdown_ci
Hello Reader's if you want to store some data on user local system so that even he turn off or refresh the webpage the data will still remains the same then you can use the Javascript for that.
Let's consider an example where you have an counter wh
Hello Reader if you are making the content based website where you want to show div in bounce or blink effect. Here this code is driven by Jquery.
First create html file with name bounce.html and its code will go like this:-
<!DOCTYPE html>
Inserting data to a database would be possible by using SQL statements, specifically the INSERT command. Data can be entered into the database using insert query into the function, here is simple line of code that will create a database using i
During initial days of internet, its use was limited to military and universities for research and development purpose.
Later when all the source is getting integrated then people start to transmit data from one location.
All securi
Communication
Two processes in client-server model can interact in various ways:
Sockets
Remote Procedure Calls (RPC)
Sockets
In this communication technique, Server opens a socket using a port when client requ
