Welcome Guest, Not a member yet? Register   Sign In
passing data from view to controller function?
#4

[eluser]pickupman[/eluser]
Just to add on to the javascript idea, is to always use the same syntax and add js later. Yes, 98% people have it but you never know.
Code:
//Change link to
<?php echo anchor('site/click_artifact/', $r->ArtifactID,$r->ArtifactID, array('title'=> $r->ArtifactID, 'class' => 'artifact_link')); ?>

//jQuery
$("a.artifact_link").click(function(){
  event.preventDefault();
  var id = $(this).attr("title");
  $.load('<?php echo site_url('site/click_artifact');?>' + '/' + id #message); //Fetch url and add to div#message
});


Messages In This Thread
passing data from view to controller function? - by El Forum - 07-13-2010, 04:32 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 04:58 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 05:03 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 05:13 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 05:25 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 05:42 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 05:53 PM
passing data from view to controller function? - by El Forum - 07-13-2010, 06:50 PM
passing data from view to controller function? - by El Forum - 07-14-2010, 11:32 AM
passing data from view to controller function? - by El Forum - 07-14-2010, 11:39 AM
passing data from view to controller function? - by El Forum - 07-14-2010, 06:57 PM
passing data from view to controller function? - by El Forum - 07-14-2010, 07:16 PM
passing data from view to controller function? - by El Forum - 07-15-2010, 06:20 PM
passing data from view to controller function? - by El Forum - 07-15-2010, 07:07 PM
passing data from view to controller function? - by El Forum - 07-15-2010, 07:46 PM
passing data from view to controller function? - by El Forum - 07-15-2010, 08:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB