Archive › HTML & CSS

A beginning for better development platform! Enginery!

Do check this link (http://asyraf9.github.com/jquery-mobile/). Our development team is working hard to come up with a new platform called Enginery. This is still at Alpha stage. You guys are welcome to take a look at it and play around with the code. Any feedback is very much welcome.

Comments ( 0 )

Div’s does not wrap tr’s

I tried to update a HTML div elevement wrapping around a table row inside a table. <table> <tr> <td>Pomme</td> </tr> <div id="placeholder"> <tr> <td>SomethingElse</td> </tr> </div> </table> I wasted 1 hour to find out why my ajax calls aren’t updating the right table row. Apparently it’s not valid HTML. The div will always be on [...]

Comments ( 0 )