<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums User Favorites: webwoman</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/webwoman'>webwoman</a></link>
		<description>Gravity Support Forums User Favorites: webwoman</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 21:56:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5627</link>
			<pubDate>Thu, 20 May 2010 08:53:29 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ha! Look at you. Very nicely done. Congrats.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5612</link>
			<pubDate>Thu, 20 May 2010 00:11:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow:&#60;br /&#62;
&#60;a href=&#34;http://www.ilharley.com/about-us/service/service-appointment/&#34; rel=&#34;nofollow&#34;&#62;http://www.ilharley.com/about-us/service/service-appointment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much Kevin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5610</link>
			<pubDate>Wed, 19 May 2010 23:50:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hmmmm, maybe this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/501943/can-the-jquery-ui-datepicker-be-made-to-disable-saturdays-and-sundays-and-holida&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/501943/can-the-jquery-ui-datepicker-be-made-to-disable-saturdays-and-sundays-and-holida&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Looks like I could use some JQuery to find all instances of th.ui-datepicker-week-end-cell and td.ui-datepicker-week-end-cell and add this class to them (so append this to the content):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ui-datepicker-unselectable&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I wonder if that makes it LOOK unselectable or actually MAKES it unselectable.&#60;/p&#62;
&#60;p&#62;Only one way to find out ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5609</link>
			<pubDate>Wed, 19 May 2010 23:48:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Holy crap, that's awesome.  (Can you say crap on the Internet?)  Edit if not...&#60;/p&#62;
&#60;p&#62;Works great with the +7d thing.  That's exactly what I needed.  Got the CSS to work as well (probably should have tried to do it &#34;for real&#34; rather than with the Web Developer toolbar, locally.)&#60;/p&#62;
&#60;p&#62;I read through that options page at the JQuery site, but I can't seem to find something else I am thinking about.  Can you exclude certain days of the week?  For example, we don't take appointments on Sat and Sun.  I wonder if there's a way to exclude those two days from being selectable.&#60;/p&#62;
&#60;p&#62;I know this is not GF stuff and I really appreciate your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5608</link>
			<pubDate>Wed, 19 May 2010 23:07:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;cool, actually, I noticed I didn't have my button image any more, and had to re-declare it in these settings.. this is what I ended up with.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
  jQuery(document).ready(function($) {

		$( &#38;quot;#input_1_20&#38;quot; ).datepicker({ defaultDate: &#38;#39;+7d&#38;#39;, minDate: &#38;#39;+7d&#38;#39;, gotoCurrent: true, prevText: &#38;#39;&#38;#39;, showOn: &#38;#39;both&#38;#39;, buttonImage: &#38;#39;/wp-content/plugins/gravityforms/images/calendar.png&#38;#39;, buttonImageOnly: true });

  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5607</link>
			<pubDate>Wed, 19 May 2010 23:05:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the first part.  I couldn't find that information.  That's just what I need.&#60;/p&#62;
&#60;p&#62;Re: the CSS, I was trying that exact thing but I couldn't get it to work.  Maybe caching.  I will try again. &#60;/p&#62;
&#60;p&#62;Thank you for the advice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5606</link>
			<pubDate>Wed, 19 May 2010 22:50:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, You can find a whole page full of nifty configuration options for the jQuery UI datepicker here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;//docs.jquery.com/UI/Datepicker#option-minDate&#34; rel=&#34;nofollow&#34;&#62;http://docs.jquery.com/UI/Datepicker#option-minDate&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was able to highlight the current day, set the default date to +7days and make the first selectable day one week ahead as well. I just added the following to my page template.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
  jQuery(document).ready(function($) {

		$( &#38;quot;#input_1_20&#38;quot; ).datepicker({ defaultDate: &#38;#39;+7d&#38;#39;, minDate: &#38;#39;+7d&#38;#39;, gotoCurrent: true });

  });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course, replace the input ID with the one from your actual form. I also added the CSS rule to the stylesheet to highlight the current day.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;td.ui-datepicker-today {border:1px solid #f00;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can see my &#60;a href=&#34;http://grab.by/grabs/ec52dbe07ebfb0448d35933469a7717f.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot here&#60;/a&#62; The styling is off a bit from another test I was doing, but you can get the idea.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to highlight current date or future date in JQuery DatePicker"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-highlight-current-date-or-future-date-in-jquery-datepicker#post-5603</link>
			<pubDate>Wed, 19 May 2010 21:07:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is my form:&#60;br /&#62;
&#60;a href=&#34;http://www.ilharley.com/about-us/service/service-appointment/&#34; rel=&#34;nofollow&#34;&#62;http://www.ilharley.com/about-us/service/service-appointment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is one date picker there.  I'd be happy if I could highlight the current date with a solid red 1px border.&#60;/p&#62;
&#60;p&#62;Even better:&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/cYfewY&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/cYfewY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think you will have to select a bike from the first drop down, and enter a zip of 60402 for &#34;Test Ride Location&#34; ZIP code.&#60;/p&#62;
&#60;p&#62;After you do that, the calendar pops up with today styled differently, past dates styled differently and un-selectable, and additionally tomorrow is styled even a little differently, to indicate it too is not available.  Then the dates that are available are the next 10 or so days after that.&#60;/p&#62;
&#60;p&#62;What I would like to do, ideally, is make the next &#60;strong&#62;n&#60;/strong&#62; days un-selectable (so, in my application, you cannot make a service appointment in the next 3 days, but in July, maybe we are booked for the next week, so I might change it to 7 days or something).&#60;/p&#62;
&#60;p&#62;Is that possible to do with JQuery?  I'd be happy to just outline in red today's date, but I'd be ecstatic with the ability to make the first selectable date &#60;strong&#62;n&#60;/strong&#62; days in the future.&#60;/p&#62;
&#60;p&#62;Thanks, as always.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
