pjs icon indicating copy to clipboard operation
pjs copied to clipboard

Classes for javascript that don't suck.

Results 6 pjs issues
Sort by recently updated
recently updated
newest added

Unclear whether this is worth "fixing" (whatever that means), but I think it's worth at least discussing even if we decide just to document a workaround. If you subclass jQuery...

Doing trick like proposed we are passing correct names to the inspector. What is not good, I don't know how to check inspector behaviour correctly. Really I've checked it in...

Saw the following comments, and thought I'd volunteer what I learned on the subject: ``` javascript // C is the class to be returned. // // When called, creates and...

Consider the following classes ``` javascript var CrudPage = P(function(crud) { var self = crud; crud.container = '#none'; crud.init = function() { self = this; $(document) .on('click', function() { alert(self.container);...

Hi, awesome work. Would you consider adding pjs to the bower registry?