I basically have a photogallery link in my navigation that when
clicked I don't want to navigate from the homepage but just use the
lightbox plugin to present all the pictures available. I have tried to
use the rel="lightbox" option and even putting squared brackets to try
still no way. Is there an
readarticle() { $articlename = $this->input->post('active');
$output = $this->articles->displayby_name($articlename);
if($output){
$data['article'] = $output;
}
$this->load->view('loadarticle',$data);
}
thanks for
Hi y'all,
Please look at this code:
$('ul#navigation li ul li>a').click(function(){
var active = $(this).text();
$('#artcontent p').empty();
$.ajax({
type: 'POST',
url: 'homepage/readarticle',
data: $(active).serialize(),
hi guys,
I never knew of this place but I am glad I did. My question like the
subject says is about uploading. I was trying to do the jquery ajax
part myself but i had problems with it and so I stumbled on form
plugin from malsup. What i want to know is this, is there anyting
special that I shoul
4 matches
Mail list logo