I want to make POST Ajax calls when users click on text links.
One way to do it is to create many forms and make the submit button a text link. Then ...
I have a list of links, some of which might be duplicate href's but the link text itself has been edited slightly.
At the minute, to get rid of the duplicates ...
I'm trying to make a reply system for the comments on my blog. When someone clicks on "Reply" it will take the comment id and put two brackets infront of it ...
Lets say I have a text such as this
"This is a long text. It contains 150 characters. You can find more about this text on this link http://www.somewebsite.com/RDFCCSDVDS".
So in ...
I am using cycle to display ads and messages on my website. Some ofthe "slides" contain text with imbedded URL links and others are justlinked images.However, when you click on the link it just continues to the nextslide. Is there a way to have the Cycle script allow embedded linksinstead of just forwarding to the next slide?Here's an example of my ...