[jQuery] lightbox

2009-10-28 Thread rosnovski
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

[jQuery] Re: jquery ajax question?

2009-10-07 Thread rosnovski
readarticle() { $articlename = $this->input->post('active'); $output = $this->articles->displayby_name($articlename); if($output){ $data['article'] = $output; } $this->load->view('loadarticle',$data); } thanks for

[jQuery] jquery ajax question?

2009-10-07 Thread rosnovski
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(),

[jQuery] jquery codeigniter upload question?

2009-10-03 Thread rosnovski
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