Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Altering the HTML of an input will break its jQuery Validate bindings. So the field probably won't validate via jQuery anymore, but I guess that doesn't matter if there's only 2 values and at least 1 being set as the default. The step by step in CB Conditional is gone with next release (CB 2.0 can have tabbed registration like profile edit) so I wouldn't spend much time on it; you'd need to simulate the prev/next jQuery click event for it to go to previous or next step.
Please Log in or Create an account to join the conversation.
Trigger a click on them (e.g. $( 'selector' ).click()). If they're completely removed from the DOM then that won't be possible as it binds specifically to them for navigation.sorry i don't get how simulate prev/next buttons..
Please Log in or Create an account to join the conversation.