Jquery – BuildyourSite https://buildyoursite.gr Web Programming Blog Sat, 26 Mar 2016 14:13:56 +0000 en-US hourly 1 https://wordpress.org/?v=4.4 How to detect Enter key in Jquery https://buildyoursite.gr/how-to-detect-enter-key-jquery https://buildyoursite.gr/how-to-detect-enter-key-jquery#respond Mon, 10 Nov 2014 16:37:44 +0000 http://buildyoursite.gr/?p=379 In this post I will explain how to easily detect Enter key in Jquery.   In order to detect Enter key in Jquery I assume that you already have a textbox element with id = findbyName in your HTML code. So when pressing ‘Return-Enter’ on search key input field the your_code_here() function will be executed. […]

The post How to detect Enter key in Jquery appeared first on BuildyourSite.

]]>
https://buildyoursite.gr/how-to-detect-enter-key-jquery/feed 0
Html5 template for fast and better Front End https://buildyoursite.gr/html5-template-for-better-front-end https://buildyoursite.gr/html5-template-for-better-front-end#respond Fri, 24 Oct 2014 07:37:28 +0000 http://buildyoursite.gr/?p=274 HTML5 Boilerplate gives you a fast, valid,and error free efficient template to Kick-start your web application or project. Let’ s see what is under the hood. This is what a typical html5 Boilerplate looks like this   <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 […]

The post Html5 template for fast and better Front End appeared first on BuildyourSite.

]]>
https://buildyoursite.gr/html5-template-for-better-front-end/feed 0
Dynamically create a HTML table with Jquery https://buildyoursite.gr/dynamically-create-a-html-table-with-jquery https://buildyoursite.gr/dynamically-create-a-html-table-with-jquery#respond Fri, 19 Sep 2014 23:35:04 +0000 http://buildyoursite.gr/?p=110 In this post we will show a nice and clear way to create dynamically a table by using the power of jquery. The needed HTML is below.In a standard basic form.     <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Dynamically create table with Jquery</title> <link rel="stylesheet" type="text/css" […]

The post Dynamically create a HTML table with Jquery appeared first on BuildyourSite.

]]>
https://buildyoursite.gr/dynamically-create-a-html-table-with-jquery/feed 0