Welcome Guest, Not a member yet? Register   Sign In
Jquery and PHP help..
#1

[eluser]1mr3yn[/eluser]
Code:
foreach( $partners as $p_field) {

      print "<span class=\"partners\"><a href="">$p_field->name</a></span>";
  }

// script

$('document').ready(function(){
     $(".partners").click(function(e) {
            e.preventDefault();
            $('.detail_dialog').dialog('open');
      });
});

How can i submit the value of the class 'partners' on the php form within the same page.
So that the form can recognize what menu I had click,.??


Messages In This Thread
Jquery and PHP help.. - by El Forum - 06-17-2009, 11:50 PM
Jquery and PHP help.. - by El Forum - 06-18-2009, 02:00 AM
Jquery and PHP help.. - by El Forum - 06-21-2009, 10:06 PM
Jquery and PHP help.. - by El Forum - 06-21-2009, 11:03 PM
Jquery and PHP help.. - by El Forum - 06-21-2009, 11:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB