<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Select2 nie pokazuje ajaxowych wyników w jsonie - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/select2-nie-pokazuje-ajaxowych-wynik%c3%b3w-w-jsonie/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:46:20 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Select2 nie pokazuje ajaxowych wyników w jsonie</title>
                        <link>https://muszak.eu/community/bugoverflow/select2-nie-pokazuje-ajaxowych-wynik%c3%b3w-w-jsonie/#post-774</link>
                        <pubDate>Thu, 30 Jul 2015 20:20:31 +0000</pubDate>
                        <description><![CDATA[Select2 wymaga zmiennej text jakoś uchwytu wyszukiwania oraz unikatowego id
  $(&quot;#e6&quot;).select2({
 width:&quot;resolve&quot;,
 placeholder: &quot;Search for a movie&quot;,
 minimumInputLength: 3,
 id: functi...]]></description>
                        <content:encoded><![CDATA[<p>Select2 wymaga zmiennej text jakoś uchwytu wyszukiwania oraz unikatowego id</p>
<pre>  $("#e6").select2({
 width:"resolve",
 placeholder: "Search for a movie",
 minimumInputLength: 3,
 id: function(uczen){ return uczen._id; },
 ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
 url: "uczen/ajax_get",
 dataType: 'json',
 type: "POST",
 data: function (term, page) {
 return {
 q: term, // search term
 page_limit: 10
 };
 },
 results: function (data, page) {
 return {results: data };
 }
 },
 formatResult: movieFormatResult,
 formatSelection: movieFormatSelection,
 dropdownCssClass: "bigdrop",
 escapeMarkup: function (m) { return m; }
 });</pre>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/select2-nie-pokazuje-ajaxowych-wynik%c3%b3w-w-jsonie/#post-774</guid>
                    </item>
				                    <item>
                        <title>Select2 nie pokazuje ajaxowych wyników w jsonie</title>
                        <link>https://muszak.eu/community/bugoverflow/select2-nie-pokazuje-ajaxowych-wynik%c3%b3w-w-jsonie/#post-773</link>
                        <pubDate>Thu, 30 Jul 2015 20:20:10 +0000</pubDate>
                        <description><![CDATA[Select2 nie pokazuje ajaxowych wyników w jsonie]]></description>
                        <content:encoded><![CDATA[Select2 nie pokazuje ajaxowych wyników w jsonie]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/select2-nie-pokazuje-ajaxowych-wynik%c3%b3w-w-jsonie/#post-773</guid>
                    </item>
							        </channel>
        </rss>
		