Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added events on form submit, reset and success #243

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wearehyphen
Copy link

Added three events, accessible by external JS to allow for targeting added DOM elements returned by WPAS.

Events are:
WPASSuccess,WPASReset,WPASSubmit

WPASSuccess and WPASReset returns the identifier for any items returned from the AJAX query, as defined in the __WPAS-object as ITEMS and ITEMS_NEW.

Eivind added 3 commits September 6, 2016 15:26
…Reset also contains the new items being loaded/retrieved based on selector set in __WPAS.ITEMS
…Reset also contains the new items being loaded/retrieved based on selector set in __WPAS.ITEMS to allow interaction with new elements (ie. animation) on form submission
@mehmetsarr
Copy link

Hello I want to add a custom meta box, how can I show the form?

@mehmetsarr
Copy link

I added such a meta box.
This time it gives the error "Warning: trim () expects parameter 1 to be string, array given in C: \ xampp \ htdocs \ projem2 \ wp-includes \ class-wp-meta-query.php on line 695".

        $args ['fields'][] = array('type' => 'meta_key',
		                                    'post_type'      => 'ilanlar',
		                                     'label' => 'İç Özellikler',
                                             'format' => 'checkbox',
                                             'meta_key' => 'menkul_ic_ozellikler',
											 'compare' => 'LIKE',
                                             'data_type' => 'ARRAY<CHAR>',
                                             'relation' => 'AND',
                                             'value' => array('celikkapi' => 'Çelik Kapı', 'amerikanmutfak' => 'Amerikan Mutfak' )
											 );	

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants