Welcome Guest, Not a member yet? Register   Sign In
Maintaning Jquery Tab State After loading view
#5

[eluser]RaGe10940[/eluser]
Mkay...

I'm getting the hash now in my URL...

https://www.finaidtest.com/index.php/ema...ew#student

and I also removed all of the

echo form_open_multipart(............);

leaving me with : echo form_open_multipart();

now I get nothing being send to the controller...

This is my jquery :
Code:
[removed]
     $(function() {
  $("#tabs").tabs();
  $('#tabs ul a').click(function(event) {
      event.preventDefault();
      $('#tab').hide();
      [removed].hash = this.hash;
      $($(this).attr('href')).fadeIn('slow');
  });
     });
[removed]


Messages In This Thread
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 05:06 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 05:52 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 06:07 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 06:12 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 06:26 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 06:41 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 09:10 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 11:49 AM
Maintaning Jquery Tab State After loading view - by El Forum - 03-30-2013, 11:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB