HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
Monday, July 21, 2014
Htaccess show no_found picture if picture is not exist
›
RewriteEngine On RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} ...
auto refresh for every 5 mins in Javascript
›
We can do this function with just html or just javascript Refresh document every 300 seconds using HTML Meta tag add this in...
Sunday, June 1, 2014
jQuery javascript regex Replace br tag with \n
›
var str = document.getElementById('mydiv').innerHTML; document.getElementById('mytextarea').innerHTML = str.replace(/<br\...
Monday, May 19, 2014
disable selected options by jQuery
›
This will disable/enable the options when you select/remove them, respectively. $("#theSelect").change(function(){ ...
Monday, May 5, 2014
JavaScript QR Code Reader
›
I'm doing a bit of preliminary research on an upcoming project and I have a quick question that I figure I'll throw up here while I...
How to Get all attributes of an element using jQuery
›
I am trying to go through an element and get all the attributes of that element to output them, for example an tag may have 3 or more att...
Monday, April 14, 2014
10 Mobile Touch Javascript Frameworks
›
Mobile development is not an easy job for a developer who doesn’t know about the latest technologies, updates and trends that’s why mobile d...
‹
›
Home
View web version