1
kaotik
Rant: When code doesn't want to play nice
  • 2009/8/6 16:49

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


This is more of me letting off steam then looking for answers, maybe someone else has also run into this....
I've been coding a new custom module. As always I start on paper, diagramming relationships and functionality. I'm at the second stage where I'm translating this into code. Since I'm all for Jquery these days I decided to use jquery tabs (which are very nice and simple to implement). Now since my tabs will have a lot of code, I'll set them up with ajax. All fine till here. Now on one of my ajaxed pages I've setup some further javascript. Strangely no javascript runs from these loaded pages. If I setup the javascript on the first page loaded it works fine. Well a couple of minutes of googling quickly provides me with the answer; once a page has been completly loaded and DOM assembled, nothing else gets interpreted....damn... and I was looking forward to jquery tabs. Certainly someone else has run into this, I thought. So back to google and a fix appears; livequery() (a jquery plugin). After spending a good part of an afternoon trying to get this all to work, I'm about to quit this method and use the more prosaic approach of one tab-one page. Hey, it's not cutting edge but works great for my particular module.
My question to you all is: how long do you struggle with a solution before you try an alternative?
www.kaotik.biz

2
Mazar
Re: Rant: When code doesn't want to play nice
  • 2009/8/6 17:46

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


4-5 hours normally

3
bumciach
Re: Rant: When code doesn't want to play nice
  • 2009/8/6 18:55

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


Oh, I hate the alternatives! ;)
Most of time I spend thinking of what the solution to select or switching between the different alternatives all the time. Not struggle in coding, only struggle in thoughts... I hate it! ;)

Login

Who's Online

246 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 246


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits