Below i have a code where when you hover on the link a UI window opens with sample text.
The problem is that i want to make different contents to appear in hover UI window when you hover on different link. The code below displayed the 2nd content even when i hover on first link.
Please help.
here is the code.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>jQuery UI Dialog: Position relative to mouse event</title>