<?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: search button</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-button</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/search-button/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on search button</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-button#p27288</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-button#p27288</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Please post your problem in the approprate forum <a href="http://www.trirand.net/forum/default.aspx?g=forum" target="_blank">here</a></p>
<p>Thank you</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 10 Sep 2012 19:10:56 +0300</pubDate>
        </item>
        <item>
        	<title>mkpath on search button</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-button#p27268</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-button#p27268</guid>
        	        	<description><![CDATA[<p><span style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;">Hi,</span></p>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;"></div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;">We just purchased the phpjqgrid. Very satisfied so far with phpjqgrid.</div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;">&#160;</div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;">What is the search button id, i need to post the values of the search box to viewCustomers.php, but the onlclick function is not working. Here is my code...</div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;"></div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;"></div>
<div style="color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff;">
<div>$(function() {</div>
<div>$(".search_button").click(function()&#160;</div>
<div></div>
<div>//$("#thegrid_search").click(function()</div>
<div>{</div>
<div></div>
<div>//$("p").text("The DOM is now loaded and can be manipulated.");</div>
<div>&#160; &#160; &#160; &#160; // getting the value that user typed</div>
<div>var ofilter = $("#thegrid").getGridParam("postData");&#160;</div>
<div>var start_date = $();</div>
<div>&#160; &#160; &#160; &#160; // forming the queryString</div>
<div>&#160; &#160; &#160; &#160; //var data &#160; &#160; &#160; &#160; &#160; &#160;= &#39;search=&#39;+ searchString;</div>
<div>&#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; // if searchString is not empty</div>
<div>&#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; // ajax call</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; $.ajax({</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; type: "POST",</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; url: "includes/viewCustomers.php",</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; data: ofilter,</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; beforeSend: function(html) { // this happens before actual call</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; //$(&#39;#results&#39;).empty().remove();</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $("#results").html(html);</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;},</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;success: function(html){ // this happens after we get results</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $("#results").html(html);</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; &#160; }</div>
<div>&#160; &#160; &#160; &#160; &#160; &#160; }); &#160; &#160;</div>
<div>&#160; &#160; &#160; &#160;&#160;</div>
<div>&#160; &#160; &#160; &#160; return false;</div>
<div>&#160; &#160;&#160;</div>
<div>}).click();</div>
<div>});</div>
<div></div>
<div></div>
<div>thegrid_search is not working as of now.</div>
<div></div>
<div>thanks</div>
<div></div>
<div>MK</div>
</div>
]]></description>
        	        	<pubDate>Thu, 06 Sep 2012 11:38:29 +0300</pubDate>
        </item>
</channel>
</rss>