Skip to content Skip to footer

Home

Reading Time: 3 minutes

Popular Posts

Javascript jQuery

JQuery click event not working

I loaded the jquery library files properly.But it click event does not trigger the function.No errors display in the firebug…

Java Script check string in the URL

How to check if some string is exist or not in the url using java script.For a example,I want to…

JQuery disable right click event

Q-I want to disable right click event in my web pages. This can be done by using JQuery preventDefault() function.Here…

Financial News

Market News

Special Secrets

PHP array convert to Java Script array

Sometimes when we using php, we want to convert php array to java…
JQuery trigger click event not working

JQuery trigger click event not working

Sometimes jquery trigger click event not working properly.That is not the browser issue.There…

PHP get duplicate values count in an array

If you want to get duplicate values count in an array,this method can…

CodeIgniter get URL parameters

How to fetch url parameters in the codeigniter.This is very simple.All data get…
CodeIgniter create duplicate MySQL record

CodeIgniter create duplicate MySQL record

When you need to create duplicate/clone of mysql record in codeigniter this article…

WordPress get all posts of a specific category

How to get all posts of a specific category or sub category in…