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
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