M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Apperyio or Appery?

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Apperyio or Appery?

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

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Apperyio or Appery?

cool thanks.

cheers,
m&m

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Apperyio or Appery?

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

M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Apperyio or Appery?

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)

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Apperyio or Appery?

Hi Neil,

Sure, this global variables points to one object.

And they are the same.

Regards.

Return to “Issues”