Page 1 of 1

Apperyio or Appery?

Posted: Sun May 31, 2015 4:53 am
by M&M

hi,

I come across these 2 different ways of referencing an element or calling a method

Method 1
var input = Appery('mobiletextinput_2');

Method 2
var input = Apperyio('mobiletextinput_2');

Which is the correct way? Trying not to use deprecated ways or methods :D

Thanks,
M&M


Apperyio or Appery?

Posted: Sun May 31, 2015 5:44 am
by Alena Prykhodko

Hello,

Appery.io comes with a small JavaScript library to make it easier to select elements in the DOM. It only provides a few functions, so you still need be familiar with the jQuery API.

https://devcenter.appery.io/documenta...

This was used previously:
code
Method 1
var input = Appery('mobiletextinput_2');/code

This is used now:

codeMethod 2
var input = Apperyio('mobiletextinput_2'); /code

Both methods are possible, but preferably you use codeApperyio/code


Apperyio or Appery?

Posted: Sun May 31, 2015 1:36 pm
by M&M

cool thanks.

cheers,
m&m


Apperyio or Appery?

Posted: Thu Jun 04, 2015 6:20 pm
by Emmz

I still have
Tiggr
Tiggzi
Appery
And now Appery.io ?
I hope you dont abandon older referencing...


Apperyio or Appery?

Posted: Fri Jun 05, 2015 1:44 am
by M&M

Haha i dun think they will but to be on the safe side i did a copy paste to notepad++ and did a ctrl+f/replace all of the first 3 words. Stick to Apperyio (btw it's not Appery.io)


Apperyio or Appery?

Posted: Fri Jun 05, 2015 3:43 am
by Yurii Orishchuk

Hi Neil,

Sure, this global variables points to one object.

And they are the same.

Regards.