<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Javascript on Jamshid Hashimi</title><link>https://jamshidhashimi.com/categories/javascript/</link><description>Recent content in Javascript on Jamshid Hashimi</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 12 Apr 2013 09:35:18 +0000</lastBuildDate><atom:link href="https://jamshidhashimi.com/categories/javascript/rss.xml" rel="self" type="application/rss+xml"/><item><title>Dynamically Add Javascript and CSS Files in CodeIgniter Header Page</title><link>https://jamshidhashimi.com/dynamically-add-javascript-and-css-files-in-codeigniter-header-page/</link><pubDate>Fri, 12 Apr 2013 09:35:18 +0000</pubDate><guid>https://jamshidhashimi.com/dynamically-add-javascript-and-css-files-in-codeigniter-header-page/</guid><description>Those who are developing web projects know that, header pages are always the constant file of their template folder. The classic way of using a header page in small projects are to fill it with constant JavaScript and CSS files along with html tags and use it in inside functions where you need.</description></item><item><title>Sort table with jQuery Tablesorter</title><link>https://jamshidhashimi.com/sort-table-with-jquery-tablesorter/</link><pubDate>Wed, 13 Feb 2013 21:30:03 +0000</pubDate><guid>https://jamshidhashimi.com/sort-table-with-jquery-tablesorter/</guid><description>Applications in general have plenty of data listing sections where the users see lists of data, and go for details if they are interested in. Often, we are asked to provide lists(tables) where users can make sort over existing column headers.</description></item><item><title>How to invoke on check event of a checkbox[]</title><link>https://jamshidhashimi.com/how-to-invoke-on-check-event-of-a-checkbox/</link><pubDate>Sat, 01 Sep 2012 15:24:38 +0000</pubDate><guid>https://jamshidhashimi.com/how-to-invoke-on-check-event-of-a-checkbox/</guid><description>Let’s learn how to invoke a checkbox[]’s checked event.
Our checkbox:
&amp;lt;input type=&amp;#34;checkbox&amp;#34; id=&amp;#34;check[]&amp;#34; name=&amp;#34;check[]&amp;#34; value=&amp;#34;&amp;lt;?=$item-&amp;gt;id?&amp;gt;&amp;#34; class=&amp;#34;checkbox&amp;#34; onchange=&amp;#34;javascript: showhidecheckbox(&amp;#39;check[]&amp;#39;,&amp;#39;sendto&amp;#39;,&amp;#39;1&amp;#39;);&amp;#34; /&amp;gt; our onchange event call showhidecheckbox() javascript function. This function is used to detect the checkbox status and show or hide a div named “sendto”.</description></item><item><title>Get checked Ids of Jstree in form submit</title><link>https://jamshidhashimi.com/get-checked-ids-of-jstree-in-form-submit/</link><pubDate>Tue, 26 Jun 2012 19:41:05 +0000</pubDate><guid>https://jamshidhashimi.com/get-checked-ids-of-jstree-in-form-submit/</guid><description>Everyone, who worked with Jstree’s may face to this question: How to get the checked Ids of Jstree in form submit? here is the solution:
&amp;lt;script type=&amp;#34;text/javascript&amp;gt;function submitMe() {var checked_ids = [];$(&amp;#39;#your-tree-id&amp;#39;).jstree(&amp;#39;get_checked&amp;#39;,null,true).each(function(){checked_ids.</description></item><item><title>Close Popup Window and Refresh Parent Page</title><link>https://jamshidhashimi.com/close-popup-window-and-refresh-parent-page/</link><pubDate>Mon, 30 Apr 2012 08:02:22 +0000</pubDate><guid>https://jamshidhashimi.com/close-popup-window-and-refresh-parent-page/</guid><description>I needed this simple code tonight, I tried many ways, but this one worked perfectly. It firstly closes your popup window, and refresh the parent page then.
//close popup window and refresh the parent windowfunction CloseAndRefresh(){window.</description></item></channel></rss>