Jump to content

krrish

Members
  • Posts

    4
  • Joined

  • Last visited

krrish's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi. I'm just learning responsive designing. Do you think this is the reason for my alignment issues? But I get this problem when, the site came to google interface only, (click on that flags and see) thanks,
  2. Hi. I'm just learning responsive designing. Do you think this is the reason for my alignment issues? But I get this problem when, the site came to google interface only, (click on that flags and see) thanks,
  3. I'm using Google flag translator for my website. When click on the flag its redirect to Google translator. In the Google window my website footer alignments are messed up. you can see what happened by click on any flag. this is my site, adseekershub.com I'm a beginner in programming, I know this is the right place to get me a solution. hope you guys help me. thanx,
  4. I need to pass multiple data through ajax, and also should post back it in another page. but my code is not working, this is my code: var data = {page_num: page,gender: <?php echo $gender;?>this_year: <?php echo $year;?>};$.ajax({ type: "POST", url: "data.php", data: data, success: function(res) { $("#result").append(res); console.log(res); } }); POST the values(data.php): echo $page = $_POST['page_num'];echo $gender = $_POST['gender'];echo $fromyear = $_POST['this_year']; please guys help me. thnx,
×
×
  • Create New...