PHP Classes

Not working

Recommend this page to a friend!

      jAPI Direct  >  All threads  >  Not working  >  (Un) Subscribe thread alerts  
Subject:Not working
Summary:not calling the function
Messages:1
Author:Maxine Bodine
Date:2012-11-14 16:45:53
 

  1. Not working   Reply   Report abuse  
Picture of Maxine Bodine Maxine Bodine - 2012-11-14 16:45:53
Hi,

I am trying your package and not getting it to work. Using your Remote php just to get it to display.

Up loaded everything in a directory japi so I used this in my head tags:
<script type="text/javascript" src="../japi/jAPI.js"></script>
<script type="text/javascript" src="../japi/jAPI-Remote.php"></script>

function upBib()
{
MySimpleMath.Addition(1,2);
var holdField = $('#hidden').val();
$("input[name=holdField]").val(holdField);
//alert(holdField);
}

any ideas