Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Helpbaloon.js not working on wamp

Featured Replies

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 by sash_oo7

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.