Hi,
I want to give ref of field id attribute to jquery instance,
‘but i saw there is some auto mechanism to create id,
i tried with id as attribute array but in that also some auto prepend
Before: id=”_post_post_title_0″
After below code : (when i did mention ID in attribute)
id=”_post_meta_gtw_api_geo_prefix_0″
,'attributes' => array(
'class' => 'regular-text'
,'id' => 'gtw_api_geo_prefix'
)
could you please advice , how it works,
so i can have fixed id to reference with jquery etc.
Regards,