Thanks. I'll have a look on your blog and the source code.
I was hoping you could just use a field name and operation in Jquery and it would magically work out the field type and what it needed to do depending on browser etc. But from what I've come across on google so far, it seems you have to handle each field type differently and it's still quite fiddly. Is that right?
I've used this before:-
https://spjslib.codeplex.com/releases/view/22639
Part II. fieldutility.js
Control the new and edit list forms of sharepoint.
I was hoping you could just use a field name and operation in Jquery and it would magically work out the field type and what it needed to do depending on browser etc. But from what I've come across on google so far, it seems you have to handle each field type differently and it's still quite fiddly. Is that right?
I've used this before:-
https://spjslib.codeplex.com/releases/view/22639
Part II. fieldutility.js
Control the new and edit list forms of sharepoint.
- Hide/Readonly the field
- Get/Set the field value
- Link up two choice(drop down list) fields
- Link up two lookup fields
- Filter the lookup/choice field
- Check for the empty fields dynamicly in client
-
Re-define save/cancel button action