jQuery Image Magnify bbcode!

User submitted BBCodes
Let us see what You have
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.

[textarea]Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT}">{TEXT}</div>
Green = OK - Red = forbidden[/textarea]

jQuery Image Magnify bbcode!

Post by mau »

The code used from dynamicdrive
bbcode usage:

Code: Select all

[zoom2]{URL},{NUMBER1},{NUMBER2}[/zoom2]
HTML replacement!

Code: Select all

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<script type="text/javascript" src="jquery.magnifier.js">

/***********************************************
* jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>
<img src="{URL}" class="magnify" style="width:{NUMBER1}px; height:{NUMBER2}px" />
helpline:
[zoom2]image url,width,height[/zoom2]

DEMO:
Photo cat
You do not have the required permissions to view the files attached to this post.

Re: jQuery Image Magnify bbcode!

Post by Stoker »

Thanks for submitting mau, but I think its the same as this one: viewtopic.php?f=5&t=479

Re: jQuery Image Magnify bbcode!

Post by mau »

This is another.
But I made similar CISCO007
Last edited by mau on 08 May 2010, 19:01, edited 1 time in total.

Re: jQuery Image Magnify bbcode!

Post by Stoker »

You're right, it looks great :thumb: