h**v 发帖数: 2010 | 1 那个拖放的操作,就是在maps.google.com里面点住地图可以drag,怎么做出来的? |
k***g 发帖数: 7244 | 2 呵呵,google google maps ajax
【在 h**v 的大作中提到】 : 那个拖放的操作,就是在maps.google.com里面点住地图可以drag,怎么做出来的?
|
h**v 发帖数: 2010 | 3 i got this point now.
next question is: ajax is a concept. then how to implement the mouse
drag and drop event? I forgot most of javascript.
i understand ajax engine is sitting behind to interact with browser
activity.
【在 k***g 的大作中提到】 : 呵呵,google google maps ajax
|
E*n 发帖数: 351 | 4 This is a good example:
http://www.davidbetz.net/graphics/
but you really don't need to write this much from the ground up, there're lots
of good ajax libraries already out there. I heard Rico is a good one... and
dojo..
【在 h**v 的大作中提到】 : i got this point now. : next question is: ajax is a concept. then how to implement the mouse : drag and drop event? I forgot most of javascript. : i understand ajax engine is sitting behind to interact with browser : activity.
|