[FX.php List] [OFF] Bootstrap question

Bob Patin bob at patin.com
Thu Dec 31 10:51:47 MST 2015


No, it’s definitely the CLASS that I’m loading. That line loads fine… it’s everything *after* it that fails.

I tried leaving out the loading of ‘restart.php’ but that didn’t make any difference.

Bob Patin
Longterm Solutions
bob at longtermsolutions.com
615-333-6858
FileMaker 9, 10, 11, 12 & 13 Certified Developer
http://www.longtermsolutions.com
-
iChat: bobpatin at me.com
Twitter: bobpatin
—
FileMaker Consulting 
FileMaker Hosting for all versions of FileMaker
PHP • Full email services • Free DNS hosting • Colocation • Consulting

> On Dec 31, 2015, at 11:33 AM, Michael Sloper <michael at pre1.com> wrote:
> 
> Bob,
> 
> In this code you’re referencing the items by the class name instead of the ID. Do you mean to use the IDs (‘#main') ? 
> 
> 
> $('.main').delegate('.cancel', 'click', function(){
> 	$(‘.main').load(‘restart.php').load(‘date.php’);
> 	var str = "ENTER BILLING INFO";
> 	$('.title').fadeOut(200).html(str).fadeIn(200);
> });
> 
> 
> Michael Sloper
> 
> 
> 
> 
> 
>> On Dec 31, 2015, at 9:13 AM, Bob Patin <bob at patin.com <mailto:bob at patin.com>> wrote:
>> 
>> It just has 3 lines:
>> 
>> session_start();
>> session_destroy();
>> session_start();
>> 
>> B
>> 
>> 
>>> On Dec 31, 2015, at 11:09 AM, Dale Bengston <dale.bengston at gmail.com <mailto:dale.bengston at gmail.com>> wrote:
>>> 
>>> Does restart.php return anything? 
>>> 
>>>> On Dec 31, 2015, at 11:05 AM, Bob Patin <bob at patin.com <mailto:bob at patin.com>> wrote:
>>>> 
>>>> Hey Dale,
>>>> 
>>>> Here’s a JQuery question for you, and this will explain what I was trying to do:
>>>> 
>>>> when someone clicks a CANCEL button, I wanted to reload a date picker widget and also blow away the session; I can reload the appropriate page, but anything *after* that doesn’t happen. 
>>>> 
>>>> So, I thought this: can I trigger the code that occurs when the index page loads (my ‘main’ page, containing all my JQuery)?
>>>> 
>>>> If I can do that, it would be like arriving at the site fresh, which is exactly what I want to do. I was thinking I could just duplicate that code in my CANCEL script, but that fails, for whatever weird reason…
>>>> 
>>>> B
>>>> 
>>>> 
>>>> Bob Patin
>>>> Longterm Solutions
>>>> bob at longtermsolutions.com <mailto:bob at longtermsolutions.com>
>>>> 615-333-6858
>>>> FileMaker 9, 10, 11, 12 & 13 Certified Developer
>>>> http://www.longtermsolutions.com <http://www.longtermsolutions.com/>
>>>> -
>>>> iChat: bobpatin at me.com <mailto:bobpatin at me.com>
>>>> Twitter: bobpatin
>>>>>>>> FileMaker Consulting 
>>>> FileMaker Hosting for all versions of FileMaker
>>>> PHP • Full email services • Free DNS hosting • Colocation • Consulting
>>>> 
>>>>> On Dec 31, 2015, at 11:01 AM, Bob Patin <bob at patin.com <mailto:bob at patin.com>> wrote:
>>>>> 
>>>>> Nope, and that’s the odd thing—it shows no error…
>>>>> 
>>>>> B
>>>>> 
>>>>> 
>>>>>> On Dec 31, 2015, at 10:55 AM, Dale Bengston <dale.bengston at gmail.com <mailto:dale.bengston at gmail.com>> wrote:
>>>>>> 
>>>>>> Hey Bob,
>>>>>> 
>>>>>> If you use Firefox with Firebug (extension) and spy on the jQuery calls, can you spot anything wrong?
>>>>>> 
>>>>>> Dale
>>>>> 
>>>>> _______________________________________________
>>>>> FX.php_List mailing list
>>>>> FX.php_List at mail.iviking.org <mailto:FX.php_List at mail.iviking.org>
>>>>> http://www.iviking.org/mailman/listinfo/fx.php_list <http://www.iviking.org/mailman/listinfo/fx.php_list>
>>>> 
>>>> _______________________________________________
>>>> FX.php_List mailing list
>>>> FX.php_List at mail.iviking.org <mailto:FX.php_List at mail.iviking.org>
>>>> http://www.iviking.org/mailman/listinfo/fx.php_list <http://www.iviking.org/mailman/listinfo/fx.php_list>
>>> 
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org <mailto:FX.php_List at mail.iviking.org>
>>> http://www.iviking.org/mailman/listinfo/fx.php_list <http://www.iviking.org/mailman/listinfo/fx.php_list>
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org <mailto:FX.php_List at mail.iviking.org>
>> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20151231/1d5cae65/attachment.html


More information about the FX.php_List mailing list