Javascript Library
Budget ¥80-240 CNY
I need to have a javascript library to select DOM elements. The library should be very very minimal and basic and there are several demands.I dont care about compatiblity with old browsers so only new functionalities should be used. Most important is that the library can be chained jquery style (BUT I DONT WANT A COPY OF JQUERY!!)
Key features I want in the library:
- DOM selection, the DOM elements must be selected with querySelector... (NOT with getelementby...)
- hide method, similar to jquery syntax ""$('p').hide();"
- click event method
- Chaining, jquery style
- working in latest versions of Chrome, Firefox, etc.
Here some code examples of thing i want to have:
$('p'); // gets all paragraph elements in the page
$('p').hide(); // hides all paragraph elements in the page
$('p').click().hide(); // hides the SINGLE paragraph element that has been clicked on
$('p').click(function(){
$(this).... // THIS will have the element clicked on
});
Final note: The library doesnt have to be called with $, it could be any Letter or Character, but I would like to be able to change this is need, so commented code is prefererred..
9 freelancers are bidding on average ¥213 for this job
Hi,, I can do this js Library for you,, what exactly DOM function do you need.. Do you have a list of needed functions
Digi Muflon is a leading software development company providing the highest quality information technology services and solutions at low cost to a broad spectrum of clients. We provide value-added information technolog More
Hi I am an experienced web developer. I can create a library as you posted. Lets chat for more details
I have the experience needed for this project, since I already built a library similar to what you want, only much more complex.
I can implement your request using JQuery which is very minimal and easy to maintain. I program in JQuery everyday and I often tackle these issues. Let me know if you are interested, thank you.