Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~955 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for bobgodwin

try to include this line at the bottom then post if this works if not ill have a work around : showCloseButton : false, closeOnClick : false, closeOnEscape : false

Member Avatar for JavaScprit
0
568
Member Avatar for vijayram

try this $(document).ready(function(){ $('#menubar').attr('href').click(function(e){ e.preventDefault(); $('#userpersonal').load("http://localhost/user/web/personal/index"); }); }); havent test it yet

Member Avatar for jadein2
0
387

The End.