<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: using datepicker to select range</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/using-datepicker-to-select-range</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/using-datepicker-to-select-range/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alsmith on using datepicker to select range</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/using-datepicker-to-select-range#p30811</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/using-datepicker-to-select-range#p30811</guid>
        	        	<description><![CDATA[<p>I am using datepicker to select dates for my query. When I hard code the url to call the index.php as in the sample everything works great. My query picks up the dates.<br />
var startdate = "2014-07-01";<br />
var enddate = "2014-07-02";<br />
url: "index.php?startdate="+ startdate +"&#38;enddate=" + enddate,</p>
<p>Â </p>
<p>now when I change to this the dates are not being picked up.Â </p>
<p>var startdate = $('#startdate').val();<br />
var enddate = $('#enddate').val();<br />
url: "index.php?startdate="+ startdate +"&#38;enddate=" + enddate,</p>
<p>Â </p>
<p>I know the structure works properly because the first example returns the proper records. if I use the second method I get nothing returned, as I would expect with no dates.</p>
<p>What am I missing</p>
]]></description>
        	        	<pubDate>Mon, 07 Jul 2014 23:34:22 +0300</pubDate>
        </item>
</channel>
</rss>