June 26, 201115 yr Hello friends, I tried to implement helpbaloon like this site here http://santorinirentalcars.com/ourcar.php when u click on car details but its not working for me my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Simple Two Col</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="HelpBalloon.js"></script> </head> <body> <script type="text/javscript"> $(document).ready(function() { alert ('Hey how are you'); }); </script> <h1>Dominating Javascript</h1> <p>Currently, Schematic has a dynamic Freelance Senior Front- End Developer opportunity to be located in our LA office. This position involves two primary tasks: Front-end Development and Project Scoping. The Deve enthusiast will be highly involved in providing hands-on client-side project development, architecting and <a href="" rel="external">provide technical </a>leadership; while contributing to our companyӳ coding standards, code reviews, mentoring initiatives, and evaluating potential new hires. The top candidate will also be charged with evaluating proposal requests with varying degrees of details from a client-side perspective, wo</p> Default: <script type="text/javascript"> new HelpBalloon({ title: 'Default Anchor', content: 'You can set the position of the anchor ' + 'using the \'anchorPosition\' option. Possible ' + 'values are top, middle, bottom, left center and right ' + 'and any numeric value. It reads it as \'X Y\'', icon: 'cardetails1.gif', iconStyle: { 'cursor': 'pointer', 'verticalAlign': 'middle' } }); </script> </body> </html> ok i got it working i forgot to include the prototype library Edited June 26, 201115 yr by sash_oo7
Create an account or sign in to comment