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
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for antonioazevedo

Hi, I have this nice function to truncate a string with HTML. It's very good only now I ran into a problem. There are cases where for example The input will be this: `<a href="some url">this is a link</a>` and what I want to output is exactly the same, even …

Member Avatar for Member #120589
0
2K
Member Avatar for codingcon

Normally you attach something to an event instead of an if statement. For example: <img src="image.jpg" onclick="imageClick()" /> <script type="text/javascript"> function imageClick() { // do something } </script> or you could directly do onclick=" *do something *" but I find it better this way.

Member Avatar for antonioazevedo
0
138
Member Avatar for mtho

The End.