javascript – 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
Javacript : Immediately invoking function expression https://buildyoursite.gr/this-is-the-first-javascript-post https://buildyoursite.gr/this-is-the-first-javascript-post#comments Fri, 19 Sep 2014 23:19:42 +0000 http://buildyoursite.gr/?p=101 This is an first attemp to understand JAVASCRIPT fundamentals like self executing anonymus function. It is the MODULE PATTERN and we might also see it to some backbone applications   Also known as the self executing anonymus function and often in backbone all the code is wrapped inside a function expression that is self executed […]

The post Javacript : Immediately invoking function expression appeared first on BuildyourSite.

]]>
https://buildyoursite.gr/this-is-the-first-javascript-post/feed 1
How to insert products programmatically in Magento https://buildyoursite.gr/how-to-insert-products-programmatically-in-magento https://buildyoursite.gr/how-to-insert-products-programmatically-in-magento#respond Thu, 11 Sep 2014 13:29:46 +0000 http://buildyoursite.gr/?p=55 This is How you can insert products programmatically in Magento! There is also a  CSV file which will have to be on the magento local folder.     Α csv to array function which will prepare the entry script to Magento. Check step by step the code and read also the comments.It will help you a […]

The post How to insert products programmatically in Magento appeared first on BuildyourSite.

]]>
https://buildyoursite.gr/how-to-insert-products-programmatically-in-magento/feed 0