Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TypeError: s.text(...).addClass is not a function on a Select list item jquery mobile theme

SiberiaJan 27 2014 — edited Apr 10 2014

Hi.

i got a page with jquery mobile template, i got an select list item based on customers , when i touch the field, it display correcty all my customers, but when i try to pick some records i just get the error (i am using firefox firebug to see the error):

TypeError: s.text(...).addClass is not a function

...ollapsiblebound",!0).bind("expand collapse",function(t){var n=t.type==="collapse...

here is my query :

select

nombre_cliente || ' ' || apellidos_cliente a, codigo_cliente b

from sti_cliente

where

codigo_compania in (select distinct codigo_compania from STI_COMPANIA_SUCURSAL_USUARIO where upper(codigo_usuario) = upper(:APP_USER))

and estado_cliente = 'A'

and (MANEJA_INVENTARIO_CONSIGNACION = 'S'

and (codigo_compania, codigo_vendedor) in (select codigo_compania, codigo_vendedor from VTA_MAESTRO_VENDEDORES where codigo_usuario = upper(:APP_USER)) or cliente_contado = 'S')

order by nombre_cliente, apellidos_cliente

i have supress a dynamic action based on the field, but seems the problem is something within the query.

i am running on :

Application Express 4.2.4.00.08

Application Express Listener version : 2.0.5.287.04.27

Application Express Listener server info: Grizzly/1.9.49

thanks for any tip.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2014
Added on Jan 27 2014
4 comments
440 views