<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 01:41:23 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/keypress/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[엔터키 입력시 함수 호출 또는 submit 하기 (제이쿼리)]]></title><description><![CDATA[<스크립트> $(".search_input").keypress(function(e) { if (e.keyCode == 13){ // search_input 이라는 클래스의 객체에서 13번키 (엔터)가 입력되면 action(); //action 함수를 호출한다. } }); </스크립트>]]></description><link>http://direct.ecency.com/javascript/@songskysun/submit</link><guid isPermaLink="true">http://direct.ecency.com/javascript/@songskysun/submit</guid><category><![CDATA[javascript]]></category><dc:creator><![CDATA[songskysun]]></dc:creator><pubDate>Wed, 28 Feb 2018 00:17:06 GMT</pubDate></item></channel></rss>