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 #4K
~575 People Reached
Favorite Forums
Favorite Tags
Member Avatar for welkam

Hello i am quite new to jQuery. I am trying to insert search results in to page without reloading it, but unsuccessful. Here is the code i am using: [CODE] $(document).ready(function(){ $("a").click(function(event){ $.get( "search.php", { query: "intel" }, function(data) { $('#content').html(data); } ); }); });[/CODE] i am using example form …

Member Avatar for mi.mac.rules
0
158
Member Avatar for welkam

I am beginner and this is my [B]first project[/B] (happy face). I am trying to make log in systen to learn php and mySQL. At first everything was working so and then i decided to rewrite everything in [B]Object oriented[/B] code and then it is not working. Since it is …

Member Avatar for welkam
0
115
Member Avatar for ivan3510

Can you check this site? (can you check can you listen to music? [my browser is firefox, and can you check it with other browsers?]) Thanks! ([URL="http://latinus.herobo.com"]click[/URL]) (PS. Glasnoća means volume)

Member Avatar for ivan3510
0
84
Member Avatar for welkam

[url]http://78.62.176.40/[/url] [url]http://78.62.176.40/wordpress/[/url] I am trying to make wordpress template out of regular html template and i dont understand why div id"contetn" is not changing its height according to content that it is inside. I dont think that wordpress has something to do with this.

Member Avatar for welkam
0
66
Member Avatar for welkam

Hello, I am making a website that will look good in any resolution(its called fluid i think) and i wont that div "space" will be 30% height, but its not working :( [CODE]<div id="bg"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/bg.jpg" width="100%" height="100%" alt=""> <div class="space"> </div> <div class="content"> somthing thats needs to be …

Member Avatar for johnsteve.bravo
0
152