Fogpuppy Approved

Member since: 2020-06-25

Recent posts by Fogpuppy
Post When

Not sure I follow this ... How does it "know" that v1 is supposed to be from f1 on the request? Shou...

Posted in Field updating every 15 seconds with php

BTW I didn't put it in my example but I'd like to clarify one thing. Earlier I asked about accessin...

Posted in Field updating every 15 seconds with php

I am going to but I have not yet. I wanted to see if you (or anyone) else had comment or questions ...

Posted in Field updating every 15 seconds with php

that worked thanks (again)!

Posted in Common code in functions

Ok here is the final solution. Much thanks to @mjauvin for help with this.

To get parts of a page t...

Posted in Field updating every 15 seconds with php

ok that makes sense but I'm getting an error of "Call to undefined function doCommonStuff()" on line...

Posted in Common code in functions

OK I figured out why I was seeing such strange behaviors we could not understand. The primary probl...

Posted in Field updating every 15 seconds with php

BTW I tried the code above for runTextUpdate and the partal is STILL not being updated.

I also tried...

Posted in Field updating every 15 seconds with php

So for clarity my js currently looks something like this:

function runTextUpdate()
{
    $.request('...

Posted in Field updating every 15 seconds with php

the onTest function is being invoked by the form in

 <form role="form" class="form-inline" data-requ...

Posted in Field updating every 15 seconds with php