<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jquery Archives - Belchamber Web Tools &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/jquery/</link>
	<description>Free Web Tools, Code Snippets, Tutorials and Conversions</description>
	<lastBuildDate>Sat, 12 Mar 2016 16:45:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>Latest Useful Web Resources and Links #1, March 2016</title>
		<link>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/</link>
					<comments>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 12 Mar 2016 18:31:37 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[wamp]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=1018</guid>

					<description><![CDATA[<p>I created this page as a running repository of useful, miscellaneous web notes for later reference. Javascript &#38; JQuery How to get the latest version of JQuery: alert('JQuery: '+$.fn.jquery); // Outputs JQuery: x.x.x Useful info about Javascript and JQuery source maps &#8212; an explanation about what they are and how they are used: http://elijahmanor.com/the-magic-of-the-jquery-1-9-source-map/ Parsley [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/">Latest Useful Web Resources and Links #1, March 2016</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/latest-useful-web-resources-links-1-march-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1018</post-id>	</item>
		<item>
		<title>Adding Google Maps input widget to place location as simple as JQuery Datepicker</title>
		<link>https://tools.belchamber.us/adding-google-maps-input-widget-to-place-location-as-simple-as-jquery-datepicker/</link>
					<comments>https://tools.belchamber.us/adding-google-maps-input-widget-to-place-location-as-simple-as-jquery-datepicker/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 11 Jan 2016 12:31:43 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[google map api]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">https://tools.belchamber.us/?p=988</guid>

					<description><![CDATA[<p>Accessing the Google Map API for your own in-form location input widget which allowss users to &#8220;pin&#8221; their location on a Google map and allow you to store their map location, latitude and longitude in your database is easy with this library.  It&#8217;s just like the JQuery calendar widget &#8212; it&#8217;s as simple, clean and [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/adding-google-maps-input-widget-to-place-location-as-simple-as-jquery-datepicker/">Adding Google Maps input widget to place location as simple as JQuery Datepicker</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/adding-google-maps-input-widget-to-place-location-as-simple-as-jquery-datepicker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">988</post-id>	</item>
		<item>
		<title>JQuery Datepicker:  The quickest way to add hour and minute values to form&#8217;s date input field</title>
		<link>https://tools.belchamber.us/jquery-datepicker-the-quickest-way-to-add-hour-and-minute-values-to-forms-date-input-field/</link>
					<comments>https://tools.belchamber.us/jquery-datepicker-the-quickest-way-to-add-hour-and-minute-values-to-forms-date-input-field/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 31 Oct 2015 13:51:57 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=954</guid>

					<description><![CDATA[<p>The JQuery UI library&#8217;s Datepicker function is very convenient.  Here&#8217;s a way to override the date field if you want to allow the user to also input the time of day along with it without adding an extra field and deal with merging the values in the backend.  You can also add &#8220;+d.getSeconds()&#8221; if you [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/jquery-datepicker-the-quickest-way-to-add-hour-and-minute-values-to-forms-date-input-field/">JQuery Datepicker:  The quickest way to add hour and minute values to form&#8217;s date input field</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/jquery-datepicker-the-quickest-way-to-add-hour-and-minute-values-to-forms-date-input-field/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">954</post-id>	</item>
		<item>
		<title>Validating forms with JQuery Validation: Ensuring at least one checkbox is checked</title>
		<link>https://tools.belchamber.us/validating-forms-with-jquery-validation-ensuring-at-least-one-checkbox-is-checked/</link>
					<comments>https://tools.belchamber.us/validating-forms-with-jquery-validation-ensuring-at-least-one-checkbox-is-checked/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 17 Oct 2015 19:46:51 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=951</guid>

					<description><![CDATA[<p>On occasion, you&#8217;re going to have some mammoth form that doesn&#8217;t validate properly with any Javascript validation library.   One event is when the form you are given to deploy has a lot of checkboxes and one of those checkboxes needs to be checked to be valid.  The easiest way to make sure this happens is [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/validating-forms-with-jquery-validation-ensuring-at-least-one-checkbox-is-checked/">Validating forms with JQuery Validation: Ensuring at least one checkbox is checked</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/validating-forms-with-jquery-validation-ensuring-at-least-one-checkbox-is-checked/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">951</post-id>	</item>
		<item>
		<title>Latest Symfony Composer dependency list for bootstrapping new Symfony bundle with most common bundles</title>
		<link>https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/</link>
					<comments>https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 26 Jul 2015 18:17:55 +0000</pubDate>
				<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[fosuser bundle]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=888</guid>

					<description><![CDATA[<p>Most Symfony sites you develop will probably include the FOS User Bundle, Twitter Bootstrap, and JQuery.  You can always remove them from your Composer dependency list, but here is my latest &#8220;Symfony Bootstrap&#8221; install. A few issues with dependencies in your Composer are expected, I ran into this error while installing the Sonata Admin Bundle, [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/">Latest Symfony Composer dependency list for bootstrapping new Symfony bundle with most common bundles</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/latest-symfony-composer-dependency-list-for-bootstrapping-new-symfony-bundle-with-most-common-bundles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">888</post-id>	</item>
		<item>
		<title>Adding datepicker widget to Infusionsoft forms and what&#8217;s up with their primitive forms?!</title>
		<link>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/</link>
					<comments>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Fri, 29 May 2015 01:48:18 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CRMs]]></category>
		<category><![CDATA[Infusionsoft]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[infusionsoft]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=831</guid>

					<description><![CDATA[<p>Love Infusionsoft or hate it, if you are stuck using it, you want to be able to deploy useful forms with fields that optimize your visitors&#8217; UX.  If you are collecting date information, Infusionsoft forms don&#8217;t export the code with any built-in AJAX functionality.  None. Someone made a conscious decision there to do the bare [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/">Adding datepicker widget to Infusionsoft forms and what&#8217;s up with their primitive forms?!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/adding-datepicker-widget-to-infusionsoft-forms-and-whats-up-with-their-primitive-forms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">831</post-id>	</item>
		<item>
		<title>How to add more form fields and data to a serialized AJAX form in JQuery</title>
		<link>https://tools.belchamber.us/how-to-add-more-form-fields-and-data-to-a-serialized-ajax-form-in-jquery/</link>
					<comments>https://tools.belchamber.us/how-to-add-more-form-fields-and-data-to-a-serialized-ajax-form-in-jquery/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Wed, 18 Mar 2015 01:46:45 +0000</pubDate>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[ajax form]]></category>
		<category><![CDATA[ajax tips]]></category>
		<category><![CDATA[javascript snippets]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=748</guid>

					<description><![CDATA[<p>In a jQuery form post, here is how you add more data to the serialized form data.  This is useful if you find yourself needing to pass some extra data along with the AJAX post.  This is a barebones example of a blind AJAX post to a form handler script called &#8220;form_handler.php&#8221;. I find jQuery&#8217;s [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/how-to-add-more-form-fields-and-data-to-a-serialized-ajax-form-in-jquery/">How to add more form fields and data to a serialized AJAX form in JQuery</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/how-to-add-more-form-fields-and-data-to-a-serialized-ajax-form-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">748</post-id>	</item>
	</channel>
</rss>
