<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — HOW TO USE JQYERY SELECT2 IN DROPDOWN]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6042</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6042&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in HOW TO USE JQYERY SELECT2 IN DROPDOWN.]]></description>
		<lastBuildDate>Sun, 29 Nov 2015 09:39:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: HOW TO USE JQYERY SELECT2 IN DROPDOWN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24840#p24840</link>
			<description><![CDATA[<p>Do not write to <strong>js_cache/utils.js</strong> as it will get overwritten on cache refresh when some settings change. The file <strong>js/utils.js</strong> is what you will want to change.</p><p>What is the context of your post?</p><p>jQuery is not used in FA core and in the standard themes. The <strong>dashboard_theme</strong> and <strong>exclusive_db</strong> themes use jQuery v1.3.2 in the themes&#039; <strong>js</strong> folder.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 29 Nov 2015 09:39:24 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24840#p24840</guid>
		</item>
		<item>
			<title><![CDATA[HOW TO USE JQYERY SELECT2 IN DROPDOWN]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24839#p24839</link>
			<description><![CDATA[<p>Step 1: Download relevant jQuery Select 2 files from jquery.com</p><p>Step2: Place the jQuery file in includes/page/footer.inc</p><p>Step3: Place the following code in company/0/js_cache/utils.js</p><p>$.fn.select2.amd.require([<br />&nbsp; &nbsp; &quot;select2/core&quot;,<br />&nbsp; &nbsp; &quot;select2/utils&quot;,<br />&nbsp; &nbsp; &quot;select2/compat/matcher&quot;<br />&nbsp; &nbsp; ], function (Select2, Utils, oldMatcher) {<br />&nbsp; &nbsp; &nbsp; &nbsp; var $basicSingle = $(&quot;.js-example-basic-single&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; $.fn.select2.defaults.set(&quot;width&quot;, &quot;100%&quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp; $basicSingle.select2();<br />&nbsp; &nbsp; }<br />);</p>]]></description>
			<author><![CDATA[null@example.com (suresh.senthatti)]]></author>
			<pubDate>Sun, 29 Nov 2015 09:03:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24839#p24839</guid>
		</item>
	</channel>
</rss>
