Jump to content

Torniquet

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by Torniquet

  1. Hey I am looking for some opinions on my website. www.tapt-in.net It is still in its infancy, but all and any opinions on its design and functionality are welcome
  2. Just a quick intro from me I am self taught over the last 2 and a half years in php, mysql, jquery, html and css. I have a varied knowledge of all of the above, but I am no expert in any of them. I am currently recording and broadcasting a PBBG series on youtube.... well 2 infact. One is very basic PHP and the other is a heavy jQuery run engine. I have also started a social network site for PBBG gamers and developers which hasn't got off to a rocketing start, but I will persist with it Anywho, I will offer help wherever i can
  3. Hi, Just to give you an alternative method using a function. function close_box(id) { $(event.target).parent().fadeOut(400); $.post("<?php echo $html_dir . $scripts_dir . 'ajax/contact_ids_delete.php'; ?>",{idsToDelete:id}); } Then within the tag your clicking to activate this function run an onClick event <tag onClick="close_box(id);" /> using $(event.target) you are binding to the targeted tag which contains the event triggering the function.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.