Jump to content

NathanCH

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

About NathanCH

  • Birthday 07/18/1990

Contact Methods

  • Website URL
    http://www.cetan.ca

Profile Information

  • Gender
    Male
  • Location
    Stockholm, Sweden

NathanCH's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The jQuery event is called "change". Here is a link: http://api.jquery.com/change/
  2. Absolutely hate the twitter feed right below the header. Why are you giving so much priority to that? At least make it so the user can close it
  3. This can easily be achieved using jQuery. If someone has a different method I'd also like to know. Here's how I did it: $(document).ready(function() { $(".classOfForm").change(function() { if ($(".classOfForm").val() == "0"){ $(".classYouWannaHide").hide(); } else { $(".classYouWannaHide").show(); } }); }); So basically assign .classOfForm to the check box or form selection you want to change. And give the form you want to appear a class of .classYouWannaHide Let me know if you need further help.
  4. NathanCH

    Back

    Hey, I've been looking for a good forum to discuss web development for some time and only heard about this site today. I was surprised I had joined 4 years ago but wasn't active. I'm a web designer and developer living in Stockholm (from Canada). I work as a freelancer and am looking to improve my skills and help out others here and hopefully make friends along the way.
  5. Hey everyone, My site has been hacked 4 times since 2004 but most recently yesterday afternoon. Oddly enough, the person who hacked my site yesterday helped me find this site and recommended that I ask you guys to help me secure my site. URL: http://www.flashindustries.com I'm a bit nervous doing this because I don't want to direct a bunch of experienced coders to my bad coding .
×
×
  • 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.