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

jQuery manipulation support #27

Open
ivansglazunov opened this issue Feb 23, 2015 · 2 comments
Open

jQuery manipulation support #27

ivansglazunov opened this issue Feb 23, 2015 · 2 comments
Milestone

Comments

@ivansglazunov
Copy link
Member

Add to:
http://api.jquery.com/category/manipulation/dom-insertion-around/
http://api.jquery.com/category/manipulation/dom-insertion-inside/
http://api.jquery.com/category/manipulation/dom-insertion-outside/
http://api.jquery.com/category/manipulation/dom-replacement/
Support for oswst classes.
Example:

$('body').append(div);
// <div></div>

But now it is necessary to pre converted to a string:

$('body').append(div + '');
// <div></div>
@ivansglazunov ivansglazunov added this to the 0.3.0 milestone Feb 23, 2015
@ivansglazunov
Copy link
Member Author

The question is how to organize it?

  1. As separate module jquery.oswst.js
  2. As a files jquery.oswst.js and jquery.oswst.min.js attached to this project.
  3. As a function T.jQuery/T.jquery here

If 3 - need to support by default, after the connection, or it should be included.

@ivansglazunov
Copy link
Member Author

For now - 2.

@ivansglazunov ivansglazunov modified the milestones: 1.0.0, 0.3.0 Feb 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant