<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.garamx.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.garamx.com/dokuwiki/feed.php">
        <title>GaramX study:jquery</title>
        <description></description>
        <link>https://www.garamx.com/dokuwiki/</link>
        <image rdf:resource="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico" />
       <dc:date>2026-05-06T16:44:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:download&amp;rev=1744711518&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:fancytree&amp;rev=1744711518&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico">
        <title>GaramX</title>
        <link>https://www.garamx.com/dokuwiki/</link>
        <url>https://www.garamx.com/dokuwiki/lib/tpl/darkblue/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:download&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>study:jquery:download</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:download&amp;rev=1744711518&amp;do=diff</link>
        <description>Excel Download

Excel다운로드를 ajax를 이용하여 처리하여주기 위해서...


const formData = new FormData()
formData.append(&#039;file&#039;, evt.blobData, evt.filename);

$.ajax({
	type: &quot;POST&quot;,
	enctype: &#039;multipart/form-data&#039;,
	url: &quot;common/jsp/orgDown2Excel.jsp&quot;,
	data: formData,
	processData: false,
	contentType: false,
	cache: false,
	timeout: 600000,
	xhrFields: {
	    responseType: &quot;blob&quot;,
	},
	success: function (data, message, xhr) {
		if (xhr.readyState == 4 &amp;&amp; xhr.status == 200) {
		// 성공했을때만 파일 다운로드 처리하고
		let blob …</description>
    </item>
    <item rdf:about="https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:fancytree&amp;rev=1744711518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-15T10:05:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>study:jquery:fancytree</title>
        <link>https://www.garamx.com/dokuwiki/doku.php?id=study:jquery:fancytree&amp;rev=1744711518&amp;do=diff</link>
        <description>Fancytree

2021.11.13 - 나는 사용하지 않기로 함..

&lt;https://github.com/mar10/fancytree/&gt;

필요한 것

	*  jquery
	*  jQuery-ui

jQuery-ui 다운로드

Download jQueryUI</description>
    </item>
</rdf:RDF>
