You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: sureshp

Basic information

Registered Sep 16, 2009
Last login Sep 16, 2009
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/15684

Latest forum posts

Posts:

Registered:

» » Facing issue when using Overlay effect for a link!

Posted: Sep 22, 2009

Yes - You're right,

Thanks for your help!

Now, its get fixed.

Regards,
Suresh P

Posts:

Registered:

Facing issue when using Overlay effect for a link!

Posted: Sep 21, 2009

Dear ALL

Im facing the following issue when i try to use the overlay effect for a link.

Error is: uncaught exception: background-image CSS property not set for overlay

The below is the code i have used.


<div id="special_image_links">
 <div id="view_special_image">
  <a href="javascript:;" onclick="remove_special_image('319', 
  '248')">x</a>
  <a href="javascript:;" rel="special_image_div">071520_5.jpg</a>
 </div>

 <div class="apple_overlay black" id="special_image_div">
  <img src="../products/248/071520_5.jpg">
 </div>
</div>
<script>
 $(function() {
	$("#view_special_image a[rel]").overlay({effect: 'apple'});
 });
</script>

I have included the jquery tools plugin at the top of the page.

Can anyone can help me to find out where i am wrong with it?

Thanks in advance!

Regards,
Suresh P

Posts:

Registered:

» » jQuery Tools causing issues with jQuery Autocomplete plugin

Posted: Sep 18, 2009

Hi Tero,

Thanks for your reply.

It seems the issue is with the jQuery tags which i used to call that autocomplete plugin.

I removed all other plugins and used it separately, it works fine.

Now, I found the issue and get corrected it.

Thanks again!

Suresh P

Posts:

Registered:

jQuery Tools causing issues with jQuery Autocomplete plugin

Posted: Sep 16, 2009

Hi ALL

I am facing issues in using jQuery Tools with Autocomplete plugin.

I am using the plugins as below

  <script language="JavaScript1.2" type="text/javascript" src=http://cdn.jquerytools.org/1.1.0/jquery.tools.min.js"></script> 
<script language="JavaScript1.2" type="text/javascript" src="http://jquery.bassistance.de/autocomplete/jquery.autocomplete.js" ></script>

But, I am receiving the following error:

F is undefined
(function(){var l=this,g,y=l.jQuery,p=l....ach(function(){o.dequeue(this,E)})}});

Anyone can help me on this?

Thanks in advance!

Suresh P