Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry  
#1 Posted : Sunday, July 10, 2011 10:51:51 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Here are 2 different approaches to check whether Image Uploader is on a page and whether is it initialized:
  1. $au.uploader('Uploader1').id() returns undefined, if no uploader with the specified name was added to the page.
  2. If you need to check whether the uploader is added to a page and initialized, here is the check for this case:
    Code:
    if ($au.uploader('Uploader1').state()) { ... }

Edited by user Sunday, July 10, 2011 10:53:26 PM(UTC)  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.