Aha, thats better.
Whats with this:
i = 10000;
while(i > 0){
i--;
}
I dont know much about the canvas, but that seems like a bad way to do...
anything!
Also, you have something like this:
var e = $('#mapit');
eHeight = $(e).innerHeight();
eWidth = $(e).innerWidth();
eTop = $(e).top().replace("px","");
eLeft = $(e).left().replace("px","");
Since e is already a jQuery object, you can just use e.innerHeight();, etc.
No need to call jQuery on a jQuery object.
Not too sure about the sorting issue, but just a couple suggestions.
On 12/20/06, bmsterling <[EMAIL PROTECTED]> wrote:
lol... yeah, logic help is what I meant, been a very long day.
yeah, the site was down for a few, but is currently up now.
Thanks
--
View this message in context:
http://www.nabble.com/logic-help-tf2862831.html#a8000515
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/