Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~6K People Reached

4 Posted Topics

Member Avatar for momoh

so my problem is that I want to find a way of using canvas tags that are created at runtime. I went about this by trying to change the id of the tag, ONLY to find out that javascript did not like the fact that I was using numbers, even …

Member Avatar for Member #1123372
0
6K
Member Avatar for tcollins412

the 1st part; i have never come across the script tag you used... --> <script type="text/javascript"> ... </script> bear in mind also that it is always easier to state the problem you encountered during an attempt To the second part; you should consider using javascript timer functions... you seem fairly …

Member Avatar for @developer
0
338
Member Avatar for kiranking

you should probably change your jQuery selector so as to make use of the id of the anchor tags... jQuery('#addwordsbutton').live(); unless im not getting what the problem is

Member Avatar for kiranking
0
168
Member Avatar for momoh

Got a small detail problem that I cannot get to understand myself. The program, see attachments draws dots on the screen. There is a dot class for the details of the dots to be stored, that is size, colour, shape (square or round) Problem is with the colour...Cannot get other …

Member Avatar for momoh
0
180

The End.