TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   Javascript, AJAX, E4X (http://www.talkphp.com/javascript-ajax-e4x/)
-   -   MooTime...need help finding variable (http://www.talkphp.com/javascript-ajax-e4x/5394-mootime-need-help-finding-variable.html)

Kay1021 04-04-2010 09:34 PM

MooTime...need help finding variable
 
I am using this mootools time picker on my site mootime...i already have a date picker on my site...and i have it so once you have chosen the date and click outside the pop up calendar that the information will be sent to the database. I did this by using this bit of code in the javascript file

Code:

var url = 'page.php?cat_ID=' + this.input.get('id') + '&date=' + this.input.get('value');
      var request = new Request({
        url:url,
        method:'POST'//,
        //onRequest: function() {
        //  alert('making ajax call :: ' + url);
        //}
      }).send();


So it would send the variables I needed back to my page.php and there i could insert into the database. Works fine....but now i am attempting to do this with the time picker....this one is a little different set up....but i'm having trouble trying to find the right variables in the js file to use


Quote:

this.input.get('value')
doesn't work and i can't find the right combination. I was hoping someone might be able to help me.

Thanks


All times are GMT. The time now is 03:07 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0