top of page
Anker 1

CODE

CLOSE.png
OneWay-Ticket

OneWay-Ticket

FUNCTION

Description

00040

ADVANCED

Highlightning

Highlightning

FUNCTION (Textfield)

Description

00039

ADVANCED

CheckBox-Filter

CheckBox-Filter

FUNCTION (REPEATER)

Description

00038

ADVANCED

One-Time-PopUp

One-Time-PopUp

FUNCTION

Description

00037

EXPERIENCED

Show Me My IP

Show Me My IP

FUNCTION

Description

00036

EXPERIENCED

Filter my phones

Filter my phones

FUNCTION (SELECTION-TAGS)

Description

00035

EXPERIENCED

Little-Quiz

Little-Quiz

FUNCTION (STATE-BOX & OPTION-BUTTON)

Description

00034

BEGINNER

Video-Manager-V1

Video-Manager-V1

VIDEO-PLAYER

Description

00033

EXPERIENCED

Click-Counter

Click-Counter

FUNCTION

Description

00032

BEGINNER

Count items in database

Count items in database

FUNCTION (Database)

Description

00031

EXPERIENCED

Comment/Chat-Box

Comment/Chat-Box

FUNCTION (CHAT)

Description...

00030

ADVANCED

Simple ID-Check

Simple ID-Check

FUNCTION

Description...

00029

EXPIRIENCED

CODE

CLOSE.png

export function Strip1_viewportEnter(event)  {$w('#BOX1').hide('FadeOut'), $w('#VECTOR1').hide('FadeOut')}

export function Strip1_viewportLeave(event) {$w('#BOX1').show('FadeIn'), $w('#VECTOR1').show('FadeIn')}

export function VECTOR1_click(event) {$w('#anchor1').scrollTo()}

export function button1_click(event) {wixLocation.to(["link-tutorials-title"]), console.log("GO")   }

Back to Top

bottom of page