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.

~250 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Znos

I have this structure: includes/top.php : This contains <head> tags, jQUery library & functions : <script type="text/javascript"> function makeslider() { $('#coin-slider').coinslider({ width: 605,height: 450, navigation: true, delay: 5000 }); } </script> page.php : here have the #coin-slider div, but when I call the makeslider() function it doesn't turn my div …

Member Avatar for fxm
0
72
Member Avatar for Znos

I want to make a sms system, where users can send a sms message and then it is showed. So for every new message I get I need to make a new div, add it and scroll the others down Does anyone know a good example or tutorial to get …

Member Avatar for fxm
0
178